blob: 62321fafc2620b28e4e6d5c2f3b79e5203e6361f [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
Craig Tillerd41a4a72016-10-26 16:16:06 -0700168 - include/grpc/slice.h
169 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700170 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700171 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700172 - src/core/lib/channel/channel_args.h
173 - src/core/lib/channel/channel_stack.h
174 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700175 - src/core/lib/channel/compress_filter.h
176 - src/core/lib/channel/connected_channel.h
177 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700178 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700179 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800180 - src/core/lib/channel/handshaker_factory.h
181 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/channel/http_client_filter.h
183 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700184 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/compression/algorithm_metadata.h
186 - src/core/lib/compression/message_compress.h
187 - src/core/lib/debug/trace.h
188 - src/core/lib/http/format_request.h
189 - src/core/lib/http/httpcli.h
190 - src/core/lib/http/parser.h
191 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700192 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/endpoint.h
194 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700195 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800196 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700197 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700198 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700199 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/exec_ctx.h
201 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/iocp_windows.h
203 - src/core/lib/iomgr/iomgr.h
204 - src/core/lib/iomgr/iomgr_internal.h
205 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700206 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700207 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700208 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700212 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700214 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700216 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/sockaddr.h
218 - src/core/lib/iomgr/sockaddr_posix.h
219 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700220 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700221 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700222 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/socket_utils_posix.h
224 - src/core/lib/iomgr/socket_windows.h
225 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700226 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/tcp_posix.h
228 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700229 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/tcp_windows.h
231 - src/core/lib/iomgr/time_averaged_stats.h
232 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700233 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/udp_server.h
237 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700238 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/iomgr/wakeup_fd_pipe.h
240 - src/core/lib/iomgr/wakeup_fd_posix.h
241 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700242 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/workqueue_windows.h
244 - src/core/lib/json/json.h
245 - src/core/lib/json/json_common.h
246 - src/core/lib/json/json_reader.h
247 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700248 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800249 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800250 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700251 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/surface/api_trace.h
253 - src/core/lib/surface/call.h
254 - src/core/lib/surface/call_test_only.h
255 - src/core/lib/surface/channel.h
256 - src/core/lib/surface/channel_init.h
257 - src/core/lib/surface/channel_stack_type.h
258 - src/core/lib/surface/completion_queue.h
259 - src/core/lib/surface/event_string.h
260 - src/core/lib/surface/init.h
261 - src/core/lib/surface/lame_client.h
262 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800263 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700264 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700266 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800267 - src/core/lib/transport/error_utils.h
268 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/transport/metadata.h
270 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700271 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700272 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800274 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400275 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/transport/transport.h
277 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700278 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/channel/channel_args.c
280 - src/core/lib/channel/channel_stack.c
281 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/channel/compress_filter.c
283 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700284 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700285 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800286 - src/core/lib/channel/handshaker_factory.c
287 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/channel/http_client_filter.c
289 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700290 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700291 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/compression/message_compress.c
293 - src/core/lib/debug/trace.c
294 - src/core/lib/http/format_request.c
295 - src/core/lib/http/httpcli.c
296 - src/core/lib/http/parser.c
297 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700298 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/iomgr/endpoint.c
300 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700301 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700303 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700304 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700305 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700306 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/exec_ctx.c
308 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/iocp_windows.c
310 - src/core/lib/iomgr/iomgr.c
311 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700312 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700314 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700315 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700316 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/pollset_windows.c
321 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700324 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700326 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/socket_utils_common_posix.c
328 - src/core/lib/iomgr/socket_utils_linux.c
329 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700330 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700331 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/iomgr/socket_windows.c
333 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700334 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/tcp_client_windows.c
336 - src/core/lib/iomgr/tcp_posix.c
337 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/tcp_windows.c
342 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700343 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700345 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/iomgr/udp_server.c
347 - src/core/lib/iomgr/unix_sockets_posix.c
348 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700349 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/wakeup_fd_eventfd.c
351 - src/core/lib/iomgr/wakeup_fd_nospecial.c
352 - src/core/lib/iomgr/wakeup_fd_pipe.c
353 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700354 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700355 - src/core/lib/iomgr/workqueue_windows.c
356 - src/core/lib/json/json.c
357 - src/core/lib/json/json_reader.c
358 - src/core/lib/json/json_string.c
359 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700360 - src/core/lib/slice/percent_encoding.c
361 - src/core/lib/slice/slice.c
362 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800363 - src/core/lib/slice/slice_hash_table.c
364 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700365 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/surface/alarm.c
367 - src/core/lib/surface/api_trace.c
368 - src/core/lib/surface/byte_buffer.c
369 - src/core/lib/surface/byte_buffer_reader.c
370 - src/core/lib/surface/call.c
371 - src/core/lib/surface/call_details.c
372 - src/core/lib/surface/call_log_batch.c
373 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/surface/channel_init.c
375 - src/core/lib/surface/channel_ping.c
376 - src/core/lib/surface/channel_stack_type.c
377 - src/core/lib/surface/completion_queue.c
378 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700379 - src/core/lib/surface/lame_client.c
380 - src/core/lib/surface/metadata_array.c
381 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700382 - src/core/lib/surface/validate_metadata.c
383 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700384 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700386 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800387 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/transport/metadata.c
389 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700390 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700391 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800393 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400394 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/transport/transport.c
396 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700397 deps:
398 - gpr
399 uses:
400 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700401- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700402 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700403 - src/core/ext/client_channel/client_channel.h
404 - src/core/ext/client_channel/client_channel_factory.h
405 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700406 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800407 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700408 - src/core/ext/client_channel/initial_connect_string.h
409 - src/core/ext/client_channel/lb_policy.h
410 - src/core/ext/client_channel/lb_policy_factory.h
411 - src/core/ext/client_channel/lb_policy_registry.h
412 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800413 - src/core/ext/client_channel/proxy_mapper.h
414 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700415 - src/core/ext/client_channel/resolver.h
416 - src/core/ext/client_channel/resolver_factory.h
417 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700418 - src/core/ext/client_channel/subchannel.h
419 - src/core/ext/client_channel/subchannel_index.h
420 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700421 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700422 - src/core/ext/client_channel/channel_connectivity.c
423 - src/core/ext/client_channel/client_channel.c
424 - src/core/ext/client_channel/client_channel_factory.c
425 - src/core/ext/client_channel/client_channel_plugin.c
426 - src/core/ext/client_channel/connector.c
427 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700428 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800429 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700430 - src/core/ext/client_channel/initial_connect_string.c
431 - src/core/ext/client_channel/lb_policy.c
432 - src/core/ext/client_channel/lb_policy_factory.c
433 - src/core/ext/client_channel/lb_policy_registry.c
434 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800435 - src/core/ext/client_channel/proxy_mapper.c
436 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700437 - src/core/ext/client_channel/resolver.c
438 - src/core/ext/client_channel/resolver_factory.c
439 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700440 - src/core/ext/client_channel/subchannel.c
441 - src/core/ext/client_channel/subchannel_index.c
442 - src/core/ext/client_channel/uri_parser.c
443 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700444 uses:
445 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800446- name: grpc_codegen
447 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700448 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800449 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800450 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800451 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800452 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800453 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800454 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700455 uses:
456 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700457- name: grpc_lb_policy_grpclb
458 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700459 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800460 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700461 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700462 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700463 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700464 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800465 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
466 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
467 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
468 plugin: grpc_lb_policy_grpclb
469 uses:
470 - grpc_base
471 - grpc_client_channel
472 - nanopb
473- name: grpc_lb_policy_grpclb_secure
474 headers:
475 - src/core/ext/lb_policy/grpclb/grpclb.h
476 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
477 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
478 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
479 src:
480 - src/core/ext/lb_policy/grpclb/grpclb.c
481 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700482 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700483 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700484 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700485 uses:
486 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700487 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700488 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700489- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700490 src:
491 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700492 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700493 uses:
494 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700495 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700496- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700497 src:
498 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700499 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700500 uses:
501 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700502 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700503- name: grpc_load_reporting
504 headers:
505 - src/core/ext/load_reporting/load_reporting.h
506 - src/core/ext/load_reporting/load_reporting_filter.h
507 src:
508 - src/core/ext/load_reporting/load_reporting.c
509 - src/core/ext/load_reporting/load_reporting_filter.c
510 plugin: grpc_load_reporting_plugin
511 uses:
512 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700513- name: grpc_resolver_dns_native
514 src:
515 - src/core/ext/resolver/dns/native/dns_resolver.c
516 plugin: grpc_resolver_dns_native
517 uses:
518 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700519 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700520- name: grpc_resolver_sockaddr
521 src:
522 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
523 plugin: grpc_resolver_sockaddr
524 uses:
525 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700526 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100527- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700528 public_headers:
529 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100530 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700531 - src/core/lib/security/context/security_context.h
532 - src/core/lib/security/credentials/composite/composite_credentials.h
533 - src/core/lib/security/credentials/credentials.h
534 - src/core/lib/security/credentials/fake/fake_credentials.h
535 - src/core/lib/security/credentials/google_default/google_default_credentials.h
536 - src/core/lib/security/credentials/iam/iam_credentials.h
537 - src/core/lib/security/credentials/jwt/json_token.h
538 - src/core/lib/security/credentials/jwt/jwt_credentials.h
539 - src/core/lib/security/credentials/jwt/jwt_verifier.h
540 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
541 - src/core/lib/security/credentials/plugin/plugin_credentials.h
542 - src/core/lib/security/credentials/ssl/ssl_credentials.h
543 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800544 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700545 - src/core/lib/security/transport/secure_endpoint.h
546 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800547 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700548 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700549 - src/core/lib/security/util/b64.h
550 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100551 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700552 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700553 - src/core/lib/security/context/security_context.c
554 - src/core/lib/security/credentials/composite/composite_credentials.c
555 - src/core/lib/security/credentials/credentials.c
556 - src/core/lib/security/credentials/credentials_metadata.c
557 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700558 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700559 - src/core/lib/security/credentials/google_default/google_default_credentials.c
560 - src/core/lib/security/credentials/iam/iam_credentials.c
561 - src/core/lib/security/credentials/jwt/json_token.c
562 - src/core/lib/security/credentials/jwt/jwt_credentials.c
563 - src/core/lib/security/credentials/jwt/jwt_verifier.c
564 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
565 - src/core/lib/security/credentials/plugin/plugin_credentials.c
566 - src/core/lib/security/credentials/ssl/ssl_credentials.c
567 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800568 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700569 - src/core/lib/security/transport/secure_endpoint.c
570 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800571 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700572 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700573 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700574 - src/core/lib/security/util/b64.c
575 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700576 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700577 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700578 uses:
579 - grpc_base
580 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700581 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700582- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700583 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700584 headers:
585 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700586 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700587 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700588 - test/core/end2end/fixtures/proxy.h
589 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800590 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700591 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200592 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700593 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700594 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700595 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700596 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700597 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700598 - test/core/util/slice_splitter.h
599 src:
600 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700601 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700602 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700603 - test/core/end2end/fixtures/proxy.c
604 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800605 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700606 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200607 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700608 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700609 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700610 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700611 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700612 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700613 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700614 - test/core/util/port_windows.c
615 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700616 deps:
617 - grpc
618 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700619- name: grpc_transport_chttp2
620 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700621 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700622 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700623 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
624 - src/core/ext/transport/chttp2/transport/frame.h
625 - src/core/ext/transport/chttp2/transport/frame_data.h
626 - src/core/ext/transport/chttp2/transport/frame_goaway.h
627 - src/core/ext/transport/chttp2/transport/frame_ping.h
628 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
629 - src/core/ext/transport/chttp2/transport/frame_settings.h
630 - src/core/ext/transport/chttp2/transport/frame_window_update.h
631 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
632 - src/core/ext/transport/chttp2/transport/hpack_parser.h
633 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700634 - src/core/ext/transport/chttp2/transport/huffsyms.h
635 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
636 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700637 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700638 - src/core/ext/transport/chttp2/transport/varint.h
639 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700640 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700641 - src/core/ext/transport/chttp2/transport/bin_encoder.c
642 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700643 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
644 - src/core/ext/transport/chttp2/transport/frame_data.c
645 - src/core/ext/transport/chttp2/transport/frame_goaway.c
646 - src/core/ext/transport/chttp2/transport/frame_ping.c
647 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
648 - src/core/ext/transport/chttp2/transport/frame_settings.c
649 - src/core/ext/transport/chttp2/transport/frame_window_update.c
650 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
651 - src/core/ext/transport/chttp2/transport/hpack_parser.c
652 - src/core/ext/transport/chttp2/transport/hpack_table.c
653 - src/core/ext/transport/chttp2/transport/huffsyms.c
654 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
655 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700656 - src/core/ext/transport/chttp2/transport/stream_lists.c
657 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700658 - src/core/ext/transport/chttp2/transport/varint.c
659 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700660 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700661 uses:
662 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700663 - grpc_transport_chttp2_alpn
664- name: grpc_transport_chttp2_alpn
665 headers:
666 - src/core/ext/transport/chttp2/alpn/alpn.h
667 src:
668 - src/core/ext/transport/chttp2/alpn/alpn.c
669 deps:
670 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800671- name: grpc_transport_chttp2_client_connector
672 headers:
673 - src/core/ext/transport/chttp2/client/chttp2_connector.h
674 src:
675 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800676 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800677 - grpc_transport_chttp2
678 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700679- name: grpc_transport_chttp2_client_insecure
680 src:
681 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700682 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700683 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800684 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700685 - grpc_transport_chttp2
686 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700687 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700688- name: grpc_transport_chttp2_client_secure
689 src:
690 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700691 uses:
692 - grpc_transport_chttp2
693 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700694 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700695 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800696 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800697- name: grpc_transport_chttp2_server
698 headers:
699 - src/core/ext/transport/chttp2/server/chttp2_server.h
700 src:
701 - src/core/ext/transport/chttp2/server/chttp2_server.c
702 uses:
703 - grpc_transport_chttp2
704 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700705- name: grpc_transport_chttp2_server_insecure
706 src:
707 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700708 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700709 uses:
710 - grpc_transport_chttp2
711 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800712 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700713- name: grpc_transport_chttp2_server_secure
714 src:
715 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700716 uses:
717 - grpc_transport_chttp2
718 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700719 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800720 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700721- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700722 public_headers:
723 - include/grpc/grpc_cronet.h
724 - include/grpc/grpc_security.h
725 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700726 headers:
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800727 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700728 src:
729 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
730 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
731 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700732 filegroups:
733 - grpc_base
734 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800735- name: nanopb
736 headers:
737 - third_party/nanopb/pb.h
738 - third_party/nanopb/pb_common.h
739 - third_party/nanopb/pb_decode.h
740 - third_party/nanopb/pb_encode.h
741 src:
742 - third_party/nanopb/pb_common.c
743 - third_party/nanopb/pb_decode.c
744 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745- name: tsi
746 headers:
747 - src/core/lib/tsi/fake_transport_security.h
748 - src/core/lib/tsi/ssl_transport_security.h
749 - src/core/lib/tsi/ssl_types.h
750 - src/core/lib/tsi/transport_security.h
751 - src/core/lib/tsi/transport_security_interface.h
752 src:
753 - src/core/lib/tsi/fake_transport_security.c
754 - src/core/lib/tsi/ssl_transport_security.c
755 - src/core/lib/tsi/transport_security.c
756 deps:
757 - gpr
758 secure: true
759- name: grpc++_base
760 language: c++
761 public_headers:
762 - include/grpc++/alarm.h
763 - include/grpc++/channel.h
764 - include/grpc++/client_context.h
765 - include/grpc++/completion_queue.h
766 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700767 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700768 - include/grpc++/generic/async_generic_service.h
769 - include/grpc++/generic/generic_stub.h
770 - include/grpc++/grpc++.h
771 - include/grpc++/impl/call.h
772 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700773 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 - include/grpc++/impl/grpc_library.h
775 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700776 - include/grpc++/impl/rpc_method.h
777 - include/grpc++/impl/rpc_service_method.h
778 - include/grpc++/impl/serialization_traits.h
779 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700780 - include/grpc++/impl/server_builder_plugin.h
781 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700783 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 - include/grpc++/security/auth_context.h
785 - include/grpc++/security/auth_metadata_processor.h
786 - include/grpc++/security/credentials.h
787 - include/grpc++/security/server_credentials.h
788 - include/grpc++/server.h
789 - include/grpc++/server_builder.h
790 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700791 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - include/grpc++/support/async_stream.h
793 - include/grpc++/support/async_unary_call.h
794 - include/grpc++/support/byte_buffer.h
795 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700796 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700797 - include/grpc++/support/slice.h
798 - include/grpc++/support/status.h
799 - include/grpc++/support/status_code_enum.h
800 - include/grpc++/support/string_ref.h
801 - include/grpc++/support/stub_options.h
802 - include/grpc++/support/sync_stream.h
803 - include/grpc++/support/time.h
804 headers:
805 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700806 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700807 - src/cpp/server/dynamic_thread_pool.h
808 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700809 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700811 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812 - src/cpp/client/client_context.cc
813 - src/cpp/client/create_channel.cc
814 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700815 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700816 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700819 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700820 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700822 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700824 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 - src/cpp/server/async_generic_service.cc
826 - src/cpp/server/create_default_thread_pool.cc
827 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700829 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - src/cpp/server/server_context.cc
831 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700832 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700833 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700834 - src/cpp/util/byte_buffer_cc.cc
835 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - src/cpp/util/status.cc
837 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700838 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 uses:
yang-g17487f92016-06-03 15:21:15 -0700840 - grpc++_codegen_base
841- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 language: c++
843 public_headers:
844 - include/grpc++/impl/codegen/async_stream.h
845 - include/grpc++/impl/codegen/async_unary_call.h
846 - include/grpc++/impl/codegen/call.h
847 - include/grpc++/impl/codegen/call_hook.h
848 - include/grpc++/impl/codegen/channel_interface.h
849 - include/grpc++/impl/codegen/client_context.h
850 - include/grpc++/impl/codegen/client_unary_call.h
851 - include/grpc++/impl/codegen/completion_queue.h
852 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700853 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - include/grpc++/impl/codegen/core_codegen_interface.h
855 - include/grpc++/impl/codegen/create_auth_context.h
856 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800857 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700859 - include/grpc++/impl/codegen/rpc_method.h
860 - include/grpc++/impl/codegen/rpc_service_method.h
861 - include/grpc++/impl/codegen/security/auth_context.h
862 - include/grpc++/impl/codegen/serialization_traits.h
863 - include/grpc++/impl/codegen/server_context.h
864 - include/grpc++/impl/codegen/server_interface.h
865 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800866 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - include/grpc++/impl/codegen/status.h
868 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700869 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700870 - include/grpc++/impl/codegen/string_ref.h
871 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 - include/grpc++/impl/codegen/sync_stream.h
873 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 uses:
875 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700876- name: grpc++_codegen_base_src
877 language: c++
878 src:
879 - src/cpp/codegen/codegen_init.cc
880 uses:
881 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700882- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 language: c++
884 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700885 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 uses:
yang-g17487f92016-06-03 15:21:15 -0700887 - grpc++_codegen_base
888 - grpc++_config_proto
889- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700890 language: c++
891 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700892 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700893- name: grpc++_reflection_proto
894 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700895 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700896 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700897- name: thrift_util
898 language: c++
899 public_headers:
900 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700901 - include/grpc++/impl/codegen/thrift_utils.h
902 uses:
903 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100904libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800905- name: gpr
906 build: all
907 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800908 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700909 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800910 secure: false
911 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
912- name: gpr_test_util
913 build: private
914 language: c
915 headers:
916 - test/core/util/test_config.h
917 src:
918 - test/core/util/test_config.c
919 deps:
920 - gpr
921 secure: false
922 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700923- name: grpc
924 build: all
925 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700926 src:
927 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700928 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800929 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700930 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700931 filegroups:
932 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700933 - grpc_transport_chttp2_server_secure
934 - grpc_transport_chttp2_client_secure
935 - grpc_transport_chttp2_server_insecure
936 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800937 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700938 - grpc_lb_policy_pick_first
939 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700940 - grpc_resolver_dns_native
941 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700942 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100943 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700944 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700945 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700947 vs_packages:
948 - grpc.dependencies.openssl
949 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700951- name: grpc_cronet
952 build: all
953 language: c
954 src:
955 - src/core/lib/surface/init.c
956 baselib: true
957 deps_linkage: static
958 dll: true
959 filegroups:
960 - grpc_base
961 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700962 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700963 generate_plugin_registry: true
964 platforms:
965 - linux
966 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100967- name: grpc_dll
968 build: private
969 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100970 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100971 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100972 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100973 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100974 build_system:
975 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100976 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100977 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100978 vs_config_type: DynamicLibrary
979 vs_packages:
980 - grpc.dependencies.openssl
981 - grpc.dependencies.zlib
982 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
983 vs_props:
984 - zlib
985 - openssl
986 - winsock
987 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700988- name: grpc_test_util
989 build: private
990 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700991 headers:
992 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800993 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700994 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700995 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700996 - test/core/end2end/data/server1_cert.c
997 - test/core/end2end/data/server1_key.c
998 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800999 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001000 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001001 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001002 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001003 - grpc
1004 filegroups:
1005 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001006 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1008- name: grpc_test_util_unsecure
1009 build: private
1010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001011 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001012 - gpr
1013 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001014 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001015 filegroups:
1016 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001017 secure: false
1018 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1019- name: grpc_unsecure
1020 build: all
1021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001022 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001023 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001024 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001026 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001028 filegroups:
1029 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001030 - grpc_transport_chttp2_server_insecure
1031 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001032 - grpc_resolver_dns_native
1033 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001034 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001035 - grpc_lb_policy_grpclb
1036 - grpc_lb_policy_pick_first
1037 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001038 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001039 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001040 secure: false
1041 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001042- name: reconnect_server
1043 build: private
1044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001045 headers:
1046 - test/core/util/reconnect_server.h
1047 src:
1048 - test/core/util/reconnect_server.c
1049 deps:
yang-gc9fca182015-11-06 16:41:33 -08001050 - test_tcp_server
1051 - grpc_test_util
1052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001053 - gpr_test_util
1054 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001055- name: test_tcp_server
1056 build: private
1057 language: c
1058 headers:
1059 - test/core/util/test_tcp_server.h
1060 src:
1061 - test/core/util/test_tcp_server.c
1062 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001063 - grpc_test_util
1064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001065 - gpr_test_util
1066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067- name: grpc++
1068 build: all
1069 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001070 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001071 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001072 - src/cpp/client/secure_credentials.h
1073 - src/cpp/common/secure_auth_context.h
1074 - src/cpp/server/secure_server_credentials.h
1075 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001076 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001077 - src/cpp/client/secure_credentials.cc
1078 - src/cpp/common/auth_property_iterator.cc
1079 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001080 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001081 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001082 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001083 - src/cpp/server/secure_server_credentials.cc
1084 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001085 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001086 baselib: true
1087 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001088 filegroups:
1089 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001090 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001091 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001092 secure: check
1093 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001094- name: grpc++_cronet
1095 build: all
1096 language: c++
1097 src:
1098 - src/cpp/client/cronet_credentials.cc
1099 - src/cpp/client/insecure_credentials.cc
1100 - src/cpp/common/insecure_create_auth_context.cc
1101 - src/cpp/server/insecure_server_credentials.cc
1102 deps:
1103 - gpr
1104 - grpc_cronet
1105 baselib: true
1106 dll: true
1107 filegroups:
1108 - grpc++_base
1109 - grpc++_codegen_base
1110 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001111 - grpc_transport_chttp2_client_insecure
1112 - grpc_transport_chttp2_server_insecure
1113 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001114 platforms:
1115 - linux
1116 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001117- name: grpc++_proto_reflection_desc_db
1118 build: private
1119 language: c++
1120 headers:
1121 - test/cpp/util/proto_reflection_descriptor_database.h
1122 src:
1123 - test/cpp/util/proto_reflection_descriptor_database.cc
1124 deps:
1125 - grpc++
1126 filegroups:
1127 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001128 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001129- name: grpc++_reflection
1130 build: all
1131 language: c++
1132 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001133 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001134 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001135 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001136 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001137 - src/cpp/ext/proto_server_reflection.cc
1138 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001139 deps:
1140 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001141 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001142 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001143- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001144 build: private
yang-g42879982016-10-13 15:58:31 -07001145 language: c++
1146 headers:
1147 - include/grpc++/test/server_context_test_spouse.h
1148 src:
1149 - src/cpp/test/server_context_test_spouse.cc
1150 deps:
1151 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152- name: grpc++_test_config
1153 build: private
1154 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001155 headers:
1156 - test/cpp/util/test_config.h
1157 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001158 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159- name: grpc++_test_util
1160 build: private
1161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001162 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001163 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001164 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001165 - test/cpp/util/create_test_channel.h
1166 - test/cpp/util/string_ref_helper.h
1167 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001168 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001169 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001170 - src/proto/grpc/testing/echo_messages.proto
1171 - src/proto/grpc/testing/echo.proto
1172 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001173 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001174 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001175 - test/cpp/util/create_test_channel.cc
1176 - test/cpp/util/string_ref_helper.cc
1177 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001178 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001179 deps:
1180 - grpc++
1181 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001182 filegroups:
1183 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001184 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001185 - grpc++_codegen_proto
1186 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001187 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001188- name: grpc++_unsecure
1189 build: all
1190 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001191 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001192 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001193 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001194 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001195 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001196 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001197 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001198 baselib: true
1199 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001200 filegroups:
1201 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001202 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001203 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001204 secure: false
1205 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001206- name: grpc_cli_libs
1207 build: private
1208 language: c++
1209 headers:
1210 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001211 - test/cpp/util/cli_credentials.h
1212 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001213 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001214 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001215 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001216 src:
1217 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001218 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001219 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001220 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001221 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001222 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001223 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001224 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001225 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001226 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001227 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: grpc_plugin_support
1229 build: protoc
1230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001231 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001232 - src/compiler/config.h
1233 - src/compiler/cpp_generator.h
1234 - src/compiler/cpp_generator_helpers.h
1235 - src/compiler/csharp_generator.h
1236 - src/compiler/csharp_generator_helpers.h
1237 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001238 - src/compiler/node_generator.h
1239 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001240 - src/compiler/objective_c_generator.h
1241 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001242 - src/compiler/php_generator.h
1243 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001244 - src/compiler/python_generator.h
1245 - src/compiler/ruby_generator.h
1246 - src/compiler/ruby_generator_helpers-inl.h
1247 - src/compiler/ruby_generator_map-inl.h
1248 - src/compiler/ruby_generator_string-inl.h
1249 src:
1250 - src/compiler/cpp_generator.cc
1251 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001252 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001253 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001254 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001255 - src/compiler/python_generator.cc
1256 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001257 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001258 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259 secure: false
1260 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001261 vs_props:
1262 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001263- name: http2_client_main
1264 build: private
1265 language: c++
1266 headers:
1267 - test/cpp/interop/http2_client.h
1268 src:
1269 - src/proto/grpc/testing/empty.proto
1270 - src/proto/grpc/testing/messages.proto
1271 - src/proto/grpc/testing/test.proto
1272 - test/cpp/interop/http2_client.cc
1273 deps:
1274 - grpc++_test_util
1275 - grpc_test_util
1276 - grpc++
1277 - grpc
1278 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001279- name: interop_client_helper
1280 build: private
1281 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001282 headers:
1283 - test/cpp/interop/client_helper.h
1284 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001285 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001286 - test/cpp/interop/client_helper.cc
1287 deps:
1288 - grpc++_test_util
1289 - grpc_test_util
1290 - grpc++
1291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001293- name: interop_client_main
1294 build: private
1295 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001296 headers:
1297 - test/cpp/interop/interop_client.h
1298 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001299 - src/proto/grpc/testing/empty.proto
1300 - src/proto/grpc/testing/messages.proto
1301 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001302 - test/cpp/interop/client.cc
1303 - test/cpp/interop/interop_client.cc
1304 deps:
1305 - interop_client_helper
1306 - grpc++_test_util
1307 - grpc_test_util
1308 - grpc++
1309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001310 - gpr_test_util
1311 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001312 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001313- name: interop_server_helper
1314 build: private
1315 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001316 headers:
1317 - test/cpp/interop/server_helper.h
1318 src:
1319 - test/cpp/interop/server_helper.cc
1320 deps:
yang-gcc591022017-01-11 11:10:43 -08001321 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001322 - grpc_test_util
1323 - grpc++
1324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001325 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001326- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001327 build: private
1328 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001329 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001330 - src/proto/grpc/testing/empty.proto
1331 - src/proto/grpc/testing/messages.proto
1332 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001333 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001334 deps:
1335 - interop_server_helper
1336 - grpc++_test_util
1337 - grpc_test_util
1338 - grpc++
1339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001340 - gpr_test_util
1341 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001342 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001343- name: interop_server_main
1344 build: private
1345 language: c++
1346 src:
1347 - test/cpp/interop/interop_server_bootstrap.cc
1348 deps:
1349 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350- name: qps
1351 build: private
1352 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001353 headers:
1354 - test/cpp/qps/client.h
1355 - test/cpp/qps/driver.h
1356 - test/cpp/qps/histogram.h
1357 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001358 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001359 - test/cpp/qps/qps_worker.h
1360 - test/cpp/qps/report.h
1361 - test/cpp/qps/server.h
1362 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001363 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001364 - test/cpp/util/benchmark_config.h
1365 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001366 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001367 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001368 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001369 - src/proto/grpc/testing/control.proto
1370 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001371 - test/cpp/qps/client_async.cc
1372 - test/cpp/qps/client_sync.cc
1373 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001374 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001375 - test/cpp/qps/qps_worker.cc
1376 - test/cpp/qps/report.cc
1377 - test/cpp/qps/server_async.cc
1378 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001379 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001380 - test/cpp/util/benchmark_config.cc
1381 deps:
1382 - grpc_test_util
1383 - grpc++_test_util
1384 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: grpc_csharp_ext
1386 build: all
1387 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001388 src:
1389 - src/csharp/ext/grpc_csharp_ext.c
1390 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001392 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001393 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001394 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001395 dll: only
1396 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001397 vs_packages:
1398 - grpc.dependencies.openssl
1399 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001400 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001401 vs_props:
1402 - zlib
1403 - openssl
1404 - winsock
1405 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001407- name: alarm_test
1408 build: test
1409 language: c
1410 src:
1411 - test/core/surface/alarm_test.c
1412 deps:
1413 - grpc_test_util
1414 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001415 - gpr_test_util
1416 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001417- name: algorithm_test
1418 build: test
1419 language: c
1420 src:
1421 - test/core/compression/algorithm_test.c
1422 deps:
1423 - grpc_test_util
1424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001425 - gpr_test_util
1426 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001427- name: alloc_test
1428 build: test
1429 language: c
1430 src:
1431 - test/core/support/alloc_test.c
1432 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001433 - gpr_test_util
1434 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001435- name: alpn_test
1436 build: test
1437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001438 src:
1439 - test/core/transport/chttp2/alpn_test.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001443 - gpr_test_util
1444 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001445- name: api_fuzzer
1446 build: fuzzer
1447 language: c
1448 src:
1449 - test/core/end2end/fuzzers/api_fuzzer.c
1450 deps:
1451 - grpc_test_util
1452 - grpc
1453 - gpr_test_util
1454 - gpr
1455 corpus_dirs:
1456 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001457 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001458 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001459- name: bad_server_response_test
1460 build: test
1461 language: c
1462 src:
1463 - test/core/end2end/bad_server_response_test.c
1464 deps:
1465 - test_tcp_server
1466 - grpc_test_util
1467 - grpc
1468 - gpr_test_util
1469 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001470 exclude_iomgrs:
1471 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001472- name: bdp_estimator_test
1473 build: test
1474 language: c
1475 src:
1476 - test/core/transport/bdp_estimator_test.c
1477 deps:
1478 - grpc_test_util
1479 - grpc
1480 - gpr_test_util
1481 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001482- name: bin_decoder_test
1483 build: test
1484 language: c
1485 src:
1486 - test/core/transport/chttp2/bin_decoder_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490- name: bin_encoder_test
1491 build: test
1492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001493 src:
1494 - test/core/transport/chttp2/bin_encoder_test.c
1495 deps:
1496 - grpc_test_util
1497 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001498- name: census_context_test
1499 build: test
1500 language: c
1501 src:
1502 - test/core/census/context_test.c
1503 deps:
1504 - grpc_test_util
1505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001506 - gpr_test_util
1507 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001508- name: census_resource_test
1509 build: test
1510 language: c
1511 src:
1512 - test/core/census/resource_test.c
1513 deps:
1514 - grpc_test_util
1515 - grpc
1516 - gpr_test_util
1517 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001518- name: census_trace_context_test
1519 build: test
1520 language: c
1521 src:
1522 - test/core/census/trace_context_test.c
1523 deps:
1524 - grpc_test_util
1525 - grpc
1526 - gpr_test_util
1527 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001528- name: channel_create_test
1529 build: test
1530 language: c
1531 src:
1532 - test/core/surface/channel_create_test.c
1533 deps:
1534 - grpc_test_util
1535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001538- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001539 build: test
1540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001541 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001542 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001543 deps:
1544 - grpc_test_util
1545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr_test_util
1547 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001548- name: chttp2_stream_map_test
1549 build: test
1550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001551 src:
1552 - test/core/transport/chttp2/stream_map_test.c
1553 deps:
1554 - grpc_test_util
1555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 - gpr_test_util
1557 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001558- name: chttp2_varint_test
1559 build: test
1560 language: c
1561 src:
1562 - test/core/transport/chttp2/varint_test.c
1563 deps:
1564 - grpc_test_util
1565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001566 - gpr_test_util
1567 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001568- name: client_fuzzer
1569 build: fuzzer
1570 language: c
1571 src:
1572 - test/core/end2end/fuzzers/client_fuzzer.c
1573 deps:
1574 - grpc_test_util
1575 - grpc
1576 - gpr_test_util
1577 - gpr
1578 corpus_dirs:
1579 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001580 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001581 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001582- name: combiner_test
1583 cpu_cost: 30
1584 build: test
1585 language: c
1586 src:
1587 - test/core/iomgr/combiner_test.c
1588 deps:
1589 - grpc_test_util
1590 - grpc
1591 - gpr_test_util
1592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001593- name: compression_test
1594 build: test
1595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001596 src:
1597 - test/core/compression/compression_test.c
1598 deps:
1599 - grpc_test_util
1600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001603- name: concurrent_connectivity_test
1604 build: test
1605 language: c
1606 src:
1607 - test/core/surface/concurrent_connectivity_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
1611 - gpr_test_util
1612 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001613 exclude_iomgrs:
1614 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001615- name: connection_refused_test
1616 cpu_cost: 0.1
1617 build: test
1618 language: c
1619 src:
1620 - test/core/end2end/connection_refused_test.c
1621 deps:
1622 - grpc_test_util
1623 - grpc
1624 - gpr_test_util
1625 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001626- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001627 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001628 build: test
1629 language: c
1630 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001631 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001632 deps:
1633 - grpc_test_util
1634 - grpc
1635 - gpr_test_util
1636 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001637 exclude_iomgrs:
1638 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001639- name: dns_resolver_test
1640 build: test
1641 language: c
1642 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001643 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001644 deps:
1645 - grpc_test_util
1646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001649- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001650 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001651 build: test
1652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001653 src:
1654 - test/core/end2end/dualstack_socket_test.c
1655 deps:
1656 - grpc_test_util
1657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001658 - gpr_test_util
1659 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001660 exclude_iomgrs:
1661 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001662 platforms:
1663 - mac
1664 - linux
1665 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001666- name: endpoint_pair_test
1667 build: test
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/iomgr/endpoint_pair_test.c
1671 deps:
1672 - grpc_test_util
1673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001676 exclude_iomgrs:
1677 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001678- name: ev_epoll_linux_test
1679 build: test
1680 language: c
1681 src:
1682 - test/core/iomgr/ev_epoll_linux_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
1686 - gpr_test_util
1687 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001688 exclude_iomgrs:
1689 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001690 platforms:
1691 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: fd_conservation_posix_test
1693 build: test
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - test/core/iomgr/fd_conservation_posix_test.c
1697 deps:
1698 - grpc_test_util
1699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr_test_util
1701 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001702 exclude_iomgrs:
1703 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001704 platforms:
1705 - mac
1706 - linux
1707 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708- name: fd_posix_test
1709 build: test
1710 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001711 src:
1712 - test/core/iomgr/fd_posix_test.c
1713 deps:
1714 - grpc_test_util
1715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr_test_util
1717 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001718 exclude_iomgrs:
1719 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001720 platforms:
1721 - mac
1722 - linux
1723 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001724- name: fling_client
1725 build: test
1726 run: false
1727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001728 src:
1729 - test/core/fling/client.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: fling_server
1736 build: test
1737 run: false
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - test/core/fling/server.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001747 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748 build: test
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/fling/fling_stream_test.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001757 platforms:
1758 - mac
1759 - linux
1760 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001762 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763 build: test
1764 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001765 src:
1766 - test/core/fling/fling_test.c
1767 deps:
1768 - grpc_test_util
1769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001772 platforms:
1773 - mac
1774 - linux
1775 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001776- name: gen_hpack_tables
1777 build: tool
1778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001779 src:
1780 - tools/codegen/core/gen_hpack_tables.c
1781 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001783 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784- name: gen_legal_metadata_characters
1785 build: tool
1786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001787 src:
1788 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001790- name: gen_percent_encoding_tables
1791 build: tool
1792 language: c
1793 src:
1794 - tools/codegen/core/gen_percent_encoding_tables.c
1795 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001796- name: goaway_server_test
1797 cpu_cost: 0.1
1798 build: test
1799 language: c
1800 src:
1801 - test/core/end2end/goaway_server_test.c
1802 deps:
1803 - grpc_test_util
1804 - grpc
1805 - gpr_test_util
1806 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001807 exclude_iomgrs:
1808 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001809 platforms:
1810 - mac
1811 - linux
1812 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001813- name: gpr_avl_test
1814 build: test
1815 language: c
1816 src:
1817 - test/core/support/avl_test.c
1818 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr_test_util
1820 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001821- name: gpr_backoff_test
1822 build: test
1823 language: c
1824 src:
1825 - test/core/support/backoff_test.c
1826 deps:
1827 - gpr_test_util
1828 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829- name: gpr_cmdline_test
1830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/support/cmdline_test.c
1834 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001837- name: gpr_cpu_test
1838 build: test
1839 language: c
1840 src:
1841 - test/core/support/cpu_test.c
1842 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845- name: gpr_env_test
1846 build: test
1847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001848 src:
1849 - test/core/support/env_test.c
1850 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: gpr_histogram_test
1854 build: test
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - test/core/support/histogram_test.c
1858 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001861- name: gpr_host_port_test
1862 build: test
1863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
1865 - test/core/support/host_port_test.c
1866 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869- name: gpr_log_test
1870 build: test
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - test/core/support/log_test.c
1874 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001877- name: gpr_mpscq_test
1878 cpu_cost: 30
1879 build: test
1880 language: c
1881 src:
1882 - test/core/support/mpscq_test.c
1883 deps:
1884 - gpr_test_util
1885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001887 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/support/stack_lockfree_test.c
1892 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr_test_util
1894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895- name: gpr_string_test
1896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
1899 - test/core/support/string_test.c
1900 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001904 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905 build: test
1906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001907 src:
1908 - test/core/support/sync_test.c
1909 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001912- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001913 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001914 build: test
1915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001916 src:
1917 - test/core/support/thd_test.c
1918 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001919 - gpr_test_util
1920 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001921- name: gpr_time_test
1922 build: test
1923 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001924 src:
1925 - test/core/support/time_test.c
1926 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001929- name: gpr_tls_test
1930 build: test
1931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
1933 - test/core/support/tls_test.c
1934 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: gpr_useful_test
1938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/support/useful_test.c
1942 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945- name: grpc_auth_context_test
1946 build: test
1947 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001948 src:
1949 - test/core/security/auth_context_test.c
1950 deps:
1951 - grpc_test_util
1952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001953 - gpr_test_util
1954 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001955- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956 build: test
1957 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001958 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001959 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001960 deps:
1961 - grpc_test_util
1962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001965- name: grpc_byte_buffer_reader_test
1966 build: test
1967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001968 src:
1969 - test/core/surface/byte_buffer_reader_test.c
1970 deps:
1971 - grpc_test_util
1972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001975- name: grpc_channel_args_test
1976 build: test
1977 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001978 src:
1979 - test/core/channel/channel_args_test.c
1980 deps:
1981 - grpc_test_util
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: grpc_channel_stack_test
1986 build: test
1987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - test/core/channel/channel_stack_test.c
1990 deps:
1991 - grpc_test_util
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: grpc_completion_queue_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/surface/completion_queue_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002005 exclude_iomgrs:
2006 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007- name: grpc_create_jwt
2008 build: tool
2009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/core/security/create_jwt.c
2012 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002015 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016- name: grpc_credentials_test
2017 build: test
2018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002019 src:
2020 - test/core/security/credentials_test.c
2021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002027 build: test
2028 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002030 src:
2031 - test/core/security/fetch_oauth2.c
2032 deps:
2033 - grpc_test_util
2034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002035 - gpr_test_util
2036 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002037- name: grpc_invalid_channel_args_test
2038 build: test
2039 language: c
2040 src:
2041 - test/core/surface/invalid_channel_args_test.c
2042 deps:
2043 - grpc_test_util
2044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: grpc_json_token_test
2048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/security/json_token_test.c
2052 deps:
2053 - grpc_test_util
2054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr_test_util
2056 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002057 platforms:
2058 - linux
2059 - posix
2060 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: grpc_jwt_verifier_test
2062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
2065 - test/core/security/jwt_verifier_test.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: grpc_print_google_default_creds_token
2072 build: tool
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/security/print_google_default_creds_token.c
2076 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: grpc_security_connector_test
2080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/core/security/security_connector_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: grpc_verify_jwt
2090 build: tool
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/security/verify_jwt.c
2094 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002097- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002098 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002099 language: c
2100 src:
2101 - test/core/handshake/client_ssl.c
2102 deps:
2103 - grpc_test_util
2104 - grpc
2105 - gpr_test_util
2106 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002107 platforms:
2108 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002109 secure: true
2110- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002111 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002112 language: c
2113 src:
2114 - test/core/handshake/server_ssl.c
2115 deps:
2116 - grpc_test_util
2117 - grpc
2118 - gpr_test_util
2119 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002120 platforms:
2121 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002122 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002123- name: hpack_parser_fuzzer_test
2124 build: fuzzer
2125 language: c
2126 src:
2127 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
2131 - gpr_test_util
2132 - gpr
2133 corpus_dirs:
2134 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002135 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002136 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137- name: hpack_parser_test
2138 build: test
2139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - test/core/transport/chttp2/hpack_parser_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147- name: hpack_table_test
2148 build: test
2149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - test/core/transport/chttp2/hpack_table_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002157- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158 build: test
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002161 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002167- name: http_request_fuzzer_test
2168 build: fuzzer
2169 language: c
2170 src:
2171 - test/core/http/request_fuzzer.c
2172 deps:
2173 - grpc_test_util
2174 - grpc
2175 - gpr_test_util
2176 - gpr
2177 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002178 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002179 maxlen: 2048
2180- name: http_response_fuzzer_test
2181 build: fuzzer
2182 language: c
2183 src:
2184 - test/core/http/response_fuzzer.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
2188 - gpr_test_util
2189 - gpr
2190 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002191 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002192 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002193- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194 build: test
2195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002196 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002197 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002198 deps:
2199 - grpc_test_util
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002204 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205 build: test
2206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002208 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002209 deps:
2210 - grpc_test_util
2211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002212 - gpr_test_util
2213 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002214 platforms:
2215 - mac
2216 - linux
2217 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002218- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002219 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002220 build: test
2221 language: c
2222 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002223 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002224 deps:
2225 - grpc_test_util
2226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002229 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002230 - linux
yang-gf1183302015-12-07 16:02:05 -08002231- name: init_test
2232 build: test
2233 language: c
2234 src:
2235 - test/core/surface/init_test.c
2236 deps:
2237 - grpc_test_util
2238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002241- name: internal_api_canary_iomgr_test
2242 build: test
2243 run: false
2244 language: c
2245 src:
2246 - test/core/internal_api_canaries/iomgr.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
2250 - gpr_test_util
2251 - gpr
2252- name: internal_api_canary_support_test
2253 build: test
2254 run: false
2255 language: c
2256 src:
2257 - test/core/internal_api_canaries/iomgr.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
2261 - gpr_test_util
2262 - gpr
2263- name: internal_api_canary_transport_test
2264 build: test
2265 run: false
2266 language: c
2267 src:
2268 - test/core/internal_api_canaries/iomgr.c
2269 deps:
2270 - grpc_test_util
2271 - grpc
2272 - gpr_test_util
2273 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002274- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002275 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002276 build: test
2277 language: c
2278 src:
2279 - test/core/end2end/invalid_call_argument_test.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 - gpr_test_util
2284 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002285- name: json_fuzzer_test
2286 build: fuzzer
2287 language: c
2288 src:
2289 - test/core/json/fuzzer.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
2293 - gpr_test_util
2294 - gpr
2295 corpus_dirs:
2296 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002297 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298- name: json_rewrite
2299 build: test
2300 run: false
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/json/json_rewrite.c
2304 deps:
2305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307- name: json_rewrite_test
2308 build: test
2309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
2311 - test/core/json/json_rewrite_test.c
2312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002317- name: json_stream_error_test
2318 build: test
2319 language: c
2320 src:
2321 - test/core/json/json_stream_error_test.c
2322 deps:
2323 - grpc_test_util
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002327- name: json_test
2328 build: test
2329 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002330 src:
2331 - test/core/json/json_test.c
2332 deps:
2333 - grpc_test_util
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: lame_client_test
2338 build: test
2339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/core/surface/lame_client_test.c
2342 deps:
2343 - grpc_test_util
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002347- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002348 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002349 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002350 build: test
2351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002353 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002354 deps:
2355 - grpc_test_util
2356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002359- name: load_file_test
2360 build: test
2361 language: c
2362 src:
2363 - test/core/iomgr/load_file_test.c
2364 deps:
2365 - grpc_test_util
2366 - grpc
2367 - gpr_test_util
2368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: low_level_ping_pong_benchmark
2370 build: benchmark
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
2373 - test/core/network_benchmarks/low_level_ping_pong.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002379 platforms:
2380 - mac
2381 - linux
2382 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002383- name: memory_profile_client
2384 build: test
2385 run: false
2386 language: c
2387 src:
2388 - test/core/memory_usage/client.c
2389 deps:
2390 - grpc_test_util
2391 - grpc
2392 - gpr_test_util
2393 - gpr
2394- name: memory_profile_server
2395 build: test
2396 run: false
2397 language: c
2398 src:
2399 - test/core/memory_usage/server.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
2403 - gpr_test_util
2404 - gpr
2405- name: memory_profile_test
2406 cpu_cost: 1.5
2407 build: test
2408 language: c
2409 src:
2410 - test/core/memory_usage/memory_usage_test.c
2411 deps:
2412 - grpc_test_util
2413 - grpc
2414 - gpr_test_util
2415 - gpr
2416 platforms:
2417 - mac
2418 - linux
2419 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420- name: message_compress_test
2421 build: test
2422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - test/core/compression/message_compress_test.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002430- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002431 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002432 build: test
2433 language: c
2434 src:
2435 - test/core/census/mlog_test.c
2436 deps:
2437 - grpc_test_util
2438 - grpc
2439 - gpr_test_util
2440 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441- name: multiple_server_queues_test
2442 build: test
2443 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002444 src:
2445 - test/core/end2end/multiple_server_queues_test.c
2446 deps:
2447 - grpc_test_util
2448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002449 - gpr_test_util
2450 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002451- name: murmur_hash_test
2452 build: test
2453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002454 src:
2455 - test/core/support/murmur_hash_test.c
2456 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002459- name: nanopb_fuzzer_response_test
2460 build: fuzzer
2461 language: c
2462 src:
2463 - test/core/nanopb/fuzzer_response.c
2464 deps:
2465 - grpc_test_util
2466 - grpc
2467 - gpr_test_util
2468 - gpr
2469 corpus_dirs:
2470 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002471 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002472- name: nanopb_fuzzer_serverlist_test
2473 build: fuzzer
2474 language: c
2475 src:
2476 - test/core/nanopb/fuzzer_serverlist.c
2477 deps:
2478 - grpc_test_util
2479 - grpc
2480 - gpr_test_util
2481 - gpr
2482 corpus_dirs:
2483 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002484 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002486 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487 build: test
2488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002489 src:
2490 - test/core/end2end/no_server_test.c
2491 deps:
2492 - grpc_test_util
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002496- name: percent_decode_fuzzer
2497 build: fuzzer
2498 language: c
2499 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002500 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002501 deps:
2502 - grpc_test_util
2503 - grpc
2504 - gpr_test_util
2505 - gpr
2506 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002507 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002508 maxlen: 32
2509- name: percent_encode_fuzzer
2510 build: fuzzer
2511 language: c
2512 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002513 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002514 deps:
2515 - grpc_test_util
2516 - grpc
2517 - gpr_test_util
2518 - gpr
2519 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002520 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002521 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002522- name: percent_encoding_test
2523 build: test
2524 language: c
2525 src:
2526 - test/core/slice/percent_encoding_test.c
2527 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002528 - grpc_test_util
2529 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002530 - gpr_test_util
2531 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002532- name: pollset_set_test
2533 build: test
2534 language: c
2535 src:
2536 - test/core/iomgr/pollset_set_test.c
2537 deps:
2538 - grpc_test_util
2539 - grpc
2540 - gpr_test_util
2541 - gpr
2542 exclude_iomgrs:
2543 - uv
2544 platforms:
2545 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002546- name: resolve_address_posix_test
2547 build: test
2548 language: c
2549 src:
2550 - test/core/iomgr/resolve_address_posix_test.c
2551 deps:
2552 - grpc_test_util
2553 - grpc
2554 - gpr_test_util
2555 - gpr
2556 platforms:
2557 - mac
2558 - linux
2559 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560- name: resolve_address_test
2561 build: test
2562 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
2564 - test/core/iomgr/resolve_address_test.c
2565 deps:
2566 - grpc_test_util
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr_test_util
2569 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002570 exclude_iomgrs:
2571 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002572- name: resource_quota_test
2573 cpu_cost: 30
2574 build: test
2575 language: c
2576 src:
2577 - test/core/iomgr/resource_quota_test.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
2581 - gpr_test_util
2582 - gpr
yang-gd482e592015-12-10 14:04:00 -08002583- name: secure_channel_create_test
2584 build: test
2585 language: c
2586 src:
2587 - test/core/surface/secure_channel_create_test.c
2588 deps:
2589 - grpc_test_util
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593- name: secure_endpoint_test
2594 build: test
2595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002596 src:
2597 - test/core/security/secure_endpoint_test.c
2598 deps:
2599 - grpc_test_util
2600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002601 - gpr_test_util
2602 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002603 exclude_iomgrs:
2604 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002605- name: sequential_connectivity_test
2606 build: test
2607 language: c
2608 src:
2609 - test/core/surface/sequential_connectivity_test.c
2610 deps:
2611 - grpc_test_util
2612 - grpc
2613 - gpr_test_util
2614 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002615 exclude_iomgrs:
2616 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002617- name: server_chttp2_test
2618 build: test
2619 language: c
2620 src:
2621 - test/core/surface/server_chttp2_test.c
2622 deps:
2623 - grpc_test_util
2624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002625 - gpr_test_util
2626 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002627- name: server_fuzzer
2628 build: fuzzer
2629 language: c
2630 src:
2631 - test/core/end2end/fuzzers/server_fuzzer.c
2632 deps:
2633 - grpc_test_util
2634 - grpc
2635 - gpr_test_util
2636 - gpr
2637 corpus_dirs:
2638 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002639 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002640 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002641- name: server_test
2642 build: test
2643 language: c
2644 src:
2645 - test/core/surface/server_test.c
2646 deps:
2647 - grpc_test_util
2648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002649 - gpr_test_util
2650 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002651- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002652 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002653 build: test
2654 language: c
2655 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002656 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002657 deps:
2658 - test_tcp_server
2659 - grpc_test_util
2660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002661 - gpr_test_util
2662 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002663 exclude_iomgrs:
2664 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002665- name: slice_buffer_test
2666 build: test
2667 language: c
2668 src:
2669 - test/core/slice/slice_buffer_test.c
2670 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002671 - grpc_test_util
2672 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002673 - gpr_test_util
2674 - gpr
2675- name: slice_string_helpers_test
2676 build: test
2677 language: c
2678 src:
2679 - test/core/slice/slice_string_helpers_test.c
2680 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002681 - grpc_test_util
2682 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002683 - gpr_test_util
2684 - gpr
2685- name: slice_test
2686 build: test
2687 language: c
2688 src:
2689 - test/core/slice/slice_test.c
2690 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002691 - grpc_test_util
2692 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002693 - gpr_test_util
2694 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002695- name: sockaddr_resolver_test
2696 build: test
2697 language: c
2698 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002699 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002700 deps:
2701 - grpc_test_util
2702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002703 - gpr_test_util
2704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705- name: sockaddr_utils_test
2706 build: test
2707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002708 src:
2709 - test/core/iomgr/sockaddr_utils_test.c
2710 deps:
2711 - grpc_test_util
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002715- name: socket_utils_test
2716 build: test
2717 language: c
2718 src:
2719 - test/core/iomgr/socket_utils_test.c
2720 deps:
2721 - grpc_test_util
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002725 exclude_iomgrs:
2726 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002727 platforms:
2728 - mac
2729 - linux
2730 - posix
yang-g31e21282016-11-04 15:10:03 -07002731- name: ssl_server_fuzzer
2732 build: fuzzer
2733 language: c
2734 src:
2735 - test/core/security/ssl_server_fuzzer.c
2736 deps:
2737 - grpc_test_util
2738 - grpc
2739 - gpr_test_util
2740 - gpr
2741 corpus_dirs:
2742 - test/core/security/corpus/ssl_server_corpus
2743 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002744- name: status_conversion_test
2745 build: test
2746 language: c
2747 src:
2748 - test/core/transport/status_conversion_test.c
2749 deps:
2750 - grpc_test_util
2751 - grpc
2752 - gpr_test_util
2753 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002754- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002755 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002756 build: test
2757 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002758 src:
2759 - test/core/iomgr/tcp_client_posix_test.c
2760 deps:
2761 - grpc_test_util
2762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002763 - gpr_test_util
2764 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002765 exclude_iomgrs:
2766 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002767 platforms:
2768 - mac
2769 - linux
2770 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002771- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002772 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002773 build: test
2774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002775 src:
2776 - test/core/iomgr/tcp_posix_test.c
2777 deps:
2778 - grpc_test_util
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr_test_util
2781 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002782 exclude_iomgrs:
2783 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002784 platforms:
2785 - mac
2786 - linux
2787 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002788- name: tcp_server_posix_test
2789 build: test
2790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002791 src:
2792 - test/core/iomgr/tcp_server_posix_test.c
2793 deps:
2794 - grpc_test_util
2795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002796 - gpr_test_util
2797 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002798 exclude_iomgrs:
2799 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002800 platforms:
2801 - mac
2802 - linux
2803 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804- name: time_averaged_stats_test
2805 build: test
2806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002807 src:
2808 - test/core/iomgr/time_averaged_stats_test.c
2809 deps:
2810 - grpc_test_util
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814- name: timeout_encoding_test
2815 build: test
2816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002817 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002818 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002819 deps:
2820 - grpc_test_util
2821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002822 - gpr_test_util
2823 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002824- name: timer_heap_test
2825 build: test
2826 language: c
2827 src:
2828 - test/core/iomgr/timer_heap_test.c
2829 deps:
2830 - grpc_test_util
2831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002832 - gpr_test_util
2833 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002834 exclude_iomgrs:
2835 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002836- name: timer_list_test
2837 build: test
2838 language: c
2839 src:
2840 - test/core/iomgr/timer_list_test.c
2841 deps:
2842 - grpc_test_util
2843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002844 - gpr_test_util
2845 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002846 exclude_iomgrs:
2847 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002848- name: transport_connectivity_state_test
2849 build: test
2850 language: c
2851 src:
2852 - test/core/transport/connectivity_state_test.c
2853 deps:
2854 - grpc_test_util
2855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002856 - gpr_test_util
2857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002858- name: transport_metadata_test
2859 build: test
2860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002861 src:
2862 - test/core/transport/metadata_test.c
2863 deps:
2864 - grpc_test_util
2865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002866 - gpr_test_util
2867 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002868- name: transport_pid_controller_test
2869 build: test
2870 language: c
2871 src:
2872 - test/core/transport/pid_controller_test.c
2873 deps:
2874 - grpc_test_util
2875 - grpc
2876 - gpr_test_util
2877 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002878- name: transport_security_test
2879 build: test
2880 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002881 src:
2882 - test/core/tsi/transport_security_test.c
2883 deps:
2884 - grpc_test_util
2885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002886 - gpr_test_util
2887 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002888 platforms:
2889 - linux
2890 - posix
2891 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892- name: udp_server_test
2893 build: test
2894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002895 src:
2896 - test/core/iomgr/udp_server_test.c
2897 deps:
2898 - grpc_test_util
2899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002900 - gpr_test_util
2901 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002902 exclude_iomgrs:
2903 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002904 platforms:
2905 - mac
2906 - linux
2907 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002908- name: uri_fuzzer_test
2909 build: fuzzer
2910 language: c
2911 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002912 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002913 deps:
2914 - grpc_test_util
2915 - grpc
2916 - gpr_test_util
2917 - gpr
2918 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002919 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002920 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002921- name: uri_parser_test
2922 build: test
2923 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002924 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002925 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002926 deps:
2927 - grpc_test_util
2928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002929 - gpr_test_util
2930 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002931- name: wakeup_fd_cv_test
2932 build: test
2933 language: c
2934 src:
2935 - test/core/iomgr/wakeup_fd_cv_test.c
2936 deps:
2937 - grpc_test_util
2938 - grpc
2939 - gpr_test_util
2940 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002941 exclude_iomgrs:
2942 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002943 platforms:
2944 - mac
2945 - linux
2946 - posix
vjpai04e992a2016-02-10 16:58:38 -08002947- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002948 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002949 build: test
2950 language: c++
2951 src:
2952 - test/cpp/common/alarm_cpp_test.cc
2953 deps:
2954 - grpc++_test_util
2955 - grpc_test_util
2956 - grpc++
2957 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002958 - gpr_test_util
2959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002960- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002961 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002962 build: test
2963 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002964 src:
2965 - test/cpp/end2end/async_end2end_test.cc
2966 deps:
2967 - grpc++_test_util
2968 - grpc_test_util
2969 - grpc++
2970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002971 - gpr_test_util
2972 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002973- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002974 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002975 build: test
2976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002977 src:
2978 - test/cpp/common/auth_property_iterator_test.cc
2979 deps:
2980 - grpc++_test_util
2981 - grpc_test_util
2982 - grpc++
2983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002984 - gpr_test_util
2985 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002986- name: bm_fullstack
2987 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002988 language: c++
2989 src:
2990 - test/cpp/microbenchmarks/bm_fullstack.cc
2991 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002992 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002993 - grpc++_test_util
2994 - grpc_test_util
2995 - grpc++
2996 - grpc
2997 - gpr_test_util
2998 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08002999 args:
3000 - --benchmark_min_time=0
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003001 platforms:
3002 - mac
3003 - linux
3004 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003005- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003006 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003007 build: test
3008 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003009 src:
yang-g52705592015-11-25 11:45:33 -08003010 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003011 deps:
3012 - grpc++
3013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003014 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003015- name: channel_filter_test
3016 gtest: true
3017 build: test
3018 language: c++
3019 src:
3020 - test/cpp/common/channel_filter_test.cc
3021 deps:
3022 - grpc++
3023 - grpc
3024 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003025- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003026 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027 build: test
3028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003029 src:
3030 - test/cpp/util/cli_call_test.cc
3031 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003032 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003033 - grpc++_test_util
3034 - grpc_test_util
3035 - grpc++
3036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003037 - gpr_test_util
3038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003040 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003041 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042 build: test
3043 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003044 src:
3045 - test/cpp/end2end/client_crash_test.cc
3046 deps:
3047 - grpc++_test_util
3048 - grpc_test_util
3049 - grpc++
3050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003051 - gpr_test_util
3052 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003053 platforms:
3054 - mac
3055 - linux
3056 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003057- name: client_crash_test_server
3058 build: test
3059 run: false
3060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003061 src:
3062 - test/cpp/end2end/client_crash_test_server.cc
3063 deps:
3064 - grpc++_test_util
3065 - grpc_test_util
3066 - grpc++
3067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003068 - gpr_test_util
3069 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003070- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003071 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003072 build: test
3073 language: c++
3074 src:
3075 - src/proto/grpc/testing/control.proto
3076 - src/proto/grpc/testing/messages.proto
3077 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003078 - src/proto/grpc/testing/services.proto
3079 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003080 - test/cpp/codegen/codegen_test_full.cc
3081 deps:
3082 - grpc++
3083 - grpc
3084 - gpr
3085 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003086 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003087- name: codegen_test_minimal
3088 gtest: true
3089 build: test
3090 language: c++
3091 src:
3092 - src/proto/grpc/testing/control.proto
3093 - src/proto/grpc/testing/messages.proto
3094 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003095 - src/proto/grpc/testing/services.proto
3096 - src/proto/grpc/testing/stats.proto
3097 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003098 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003099 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003100 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003101- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003102 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003103 build: test
3104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003105 src:
3106 - test/cpp/client/credentials_test.cc
3107 deps:
3108 - grpc++
3109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003111- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003112 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003113 build: test
3114 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003115 src:
3116 - test/cpp/util/byte_buffer_test.cc
3117 deps:
3118 - grpc_test_util
3119 - grpc++
3120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003121 - gpr_test_util
3122 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003123- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003124 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003125 build: test
3126 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003127 src:
3128 - test/cpp/util/slice_test.cc
3129 deps:
3130 - grpc_test_util
3131 - grpc++
3132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003133 - gpr_test_util
3134 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003135- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003136 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003137 build: test
3138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003139 src:
3140 - test/cpp/util/string_ref_test.cc
3141 deps:
3142 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003143- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003144 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003145 build: test
3146 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003147 src:
3148 - test/cpp/util/time_test.cc
3149 deps:
3150 - grpc_test_util
3151 - grpc++
3152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003153 - gpr_test_util
3154 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003155- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003156 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003157 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003158 build: test
3159 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003160 src:
3161 - test/cpp/end2end/end2end_test.cc
3162 deps:
3163 - grpc++_test_util
3164 - grpc_test_util
3165 - grpc++
3166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003167 - gpr_test_util
3168 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003169- name: filter_end2end_test
3170 gtest: true
3171 build: test
3172 language: c++
3173 src:
3174 - test/cpp/end2end/filter_end2end_test.cc
3175 deps:
3176 - grpc++_test_util
3177 - grpc_test_util
3178 - grpc++
3179 - grpc
3180 - gpr_test_util
3181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003182- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003183 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003184 build: test
3185 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003186 src:
3187 - test/cpp/end2end/generic_end2end_test.cc
3188 deps:
3189 - grpc++_test_util
3190 - grpc_test_util
3191 - grpc++
3192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003193 - gpr_test_util
3194 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003195- name: golden_file_test
3196 gtest: true
3197 build: test
3198 language: c++
3199 src:
3200 - src/proto/grpc/testing/compiler_test.proto
3201 - test/cpp/codegen/golden_file_test.cc
3202 deps:
3203 - grpc++
3204 - grpc
3205 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003206- name: grpc_cli
3207 build: test
3208 run: false
3209 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003210 src:
3211 - test/cpp/util/grpc_cli.cc
3212 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003213 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003214 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003215 - grpc++
3216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003217 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003218 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003219- name: grpc_cpp_plugin
3220 build: protoc
3221 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003222 src:
3223 - src/compiler/cpp_plugin.cc
3224 deps:
3225 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003226 secure: false
3227 vs_config_type: Application
3228 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3229- name: grpc_csharp_plugin
3230 build: protoc
3231 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003232 src:
3233 - src/compiler/csharp_plugin.cc
3234 deps:
3235 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003236 secure: false
3237 vs_config_type: Application
3238 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003239- name: grpc_node_plugin
3240 build: protoc
3241 language: c++
3242 src:
3243 - src/compiler/node_plugin.cc
3244 deps:
3245 - grpc_plugin_support
3246 secure: false
3247 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003248- name: grpc_objective_c_plugin
3249 build: protoc
3250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003251 src:
3252 - src/compiler/objective_c_plugin.cc
3253 deps:
3254 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003255 secure: false
3256 vs_config_type: Application
3257 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003258- name: grpc_php_plugin
3259 build: protoc
3260 language: c++
3261 src:
3262 - src/compiler/php_plugin.cc
3263 deps:
3264 - grpc_plugin_support
3265 secure: false
3266 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003267- name: grpc_python_plugin
3268 build: protoc
3269 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003270 src:
3271 - src/compiler/python_plugin.cc
3272 deps:
3273 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003274 secure: false
3275 vs_config_type: Application
3276 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3277- name: grpc_ruby_plugin
3278 build: protoc
3279 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003280 src:
3281 - src/compiler/ruby_plugin.cc
3282 deps:
3283 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284 secure: false
3285 vs_config_type: Application
3286 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003287- name: grpc_tool_test
3288 gtest: true
3289 build: test
3290 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003291 src:
3292 - src/proto/grpc/testing/echo.proto
3293 - src/proto/grpc/testing/echo_messages.proto
3294 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003295 deps:
3296 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003297 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003298 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003299 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003300 - grpc_test_util
3301 - grpc++
3302 - grpc
3303 - gpr_test_util
3304 - gpr
3305 filegroups:
3306 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003307- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003308 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003309 build: test
3310 language: c++
3311 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003312 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003313 - test/cpp/grpclb/grpclb_api_test.cc
3314 deps:
3315 - grpc++_test_util
3316 - grpc_test_util
3317 - grpc++
3318 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003319- name: grpclb_test
3320 gtest: false
3321 build: test
3322 language: c++
3323 src:
3324 - src/proto/grpc/lb/v1/load_balancer.proto
3325 - test/cpp/grpclb/grpclb_test.cc
3326 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003327 - grpc++_test_util
3328 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003329 - grpc++
3330 - grpc
3331 - gpr_test_util
3332 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003333- name: http2_client
3334 build: test
3335 run: false
3336 language: c++
3337 src: []
3338 deps:
3339 - http2_client_main
3340 - grpc++_test_util
3341 - grpc_test_util
3342 - grpc++
3343 - grpc
3344 - grpc++_test_config
3345 platforms:
3346 - mac
3347 - linux
3348 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003349- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003350 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003351 build: test
3352 language: c++
3353 src:
3354 - test/cpp/end2end/hybrid_end2end_test.cc
3355 deps:
3356 - grpc++_test_util
3357 - grpc_test_util
3358 - grpc++
3359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003360 - gpr_test_util
3361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003362- name: interop_client
3363 build: test
3364 run: false
3365 language: c++
3366 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003367 deps:
3368 - interop_client_main
3369 - interop_client_helper
3370 - grpc++_test_util
3371 - grpc_test_util
3372 - grpc++
3373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003374 - gpr_test_util
3375 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003376 - grpc++_test_config
3377 platforms:
3378 - mac
3379 - linux
3380 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003381- name: interop_server
3382 build: test
3383 run: false
3384 language: c++
3385 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003386 deps:
3387 - interop_server_main
3388 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003389 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003390 - grpc++_test_util
3391 - grpc_test_util
3392 - grpc++
3393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003394 - gpr_test_util
3395 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003396 - grpc++_test_config
3397 platforms:
3398 - mac
3399 - linux
3400 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003401- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003402 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003403 build: test
3404 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003405 src:
3406 - test/cpp/interop/interop_test.cc
3407 deps:
3408 - grpc_test_util
3409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003410 - gpr_test_util
3411 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003412 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003413 platforms:
3414 - mac
3415 - linux
3416 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003417- name: json_run_localhost
3418 build: test
3419 run: false
3420 language: c++
3421 src:
3422 - test/cpp/qps/json_run_localhost.cc
3423 deps:
3424 - grpc++_test_util
3425 - grpc_test_util
3426 - grpc++
3427 - grpc
3428 - gpr_test_util
3429 - gpr
3430 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003431 platforms:
3432 - mac
3433 - linux
3434 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003435- name: metrics_client
3436 build: test
3437 run: false
3438 language: c++
3439 headers:
3440 - test/cpp/util/metrics_server.h
3441 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003442 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003443 - test/cpp/interop/metrics_client.cc
3444 deps:
3445 - grpc++
3446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003447 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003448 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003449- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003450 gtest: true
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/end2end/mock_test.cc
3455 deps:
3456 - grpc++_test_util
3457 - grpc_test_util
3458 - grpc++
3459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003460 - gpr_test_util
3461 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003462- name: noop-benchmark
3463 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003464 language: c++
3465 src:
3466 - test/cpp/microbenchmarks/noop-benchmark.cc
3467 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003468 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003469- name: proto_server_reflection_test
3470 gtest: true
3471 build: test
3472 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003473 src:
3474 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003475 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003476 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003477 - grpc++_reflection
3478 - grpc++_test_util
3479 - grpc_test_util
3480 - grpc++
3481 - grpc
3482 - gpr_test_util
3483 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003484- name: proto_utils_test
3485 gtest: true
3486 build: test
3487 language: c++
3488 src:
3489 - test/cpp/codegen/proto_utils_test.cc
3490 deps:
3491 - grpc++
3492 - grpc
3493 filegroups:
3494 - grpc++_codegen_base
3495 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003496- name: qps_interarrival_test
3497 build: test
3498 run: false
3499 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003500 src:
3501 - test/cpp/qps/qps_interarrival_test.cc
3502 deps:
3503 - qps
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 Tiller25834342015-09-25 08:08:24 -07003510 platforms:
3511 - mac
3512 - linux
3513 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003514- name: qps_json_driver
3515 build: test
3516 run: false
3517 language: c++
3518 src:
3519 - test/cpp/qps/qps_json_driver.cc
3520 deps:
3521 - qps
3522 - grpc++_test_util
3523 - grpc_test_util
3524 - grpc++
3525 - grpc
3526 - gpr_test_util
3527 - gpr
3528 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003529- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003530 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003531 build: test
3532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003533 src:
3534 - test/cpp/qps/qps_openloop_test.cc
3535 deps:
3536 - qps
3537 - grpc++_test_util
3538 - grpc_test_util
3539 - grpc++
3540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003541 - gpr_test_util
3542 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003543 - grpc++_test_config
3544 platforms:
3545 - mac
3546 - linux
3547 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003548- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003549 build: test
3550 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003551 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003552 headers:
3553 - test/cpp/qps/client.h
3554 - test/cpp/qps/server.h
3555 src:
3556 - test/cpp/qps/worker.cc
3557 deps:
3558 - qps
3559 - grpc++_test_util
3560 - grpc_test_util
3561 - grpc++
3562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003563 - gpr_test_util
3564 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003565 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003566- name: reconnect_interop_client
3567 build: test
3568 run: false
3569 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003570 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003571 - src/proto/grpc/testing/empty.proto
3572 - src/proto/grpc/testing/messages.proto
3573 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003574 - test/cpp/interop/reconnect_interop_client.cc
3575 deps:
3576 - grpc++_test_util
3577 - grpc_test_util
3578 - grpc++
3579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003580 - gpr_test_util
3581 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003582 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003583- name: reconnect_interop_server
3584 build: test
3585 run: false
3586 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003587 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003588 - src/proto/grpc/testing/empty.proto
3589 - src/proto/grpc/testing/messages.proto
3590 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003591 - test/cpp/interop/reconnect_interop_server.cc
3592 deps:
3593 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003594 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003595 - grpc++_test_util
3596 - grpc_test_util
3597 - grpc++
3598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003599 - gpr_test_util
3600 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003601 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003602- name: round_robin_end2end_test
3603 gtest: true
3604 build: test
3605 language: c++
3606 src:
3607 - test/cpp/end2end/round_robin_end2end_test.cc
3608 deps:
3609 - grpc++_test_util
3610 - grpc_test_util
3611 - grpc++
3612 - grpc
3613 - gpr_test_util
3614 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003615- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003616 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003617 build: test
3618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003619 src:
3620 - test/cpp/common/secure_auth_context_test.cc
3621 deps:
3622 - grpc++_test_util
3623 - grpc_test_util
3624 - grpc++
3625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003626 - gpr_test_util
3627 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003628- name: secure_sync_unary_ping_pong_test
3629 build: test
3630 language: c++
3631 src:
3632 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3633 deps:
3634 - qps
3635 - grpc++_test_util
3636 - grpc_test_util
3637 - grpc++
3638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003639 - gpr_test_util
3640 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003641 platforms:
3642 - mac
3643 - linux
3644 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003645- name: server_builder_plugin_test
3646 gtest: true
3647 build: test
3648 language: c++
3649 src:
3650 - test/cpp/end2end/server_builder_plugin_test.cc
3651 deps:
3652 - grpc++_test_util
3653 - grpc_test_util
3654 - grpc++
3655 - grpc
3656 - gpr_test_util
3657 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003658- name: server_context_test_spouse_test
3659 gtest: true
3660 build: test
3661 language: c++
3662 src:
3663 - test/cpp/test/server_context_test_spouse_test.cc
3664 deps:
3665 - grpc_test_util
3666 - grpc++_test
3667 - grpc++
3668 - grpc
3669 - gpr_test_util
3670 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003671- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003672 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003673 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003674 build: test
3675 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003676 src:
3677 - test/cpp/end2end/server_crash_test.cc
3678 deps:
3679 - grpc++_test_util
3680 - grpc_test_util
3681 - grpc++
3682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003683 - gpr_test_util
3684 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003685 platforms:
3686 - mac
3687 - linux
3688 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003689- name: server_crash_test_client
3690 build: test
3691 run: false
3692 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003693 src:
3694 - test/cpp/end2end/server_crash_test_client.cc
3695 deps:
3696 - grpc++_test_util
3697 - grpc_test_util
3698 - grpc++
3699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003700 - gpr_test_util
3701 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003702- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003703 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003704 build: test
3705 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003706 src:
3707 - test/cpp/end2end/shutdown_test.cc
3708 deps:
3709 - grpc++_test_util
3710 - grpc_test_util
3711 - grpc++
3712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003713 - gpr_test_util
3714 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003715- name: status_test
3716 build: test
3717 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003718 src:
3719 - test/cpp/util/status_test.cc
3720 deps:
3721 - grpc_test_util
3722 - grpc++
3723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003724 - gpr_test_util
3725 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003726- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003727 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003728 build: test
3729 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003730 src:
3731 - test/cpp/end2end/streaming_throughput_test.cc
3732 deps:
3733 - grpc++_test_util
3734 - grpc_test_util
3735 - grpc++
3736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003737 - gpr_test_util
3738 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003739 platforms:
3740 - mac
3741 - linux
3742 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003743- name: stress_test
3744 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003745 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003746 language: c++
3747 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003748 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003749 - test/cpp/interop/interop_client.h
3750 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003751 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003752 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003753 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003754 - src/proto/grpc/testing/empty.proto
3755 - src/proto/grpc/testing/messages.proto
3756 - src/proto/grpc/testing/metrics.proto
3757 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003758 - test/cpp/interop/interop_client.cc
3759 - test/cpp/interop/stress_interop_client.cc
3760 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003761 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003762 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003763 deps:
3764 - grpc++_test_util
3765 - grpc_test_util
3766 - grpc++
3767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003768 - gpr_test_util
3769 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003770 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003771- name: thread_manager_test
3772 build: test
3773 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003774 src:
3775 - test/cpp/thread_manager/thread_manager_test.cc
3776 deps:
3777 - grpc++
3778 - grpc
3779 - gpr
3780 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003781- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003782 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003783 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003784 build: test
3785 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003786 src:
3787 - test/cpp/end2end/thread_stress_test.cc
3788 deps:
3789 - grpc++_test_util
3790 - grpc_test_util
3791 - grpc++
3792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003793 - gpr_test_util
3794 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08003795- name: writes_per_rpc_test
3796 gtest: true
3797 cpu_cost: 0.5
3798 build: test
3799 language: c++
3800 src:
3801 - test/cpp/performance/writes_per_rpc_test.cc
3802 deps:
3803 - grpc++_test_util
3804 - grpc_test_util
3805 - grpc++
3806 - grpc
3807 - gpr_test_util
3808 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08003809 platforms:
3810 - mac
3811 - linux
3812 - posix
Craig Tillerab230452016-01-04 08:18:43 -08003813- name: public_headers_must_be_c89
3814 build: test
3815 language: c89
3816 src:
3817 - test/core/surface/public_headers_must_be_c89.c
3818 deps:
3819 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003820 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003821vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003822- linkage: static
3823 name: grpc.dependencies.zlib
3824 props: false
3825 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003826 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003827- linkage: static
3828 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003829 props: true
3830 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003831 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003832- name: gflags
3833 props: false
3834 redist: false
3835 version: 2.1.2.1
3836- name: gtest
3837 props: false
3838 redist: false
3839 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003840configs:
3841 asan:
3842 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003843 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3844 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003845 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003846 LD: clang
3847 LDFLAGS: -fsanitize=address
3848 LDXX: clang++
3849 compile_the_world: true
3850 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003851 ASAN_OPTIONS: detect_leaks=1:color=always
3852 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003853 asan-noleaks:
3854 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003855 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3856 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003857 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003858 LD: clang
3859 LDFLAGS: -fsanitize=address
3860 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003861 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003862 test_environ:
3863 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07003864 asan-trace-cmp:
3865 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003866 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3867 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003868 CXX: clang++
3869 LD: clang
3870 LDFLAGS: -fsanitize=address
3871 LDXX: clang++
3872 compile_the_world: true
3873 test_environ:
3874 ASAN_OPTIONS: detect_leaks=1:color=always
3875 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003876 basicprof:
3877 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3878 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08003879 counters:
3880 CPPFLAGS: -O2 -DGPR_MU_COUNTERS
3881 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003882 dbg:
3883 CPPFLAGS: -O0
3884 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003885 gcov:
3886 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003887 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003888 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003889 DEFINES: _DEBUG DEBUG GPR_GCOV
3890 LD: gcc
3891 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3892 LDXX: g++
3893 helgrind:
3894 CPPFLAGS: -O0
3895 DEFINES: _DEBUG DEBUG
3896 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003897 valgrind: --tool=helgrind
3898 memcheck:
3899 CPPFLAGS: -O0
3900 DEFINES: _DEBUG DEBUG
3901 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003902 valgrind: --tool=memcheck --leak-check=full
3903 msan:
3904 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003905 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3906 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3907 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003908 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003909 DEFINES: NDEBUG
3910 LD: clang
3911 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3912 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3913 LDXX: clang++
3914 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003915 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003916 CPPFLAGS: -O3 -fno-omit-frame-pointer
3917 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003918 LDFLAGS: -rdynamic
3919 opt:
3920 CPPFLAGS: -O2
3921 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003922 stapprof:
3923 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3924 DEFINES: NDEBUG
3925 tsan:
3926 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003927 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003928 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003929 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003930 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003931 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003932 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003933 LDXX: clang++
3934 compile_the_world: true
3935 test_environ:
3936 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08003937 ubsan:
3938 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003939 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3940 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003941 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003942 DEFINES: NDEBUG
3943 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003944 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003945 LDXX: clang++
3946 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003947 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003948 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003949defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003950 benchmark:
3951 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003952 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003953 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003954 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003955 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003956 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003957 global:
3958 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3959 LDFLAGS: -g
3960 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003961 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003962 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003963node_modules:
3964- deps:
3965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003966 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003967 - boringssl
3968 - z
murgatroid9994a75412015-11-19 14:04:53 -08003969 headers:
3970 - src/node/ext/byte_buffer.h
3971 - src/node/ext/call.h
3972 - src/node/ext/call_credentials.h
3973 - src/node/ext/channel.h
3974 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003975 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003976 - src/node/ext/server.h
3977 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003978 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08003979 - src/node/ext/timeval.h
3980 js:
3981 - src/node/index.js
3982 - src/node/src/client.js
3983 - src/node/src/common.js
3984 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003985 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003986 - src/node/src/metadata.js
3987 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003988 name: grpc_node
3989 src:
3990 - src/node/ext/byte_buffer.cc
3991 - src/node/ext/call.cc
3992 - src/node/ext/call_credentials.cc
3993 - src/node/ext/channel.cc
3994 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003995 - src/node/ext/completion_queue_threadpool.cc
3996 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003997 - src/node/ext/node_grpc.cc
3998 - src/node/ext/server.cc
3999 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004000 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004001 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004002openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004003 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004004 extraction_dir: openssl-1.0.2f
4005 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004006php_config_m4:
4007 deps:
4008 - grpc
4009 - gpr
4010 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004011 headers:
4012 - src/php/ext/grpc/byte_buffer.h
4013 - src/php/ext/grpc/call.h
4014 - src/php/ext/grpc/call_credentials.h
4015 - src/php/ext/grpc/channel.h
4016 - src/php/ext/grpc/channel_credentials.h
4017 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004018 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004019 - src/php/ext/grpc/php_grpc.h
4020 - src/php/ext/grpc/server.h
4021 - src/php/ext/grpc/server_credentials.h
4022 - src/php/ext/grpc/timeval.h
4023 src:
4024 - src/php/ext/grpc/byte_buffer.c
4025 - src/php/ext/grpc/call.c
4026 - src/php/ext/grpc/call_credentials.c
4027 - src/php/ext/grpc/channel.c
4028 - src/php/ext/grpc/channel_credentials.c
4029 - src/php/ext/grpc/completion_queue.c
4030 - src/php/ext/grpc/php_grpc.c
4031 - src/php/ext/grpc/server.c
4032 - src/php/ext/grpc/server_credentials.c
4033 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004034python_dependencies:
4035 deps:
4036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004037 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004038 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004039 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004040ruby_gem:
4041 deps:
4042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004043 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004044 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004045 - z