blob: 7fec296ad3d632ff1b590a8ec359bf9cd4795d90 [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
Craig Tiller25834342015-09-25 08:08:24 -070034 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070035 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070036 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070037 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070038 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070039 - src/core/ext/census/grpc_context.c
40 - src/core/ext/census/grpc_filter.c
41 - src/core/ext/census/grpc_plugin.c
42 - src/core/ext/census/initialize.c
43 - src/core/ext/census/mlog.c
44 - src/core/ext/census/operation.c
45 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070046 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070047 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070048 - src/core/ext/census/tracing.c
49 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070050 uses:
51 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070052 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070053- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010054 public_headers:
55 - include/grpc/support/alloc.h
56 - include/grpc/support/atm.h
57 - include/grpc/support/atm_gcc_atomic.h
58 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070059 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010060 - include/grpc/support/avl.h
61 - include/grpc/support/cmdline.h
62 - include/grpc/support/cpu.h
63 - include/grpc/support/histogram.h
64 - include/grpc/support/host_port.h
65 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070066 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010067 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/string_util.h
69 - include/grpc/support/subprocess.h
70 - include/grpc/support/sync.h
71 - include/grpc/support/sync_generic.h
72 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070073 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010074 - include/grpc/support/thd.h
75 - include/grpc/support/time.h
76 - include/grpc/support/tls.h
77 - include/grpc/support/tls_gcc.h
78 - include/grpc/support/tls_msvc.h
79 - include/grpc/support/tls_pthread.h
80 - include/grpc/support/useful.h
81 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/timers.h
83 - src/core/lib/support/backoff.h
84 - src/core/lib/support/block_annotate.h
85 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070086 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/murmur_hash.h
88 - src/core/lib/support/stack_lockfree.h
89 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/thd_internal.h
92 - src/core/lib/support/time_precise.h
93 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010094 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/profiling/basic_timers.c
96 - src/core/lib/profiling/stap_timers.c
97 - src/core/lib/support/alloc.c
98 - src/core/lib/support/avl.c
99 - src/core/lib/support/backoff.c
100 - src/core/lib/support/cmdline.c
101 - src/core/lib/support/cpu_iphone.c
102 - src/core/lib/support/cpu_linux.c
103 - src/core/lib/support/cpu_posix.c
104 - src/core/lib/support/cpu_windows.c
105 - src/core/lib/support/env_linux.c
106 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/histogram.c
109 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/log.c
111 - src/core/lib/support/log_android.c
112 - src/core/lib/support/log_linux.c
113 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/stack_lockfree.c
118 - src/core/lib/support/string.c
119 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700120 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/subprocess_posix.c
123 - src/core/lib/support/subprocess_windows.c
124 - src/core/lib/support/sync.c
125 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/thd.c
128 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/time.c
131 - src/core/lib/support/time_posix.c
132 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200135 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700139 uses:
140 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800141- name: gpr_codegen
142 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/atm.h
144 - include/grpc/impl/codegen/atm_gcc_atomic.h
145 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800147 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700148 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/port_platform.h
150 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800151 - include/grpc/impl/codegen/sync.h
152 - include/grpc/impl/codegen/sync_generic.h
153 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700154 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700155- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700156 public_headers:
157 - include/grpc/byte_buffer.h
158 - include/grpc/byte_buffer_reader.h
159 - include/grpc/compression.h
160 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700161 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200162 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700163 - include/grpc/slice.h
164 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700165 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700166 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700167 - src/core/lib/channel/channel_args.h
168 - src/core/lib/channel/channel_stack.h
169 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/channel/compress_filter.h
171 - src/core/lib/channel/connected_channel.h
172 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700173 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700174 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800175 - src/core/lib/channel/handshaker_factory.h
176 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/http_client_filter.h
178 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700179 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/compression/algorithm_metadata.h
181 - src/core/lib/compression/message_compress.h
182 - src/core/lib/debug/trace.h
183 - src/core/lib/http/format_request.h
184 - src/core/lib/http/httpcli.h
185 - src/core/lib/http/parser.h
186 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700187 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/endpoint.h
189 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700190 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800191 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700192 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700193 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700194 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/exec_ctx.h
196 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/iocp_windows.h
198 - src/core/lib/iomgr/iomgr.h
199 - src/core/lib/iomgr/iomgr_internal.h
200 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700201 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700202 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700203 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700207 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700209 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700211 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/sockaddr.h
213 - src/core/lib/iomgr/sockaddr_posix.h
214 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700215 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700216 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700217 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/socket_utils_posix.h
219 - src/core/lib/iomgr/socket_windows.h
220 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700221 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/tcp_posix.h
223 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700224 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/tcp_windows.h
226 - src/core/lib/iomgr/time_averaged_stats.h
227 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700228 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700230 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/udp_server.h
232 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700233 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/wakeup_fd_pipe.h
235 - src/core/lib/iomgr/wakeup_fd_posix.h
236 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/workqueue_windows.h
239 - src/core/lib/json/json.h
240 - src/core/lib/json/json_common.h
241 - src/core/lib/json/json_reader.h
242 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700243 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800244 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800245 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700246 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/surface/api_trace.h
248 - src/core/lib/surface/call.h
249 - src/core/lib/surface/call_test_only.h
250 - src/core/lib/surface/channel.h
251 - src/core/lib/surface/channel_init.h
252 - src/core/lib/surface/channel_stack_type.h
253 - src/core/lib/surface/completion_queue.h
254 - src/core/lib/surface/event_string.h
255 - src/core/lib/surface/init.h
256 - src/core/lib/surface/lame_client.h
257 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800258 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700259 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800262 - src/core/lib/transport/error_utils.h
263 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/transport/metadata.h
265 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700266 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700267 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800269 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400270 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/transport/transport.h
272 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700273 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/channel/channel_args.c
275 - src/core/lib/channel/channel_stack.c
276 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/channel/compress_filter.c
278 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700279 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700280 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800281 - src/core/lib/channel/handshaker_factory.c
282 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/channel/http_client_filter.c
284 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700285 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700286 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/compression/message_compress.c
288 - src/core/lib/debug/trace.c
289 - src/core/lib/http/format_request.c
290 - src/core/lib/http/httpcli.c
291 - src/core/lib/http/parser.c
292 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700293 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/iomgr/endpoint.c
295 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700296 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700298 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700299 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700300 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700301 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/exec_ctx.c
303 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/iomgr/iocp_windows.c
305 - src/core/lib/iomgr/iomgr.c
306 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700307 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700309 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700310 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700311 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700312 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700314 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/pollset_windows.c
316 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700319 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700321 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/socket_utils_common_posix.c
323 - src/core/lib/iomgr/socket_utils_linux.c
324 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700326 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/socket_windows.c
328 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/tcp_client_windows.c
331 - src/core/lib/iomgr/tcp_posix.c
332 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700333 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/tcp_windows.c
337 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/udp_server.c
342 - src/core/lib/iomgr/unix_sockets_posix.c
343 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700344 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/iomgr/wakeup_fd_eventfd.c
346 - src/core/lib/iomgr/wakeup_fd_nospecial.c
347 - src/core/lib/iomgr/wakeup_fd_pipe.c
348 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/workqueue_windows.c
351 - src/core/lib/json/json.c
352 - src/core/lib/json/json_reader.c
353 - src/core/lib/json/json_string.c
354 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700355 - src/core/lib/slice/percent_encoding.c
356 - src/core/lib/slice/slice.c
357 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800358 - src/core/lib/slice/slice_hash_table.c
359 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700360 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/surface/alarm.c
362 - src/core/lib/surface/api_trace.c
363 - src/core/lib/surface/byte_buffer.c
364 - src/core/lib/surface/byte_buffer_reader.c
365 - src/core/lib/surface/call.c
366 - src/core/lib/surface/call_details.c
367 - src/core/lib/surface/call_log_batch.c
368 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/surface/channel_init.c
370 - src/core/lib/surface/channel_ping.c
371 - src/core/lib/surface/channel_stack_type.c
372 - src/core/lib/surface/completion_queue.c
373 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/surface/lame_client.c
375 - src/core/lib/surface/metadata_array.c
376 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/surface/validate_metadata.c
378 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700379 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700380 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700381 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800382 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700383 - src/core/lib/transport/metadata.c
384 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700385 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700386 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700387 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800388 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400389 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/transport/transport.c
391 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700392 deps:
393 - gpr
394 uses:
395 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700396- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700397 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700398 - src/core/ext/client_channel/client_channel.h
399 - src/core/ext/client_channel/client_channel_factory.h
400 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700401 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800402 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700403 - src/core/ext/client_channel/initial_connect_string.h
404 - src/core/ext/client_channel/lb_policy.h
405 - src/core/ext/client_channel/lb_policy_factory.h
406 - src/core/ext/client_channel/lb_policy_registry.h
407 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800408 - src/core/ext/client_channel/proxy_mapper.h
409 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700410 - src/core/ext/client_channel/resolver.h
411 - src/core/ext/client_channel/resolver_factory.h
412 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700413 - src/core/ext/client_channel/subchannel.h
414 - src/core/ext/client_channel/subchannel_index.h
415 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700416 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700417 - src/core/ext/client_channel/channel_connectivity.c
418 - src/core/ext/client_channel/client_channel.c
419 - src/core/ext/client_channel/client_channel_factory.c
420 - src/core/ext/client_channel/client_channel_plugin.c
421 - src/core/ext/client_channel/connector.c
422 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700423 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800424 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700425 - src/core/ext/client_channel/initial_connect_string.c
426 - src/core/ext/client_channel/lb_policy.c
427 - src/core/ext/client_channel/lb_policy_factory.c
428 - src/core/ext/client_channel/lb_policy_registry.c
429 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800430 - src/core/ext/client_channel/proxy_mapper.c
431 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700432 - src/core/ext/client_channel/resolver.c
433 - src/core/ext/client_channel/resolver_factory.c
434 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700435 - src/core/ext/client_channel/subchannel.c
436 - src/core/ext/client_channel/subchannel_index.c
437 - src/core/ext/client_channel/uri_parser.c
438 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700439 uses:
440 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800441- name: grpc_codegen
442 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700443 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800444 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800445 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800446 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800447 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800448 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800449 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700450 uses:
451 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700452- name: grpc_lb_policy_grpclb
453 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700454 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800455 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700456 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700457 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700458 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700459 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800460 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
461 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
462 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
463 plugin: grpc_lb_policy_grpclb
464 uses:
465 - grpc_base
466 - grpc_client_channel
467 - nanopb
468- name: grpc_lb_policy_grpclb_secure
469 headers:
470 - src/core/ext/lb_policy/grpclb/grpclb.h
471 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
472 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
473 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
474 src:
475 - src/core/ext/lb_policy/grpclb/grpclb.c
476 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700477 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700478 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700479 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700480 uses:
481 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700482 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700483 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700484- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700485 src:
486 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700487 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700488 uses:
489 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700490 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700491- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700492 src:
493 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700494 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700495 uses:
496 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700497 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700498- name: grpc_load_reporting
499 headers:
500 - src/core/ext/load_reporting/load_reporting.h
501 - src/core/ext/load_reporting/load_reporting_filter.h
502 src:
503 - src/core/ext/load_reporting/load_reporting.c
504 - src/core/ext/load_reporting/load_reporting_filter.c
505 plugin: grpc_load_reporting_plugin
506 uses:
507 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700508- name: grpc_resolver_dns_native
509 src:
510 - src/core/ext/resolver/dns/native/dns_resolver.c
511 plugin: grpc_resolver_dns_native
512 uses:
513 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700514 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700515- name: grpc_resolver_sockaddr
516 src:
517 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
518 plugin: grpc_resolver_sockaddr
519 uses:
520 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700521 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100522- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700523 public_headers:
524 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100525 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700526 - src/core/lib/security/context/security_context.h
527 - src/core/lib/security/credentials/composite/composite_credentials.h
528 - src/core/lib/security/credentials/credentials.h
529 - src/core/lib/security/credentials/fake/fake_credentials.h
530 - src/core/lib/security/credentials/google_default/google_default_credentials.h
531 - src/core/lib/security/credentials/iam/iam_credentials.h
532 - src/core/lib/security/credentials/jwt/json_token.h
533 - src/core/lib/security/credentials/jwt/jwt_credentials.h
534 - src/core/lib/security/credentials/jwt/jwt_verifier.h
535 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
536 - src/core/lib/security/credentials/plugin/plugin_credentials.h
537 - src/core/lib/security/credentials/ssl/ssl_credentials.h
538 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800539 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700540 - src/core/lib/security/transport/secure_endpoint.h
541 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800542 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700543 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700544 - src/core/lib/security/util/b64.h
545 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100546 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700547 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700548 - src/core/lib/security/context/security_context.c
549 - src/core/lib/security/credentials/composite/composite_credentials.c
550 - src/core/lib/security/credentials/credentials.c
551 - src/core/lib/security/credentials/credentials_metadata.c
552 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700553 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700554 - src/core/lib/security/credentials/google_default/google_default_credentials.c
555 - src/core/lib/security/credentials/iam/iam_credentials.c
556 - src/core/lib/security/credentials/jwt/json_token.c
557 - src/core/lib/security/credentials/jwt/jwt_credentials.c
558 - src/core/lib/security/credentials/jwt/jwt_verifier.c
559 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
560 - src/core/lib/security/credentials/plugin/plugin_credentials.c
561 - src/core/lib/security/credentials/ssl/ssl_credentials.c
562 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800563 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700564 - src/core/lib/security/transport/secure_endpoint.c
565 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800566 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700567 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700568 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700569 - src/core/lib/security/util/b64.c
570 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700571 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700572 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700573 uses:
574 - grpc_base
575 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700576 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700577- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700578 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700579 headers:
580 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700581 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700582 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700583 - test/core/end2end/fixtures/proxy.h
584 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800585 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700586 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200587 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700588 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700589 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700590 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700591 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700592 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700593 - test/core/util/slice_splitter.h
594 src:
595 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700596 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700597 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700598 - test/core/end2end/fixtures/proxy.c
599 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800600 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700601 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200602 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700603 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700604 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700605 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700606 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700607 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700608 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700609 - test/core/util/port_windows.c
610 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700611 deps:
612 - grpc
613 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700614- name: grpc_transport_chttp2
615 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700616 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700617 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700618 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
619 - src/core/ext/transport/chttp2/transport/frame.h
620 - src/core/ext/transport/chttp2/transport/frame_data.h
621 - src/core/ext/transport/chttp2/transport/frame_goaway.h
622 - src/core/ext/transport/chttp2/transport/frame_ping.h
623 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
624 - src/core/ext/transport/chttp2/transport/frame_settings.h
625 - src/core/ext/transport/chttp2/transport/frame_window_update.h
626 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
627 - src/core/ext/transport/chttp2/transport/hpack_parser.h
628 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700629 - src/core/ext/transport/chttp2/transport/huffsyms.h
630 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
631 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700632 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700633 - src/core/ext/transport/chttp2/transport/varint.h
634 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700635 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700636 - src/core/ext/transport/chttp2/transport/bin_encoder.c
637 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700638 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
639 - src/core/ext/transport/chttp2/transport/frame_data.c
640 - src/core/ext/transport/chttp2/transport/frame_goaway.c
641 - src/core/ext/transport/chttp2/transport/frame_ping.c
642 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
643 - src/core/ext/transport/chttp2/transport/frame_settings.c
644 - src/core/ext/transport/chttp2/transport/frame_window_update.c
645 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
646 - src/core/ext/transport/chttp2/transport/hpack_parser.c
647 - src/core/ext/transport/chttp2/transport/hpack_table.c
648 - src/core/ext/transport/chttp2/transport/huffsyms.c
649 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
650 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700651 - src/core/ext/transport/chttp2/transport/stream_lists.c
652 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700653 - src/core/ext/transport/chttp2/transport/varint.c
654 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700655 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700656 uses:
657 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700658 - grpc_transport_chttp2_alpn
659- name: grpc_transport_chttp2_alpn
660 headers:
661 - src/core/ext/transport/chttp2/alpn/alpn.h
662 src:
663 - src/core/ext/transport/chttp2/alpn/alpn.c
664 deps:
665 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800666- name: grpc_transport_chttp2_client_connector
667 headers:
668 - src/core/ext/transport/chttp2/client/chttp2_connector.h
669 src:
670 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800671 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800672 - grpc_transport_chttp2
673 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700674- name: grpc_transport_chttp2_client_insecure
675 src:
676 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700677 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700678 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800679 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700680 - grpc_transport_chttp2
681 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700682 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700683- name: grpc_transport_chttp2_client_secure
684 src:
685 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700686 uses:
687 - grpc_transport_chttp2
688 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700689 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700690 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800691 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800692- name: grpc_transport_chttp2_server
693 headers:
694 - src/core/ext/transport/chttp2/server/chttp2_server.h
695 src:
696 - src/core/ext/transport/chttp2/server/chttp2_server.c
697 uses:
698 - grpc_transport_chttp2
699 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700700- name: grpc_transport_chttp2_server_insecure
701 src:
702 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700703 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700704 uses:
705 - grpc_transport_chttp2
706 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800707 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700708- name: grpc_transport_chttp2_server_secure
709 src:
710 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700711 uses:
712 - grpc_transport_chttp2
713 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700714 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800715 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700716- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700717 public_headers:
718 - include/grpc/grpc_cronet.h
719 - include/grpc/grpc_security.h
720 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700721 headers:
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800722 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700723 src:
724 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
725 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
726 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700727 filegroups:
728 - grpc_base
729 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800730- name: nanopb
731 headers:
732 - third_party/nanopb/pb.h
733 - third_party/nanopb/pb_common.h
734 - third_party/nanopb/pb_decode.h
735 - third_party/nanopb/pb_encode.h
736 src:
737 - third_party/nanopb/pb_common.c
738 - third_party/nanopb/pb_decode.c
739 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700740- name: tsi
741 headers:
742 - src/core/lib/tsi/fake_transport_security.h
743 - src/core/lib/tsi/ssl_transport_security.h
744 - src/core/lib/tsi/ssl_types.h
745 - src/core/lib/tsi/transport_security.h
746 - src/core/lib/tsi/transport_security_interface.h
747 src:
748 - src/core/lib/tsi/fake_transport_security.c
749 - src/core/lib/tsi/ssl_transport_security.c
750 - src/core/lib/tsi/transport_security.c
751 deps:
752 - gpr
753 secure: true
754- name: grpc++_base
755 language: c++
756 public_headers:
757 - include/grpc++/alarm.h
758 - include/grpc++/channel.h
759 - include/grpc++/client_context.h
760 - include/grpc++/completion_queue.h
761 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700762 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 - include/grpc++/generic/async_generic_service.h
764 - include/grpc++/generic/generic_stub.h
765 - include/grpc++/grpc++.h
766 - include/grpc++/impl/call.h
767 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700768 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700769 - include/grpc++/impl/grpc_library.h
770 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 - include/grpc++/impl/rpc_method.h
772 - include/grpc++/impl/rpc_service_method.h
773 - include/grpc++/impl/serialization_traits.h
774 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700775 - include/grpc++/impl/server_builder_plugin.h
776 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700778 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 - include/grpc++/security/auth_context.h
780 - include/grpc++/security/auth_metadata_processor.h
781 - include/grpc++/security/credentials.h
782 - include/grpc++/security/server_credentials.h
783 - include/grpc++/server.h
784 - include/grpc++/server_builder.h
785 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700786 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 - include/grpc++/support/async_stream.h
788 - include/grpc++/support/async_unary_call.h
789 - include/grpc++/support/byte_buffer.h
790 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700791 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - include/grpc++/support/slice.h
793 - include/grpc++/support/status.h
794 - include/grpc++/support/status_code_enum.h
795 - include/grpc++/support/string_ref.h
796 - include/grpc++/support/stub_options.h
797 - include/grpc++/support/sync_stream.h
798 - include/grpc++/support/time.h
799 headers:
800 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700801 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802 - src/cpp/server/dynamic_thread_pool.h
803 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700804 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700805 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700806 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700807 - src/cpp/client/client_context.cc
808 - src/cpp/client/create_channel.cc
809 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700810 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700811 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700814 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700815 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700817 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700819 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 - src/cpp/server/async_generic_service.cc
821 - src/cpp/server/create_default_thread_pool.cc
822 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700824 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 - src/cpp/server/server_context.cc
826 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700827 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700828 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700829 - src/cpp/util/byte_buffer_cc.cc
830 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 - src/cpp/util/status.cc
832 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700833 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 uses:
yang-g17487f92016-06-03 15:21:15 -0700835 - grpc++_codegen_base
836- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700837 language: c++
838 public_headers:
839 - include/grpc++/impl/codegen/async_stream.h
840 - include/grpc++/impl/codegen/async_unary_call.h
841 - include/grpc++/impl/codegen/call.h
842 - include/grpc++/impl/codegen/call_hook.h
843 - include/grpc++/impl/codegen/channel_interface.h
844 - include/grpc++/impl/codegen/client_context.h
845 - include/grpc++/impl/codegen/client_unary_call.h
846 - include/grpc++/impl/codegen/completion_queue.h
847 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700848 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 - include/grpc++/impl/codegen/core_codegen_interface.h
850 - include/grpc++/impl/codegen/create_auth_context.h
851 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800852 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700853 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - include/grpc++/impl/codegen/rpc_method.h
855 - include/grpc++/impl/codegen/rpc_service_method.h
856 - include/grpc++/impl/codegen/security/auth_context.h
857 - include/grpc++/impl/codegen/serialization_traits.h
858 - include/grpc++/impl/codegen/server_context.h
859 - include/grpc++/impl/codegen/server_interface.h
860 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800861 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700862 - include/grpc++/impl/codegen/status.h
863 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700864 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700865 - include/grpc++/impl/codegen/string_ref.h
866 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - include/grpc++/impl/codegen/sync_stream.h
868 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 uses:
870 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700871- name: grpc++_codegen_base_src
872 language: c++
873 src:
874 - src/cpp/codegen/codegen_init.cc
875 uses:
876 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700877- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700878 language: c++
879 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700880 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881 uses:
yang-g17487f92016-06-03 15:21:15 -0700882 - grpc++_codegen_base
883 - grpc++_config_proto
884- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 language: c++
886 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700888- name: grpc++_reflection_proto
889 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700890 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700891 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700892- name: thrift_util
893 language: c++
894 public_headers:
895 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700896 - include/grpc++/impl/codegen/thrift_utils.h
897 uses:
898 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100899libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800900- name: gpr
901 build: all
902 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800903 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700904 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800905 secure: false
906 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
907- name: gpr_test_util
908 build: private
909 language: c
910 headers:
911 - test/core/util/test_config.h
912 src:
913 - test/core/util/test_config.c
914 deps:
915 - gpr
916 secure: false
917 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700918- name: grpc
919 build: all
920 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700921 src:
922 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700923 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800924 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700925 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700926 filegroups:
927 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700928 - grpc_transport_chttp2_server_secure
929 - grpc_transport_chttp2_client_secure
930 - grpc_transport_chttp2_server_insecure
931 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800932 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700933 - grpc_lb_policy_pick_first
934 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700935 - grpc_resolver_dns_native
936 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700937 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100938 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700939 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700940 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700941 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700942 vs_packages:
943 - grpc.dependencies.openssl
944 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700945 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700946- name: grpc_cronet
947 build: all
948 language: c
949 src:
950 - src/core/lib/surface/init.c
951 baselib: true
952 deps_linkage: static
953 dll: true
954 filegroups:
955 - grpc_base
956 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700957 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700958 generate_plugin_registry: true
959 platforms:
960 - linux
961 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100962- name: grpc_dll
963 build: private
964 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100965 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100966 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100967 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100968 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100969 build_system:
970 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100971 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100972 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100973 vs_config_type: DynamicLibrary
974 vs_packages:
975 - grpc.dependencies.openssl
976 - grpc.dependencies.zlib
977 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
978 vs_props:
979 - zlib
980 - openssl
981 - winsock
982 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983- name: grpc_test_util
984 build: private
985 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700986 headers:
987 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800988 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700989 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700990 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700991 - test/core/end2end/data/server1_cert.c
992 - test/core/end2end/data/server1_key.c
993 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800994 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700995 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800996 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800997 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700998 - grpc
999 filegroups:
1000 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001001 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1003- name: grpc_test_util_unsecure
1004 build: private
1005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001006 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001007 - gpr
1008 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001009 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001010 filegroups:
1011 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001012 secure: false
1013 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1014- name: grpc_unsecure
1015 build: all
1016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001017 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001018 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001019 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001020 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001021 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001022 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001023 filegroups:
1024 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001025 - grpc_transport_chttp2_server_insecure
1026 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001027 - grpc_resolver_dns_native
1028 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001029 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001030 - grpc_lb_policy_grpclb
1031 - grpc_lb_policy_pick_first
1032 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001033 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001034 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001035 secure: false
1036 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037- name: reconnect_server
1038 build: private
1039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001040 headers:
1041 - test/core/util/reconnect_server.h
1042 src:
1043 - test/core/util/reconnect_server.c
1044 deps:
yang-gc9fca182015-11-06 16:41:33 -08001045 - test_tcp_server
1046 - grpc_test_util
1047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001048 - gpr_test_util
1049 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001050- name: test_tcp_server
1051 build: private
1052 language: c
1053 headers:
1054 - test/core/util/test_tcp_server.h
1055 src:
1056 - test/core/util/test_tcp_server.c
1057 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001058 - grpc_test_util
1059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001060 - gpr_test_util
1061 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001062- name: grpc++
1063 build: all
1064 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001065 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001066 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001067 - src/cpp/client/secure_credentials.h
1068 - src/cpp/common/secure_auth_context.h
1069 - src/cpp/server/secure_server_credentials.h
1070 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001071 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001072 - src/cpp/client/secure_credentials.cc
1073 - src/cpp/common/auth_property_iterator.cc
1074 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001075 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001076 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001077 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001078 - src/cpp/server/secure_server_credentials.cc
1079 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001080 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001081 baselib: true
1082 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001083 filegroups:
1084 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001085 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001086 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087 secure: check
1088 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001089- name: grpc++_cronet
1090 build: all
1091 language: c++
1092 src:
1093 - src/cpp/client/cronet_credentials.cc
1094 - src/cpp/client/insecure_credentials.cc
1095 - src/cpp/common/insecure_create_auth_context.cc
1096 - src/cpp/server/insecure_server_credentials.cc
1097 deps:
1098 - gpr
1099 - grpc_cronet
1100 baselib: true
1101 dll: true
1102 filegroups:
1103 - grpc++_base
1104 - grpc++_codegen_base
1105 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001106 - grpc_transport_chttp2_client_insecure
1107 - grpc_transport_chttp2_server_insecure
1108 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001109 platforms:
1110 - linux
1111 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001112- name: grpc++_proto_reflection_desc_db
1113 build: private
1114 language: c++
1115 headers:
1116 - test/cpp/util/proto_reflection_descriptor_database.h
1117 src:
1118 - test/cpp/util/proto_reflection_descriptor_database.cc
1119 deps:
1120 - grpc++
1121 filegroups:
1122 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001123 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001124- name: grpc++_reflection
1125 build: all
1126 language: c++
1127 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001128 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001129 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001130 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001131 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001132 - src/cpp/ext/proto_server_reflection.cc
1133 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001134 deps:
1135 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001136 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001137 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001138- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001139 build: private
yang-g42879982016-10-13 15:58:31 -07001140 language: c++
1141 headers:
1142 - include/grpc++/test/server_context_test_spouse.h
1143 src:
1144 - src/cpp/test/server_context_test_spouse.cc
1145 deps:
1146 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147- name: grpc++_test_config
1148 build: private
1149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001150 headers:
1151 - test/cpp/util/test_config.h
1152 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001153 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154- name: grpc++_test_util
1155 build: private
1156 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001157 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001158 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001159 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001160 - test/cpp/util/create_test_channel.h
1161 - test/cpp/util/string_ref_helper.h
1162 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001163 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001164 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001165 - src/proto/grpc/testing/echo_messages.proto
1166 - src/proto/grpc/testing/echo.proto
1167 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001168 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001169 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001170 - test/cpp/util/create_test_channel.cc
1171 - test/cpp/util/string_ref_helper.cc
1172 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001173 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001174 deps:
1175 - grpc++
1176 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001177 filegroups:
1178 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001179 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001180 - grpc++_codegen_proto
1181 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001182 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183- name: grpc++_unsecure
1184 build: all
1185 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001186 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001187 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001188 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001189 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001190 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001191 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001192 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001193 baselib: true
1194 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001195 filegroups:
1196 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001197 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001198 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001199 secure: false
1200 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001201- name: grpc_cli_libs
1202 build: private
1203 language: c++
1204 headers:
1205 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001206 - test/cpp/util/cli_credentials.h
1207 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001208 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001209 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001210 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001211 src:
1212 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001213 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001214 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001215 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001216 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001217 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001218 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001219 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001220 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001221 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001222 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001223- name: grpc_plugin_support
1224 build: protoc
1225 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001226 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001227 - src/compiler/config.h
1228 - src/compiler/cpp_generator.h
1229 - src/compiler/cpp_generator_helpers.h
1230 - src/compiler/csharp_generator.h
1231 - src/compiler/csharp_generator_helpers.h
1232 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001233 - src/compiler/node_generator.h
1234 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001235 - src/compiler/objective_c_generator.h
1236 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001237 - src/compiler/php_generator.h
1238 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001239 - src/compiler/python_generator.h
1240 - src/compiler/ruby_generator.h
1241 - src/compiler/ruby_generator_helpers-inl.h
1242 - src/compiler/ruby_generator_map-inl.h
1243 - src/compiler/ruby_generator_string-inl.h
1244 src:
1245 - src/compiler/cpp_generator.cc
1246 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001247 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001248 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001249 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001250 - src/compiler/python_generator.cc
1251 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001252 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001253 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254 secure: false
1255 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001256 vs_props:
1257 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001258- name: http2_client_main
1259 build: private
1260 language: c++
1261 headers:
1262 - test/cpp/interop/http2_client.h
1263 src:
1264 - src/proto/grpc/testing/empty.proto
1265 - src/proto/grpc/testing/messages.proto
1266 - src/proto/grpc/testing/test.proto
1267 - test/cpp/interop/http2_client.cc
1268 deps:
1269 - grpc++_test_util
1270 - grpc_test_util
1271 - grpc++
1272 - grpc
1273 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001274- name: interop_client_helper
1275 build: private
1276 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001277 headers:
1278 - test/cpp/interop/client_helper.h
1279 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001280 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001281 - test/cpp/interop/client_helper.cc
1282 deps:
1283 - grpc++_test_util
1284 - grpc_test_util
1285 - grpc++
1286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001287 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288- name: interop_client_main
1289 build: private
1290 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001291 headers:
1292 - test/cpp/interop/interop_client.h
1293 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001294 - src/proto/grpc/testing/empty.proto
1295 - src/proto/grpc/testing/messages.proto
1296 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001297 - test/cpp/interop/client.cc
1298 - test/cpp/interop/interop_client.cc
1299 deps:
1300 - interop_client_helper
1301 - grpc++_test_util
1302 - grpc_test_util
1303 - grpc++
1304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr_test_util
1306 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001307 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: interop_server_helper
1309 build: private
1310 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001311 headers:
1312 - test/cpp/interop/server_helper.h
1313 src:
1314 - test/cpp/interop/server_helper.cc
1315 deps:
yang-gcc591022017-01-11 11:10:43 -08001316 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001317 - grpc_test_util
1318 - grpc++
1319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001320 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001321- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322 build: private
1323 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001324 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001325 - src/proto/grpc/testing/empty.proto
1326 - src/proto/grpc/testing/messages.proto
1327 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001328 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001329 deps:
1330 - interop_server_helper
1331 - grpc++_test_util
1332 - grpc_test_util
1333 - grpc++
1334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001335 - gpr_test_util
1336 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001337 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001338- name: interop_server_main
1339 build: private
1340 language: c++
1341 src:
1342 - test/cpp/interop/interop_server_bootstrap.cc
1343 deps:
1344 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001345- name: qps
1346 build: private
1347 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001348 headers:
1349 - test/cpp/qps/client.h
1350 - test/cpp/qps/driver.h
1351 - test/cpp/qps/histogram.h
1352 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001353 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001354 - test/cpp/qps/qps_worker.h
1355 - test/cpp/qps/report.h
1356 - test/cpp/qps/server.h
1357 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001358 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001359 - test/cpp/util/benchmark_config.h
1360 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001361 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001362 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001363 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001364 - src/proto/grpc/testing/control.proto
1365 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001366 - test/cpp/qps/client_async.cc
1367 - test/cpp/qps/client_sync.cc
1368 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001369 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001370 - test/cpp/qps/qps_worker.cc
1371 - test/cpp/qps/report.cc
1372 - test/cpp/qps/server_async.cc
1373 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001374 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001375 - test/cpp/util/benchmark_config.cc
1376 deps:
1377 - grpc_test_util
1378 - grpc++_test_util
1379 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001380- name: grpc_csharp_ext
1381 build: all
1382 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001383 src:
1384 - src/csharp/ext/grpc_csharp_ext.c
1385 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001387 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001388 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001389 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001390 dll: only
1391 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001392 vs_packages:
1393 - grpc.dependencies.openssl
1394 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001395 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001396 vs_props:
1397 - zlib
1398 - openssl
1399 - winsock
1400 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001401targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001402- name: alarm_test
1403 build: test
1404 language: c
1405 src:
1406 - test/core/surface/alarm_test.c
1407 deps:
1408 - grpc_test_util
1409 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001410 - gpr_test_util
1411 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001412- name: algorithm_test
1413 build: test
1414 language: c
1415 src:
1416 - test/core/compression/algorithm_test.c
1417 deps:
1418 - grpc_test_util
1419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001420 - gpr_test_util
1421 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001422- name: alloc_test
1423 build: test
1424 language: c
1425 src:
1426 - test/core/support/alloc_test.c
1427 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001428 - gpr_test_util
1429 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001430- name: alpn_test
1431 build: test
1432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001433 src:
1434 - test/core/transport/chttp2/alpn_test.c
1435 deps:
1436 - grpc_test_util
1437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001438 - gpr_test_util
1439 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001440- name: api_fuzzer
1441 build: fuzzer
1442 language: c
1443 src:
1444 - test/core/end2end/fuzzers/api_fuzzer.c
1445 deps:
1446 - grpc_test_util
1447 - grpc
1448 - gpr_test_util
1449 - gpr
1450 corpus_dirs:
1451 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001452 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001453 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001454- name: bad_server_response_test
1455 build: test
1456 language: c
1457 src:
1458 - test/core/end2end/bad_server_response_test.c
1459 deps:
1460 - test_tcp_server
1461 - grpc_test_util
1462 - grpc
1463 - gpr_test_util
1464 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001465 exclude_iomgrs:
1466 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001467- name: bdp_estimator_test
1468 build: test
1469 language: c
1470 src:
1471 - test/core/transport/bdp_estimator_test.c
1472 deps:
1473 - grpc_test_util
1474 - grpc
1475 - gpr_test_util
1476 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001477- name: bin_decoder_test
1478 build: test
1479 language: c
1480 src:
1481 - test/core/transport/chttp2/bin_decoder_test.c
1482 deps:
1483 - grpc_test_util
1484 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485- name: bin_encoder_test
1486 build: test
1487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001488 src:
1489 - test/core/transport/chttp2/bin_encoder_test.c
1490 deps:
1491 - grpc_test_util
1492 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001493- name: census_context_test
1494 build: test
1495 language: c
1496 src:
1497 - test/core/census/context_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001503- name: census_resource_test
1504 build: test
1505 language: c
1506 src:
1507 - test/core/census/resource_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
1511 - gpr_test_util
1512 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001513- name: census_trace_context_test
1514 build: test
1515 language: c
1516 src:
1517 - test/core/census/trace_context_test.c
1518 deps:
1519 - grpc_test_util
1520 - grpc
1521 - gpr_test_util
1522 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001523- name: channel_create_test
1524 build: test
1525 language: c
1526 src:
1527 - test/core/surface/channel_create_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001533- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001534 build: test
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001537 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001538 deps:
1539 - grpc_test_util
1540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001543- name: chttp2_stream_map_test
1544 build: test
1545 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001546 src:
1547 - test/core/transport/chttp2/stream_map_test.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001551 - gpr_test_util
1552 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001553- name: chttp2_varint_test
1554 build: test
1555 language: c
1556 src:
1557 - test/core/transport/chttp2/varint_test.c
1558 deps:
1559 - grpc_test_util
1560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001563- name: client_fuzzer
1564 build: fuzzer
1565 language: c
1566 src:
1567 - test/core/end2end/fuzzers/client_fuzzer.c
1568 deps:
1569 - grpc_test_util
1570 - grpc
1571 - gpr_test_util
1572 - gpr
1573 corpus_dirs:
1574 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001575 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001576 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001577- name: combiner_test
1578 cpu_cost: 30
1579 build: test
1580 language: c
1581 src:
1582 - test/core/iomgr/combiner_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
1586 - gpr_test_util
1587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588- name: compression_test
1589 build: test
1590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001591 src:
1592 - test/core/compression/compression_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr_test_util
1597 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001598- name: concurrent_connectivity_test
1599 build: test
1600 language: c
1601 src:
1602 - test/core/surface/concurrent_connectivity_test.c
1603 deps:
1604 - grpc_test_util
1605 - grpc
1606 - gpr_test_util
1607 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001608 exclude_iomgrs:
1609 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001610- name: connection_refused_test
1611 cpu_cost: 0.1
1612 build: test
1613 language: c
1614 src:
1615 - test/core/end2end/connection_refused_test.c
1616 deps:
1617 - grpc_test_util
1618 - grpc
1619 - gpr_test_util
1620 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001621- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001622 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001623 build: test
1624 language: c
1625 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001626 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001627 deps:
1628 - grpc_test_util
1629 - grpc
1630 - gpr_test_util
1631 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001632 exclude_iomgrs:
1633 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001634- name: dns_resolver_test
1635 build: test
1636 language: c
1637 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001638 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001639 deps:
1640 - grpc_test_util
1641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001642 - gpr_test_util
1643 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001644- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001645 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001646 build: test
1647 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001648 src:
1649 - test/core/end2end/dualstack_socket_test.c
1650 deps:
1651 - grpc_test_util
1652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001653 - gpr_test_util
1654 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001655 exclude_iomgrs:
1656 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001657 platforms:
1658 - mac
1659 - linux
1660 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001661- name: endpoint_pair_test
1662 build: test
1663 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001664 src:
1665 - test/core/iomgr/endpoint_pair_test.c
1666 deps:
1667 - grpc_test_util
1668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001669 - gpr_test_util
1670 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001671 exclude_iomgrs:
1672 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001673- name: ev_epoll_linux_test
1674 build: test
1675 language: c
1676 src:
1677 - test/core/iomgr/ev_epoll_linux_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
1681 - gpr_test_util
1682 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001683 exclude_iomgrs:
1684 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001685 platforms:
1686 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687- name: fd_conservation_posix_test
1688 build: test
1689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
1691 - test/core/iomgr/fd_conservation_posix_test.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr_test_util
1696 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001697 exclude_iomgrs:
1698 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001699 platforms:
1700 - mac
1701 - linux
1702 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703- name: fd_posix_test
1704 build: test
1705 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001706 src:
1707 - test/core/iomgr/fd_posix_test.c
1708 deps:
1709 - grpc_test_util
1710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001713 exclude_iomgrs:
1714 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001715 platforms:
1716 - mac
1717 - linux
1718 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719- name: fling_client
1720 build: test
1721 run: false
1722 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001723 src:
1724 - test/core/fling/client.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: fling_server
1731 build: test
1732 run: false
1733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001734 src:
1735 - test/core/fling/server.c
1736 deps:
1737 - grpc_test_util
1738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr_test_util
1740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001741- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001742 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001743 build: test
1744 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001745 src:
1746 - test/core/fling/fling_stream_test.c
1747 deps:
1748 - grpc_test_util
1749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001750 - gpr_test_util
1751 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001752 platforms:
1753 - mac
1754 - linux
1755 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001756- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001757 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001758 build: test
1759 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001760 src:
1761 - test/core/fling/fling_test.c
1762 deps:
1763 - grpc_test_util
1764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001765 - gpr_test_util
1766 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001767 platforms:
1768 - mac
1769 - linux
1770 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771- name: gen_hpack_tables
1772 build: tool
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - tools/codegen/core/gen_hpack_tables.c
1776 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001778 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: gen_legal_metadata_characters
1780 build: tool
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001785- name: gen_percent_encoding_tables
1786 build: tool
1787 language: c
1788 src:
1789 - tools/codegen/core/gen_percent_encoding_tables.c
1790 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001791- name: goaway_server_test
1792 cpu_cost: 0.1
1793 build: test
1794 language: c
1795 src:
1796 - test/core/end2end/goaway_server_test.c
1797 deps:
1798 - grpc_test_util
1799 - grpc
1800 - gpr_test_util
1801 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001802 exclude_iomgrs:
1803 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001804 platforms:
1805 - mac
1806 - linux
1807 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001808- name: gpr_avl_test
1809 build: test
1810 language: c
1811 src:
1812 - test/core/support/avl_test.c
1813 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001814 - gpr_test_util
1815 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001816- name: gpr_backoff_test
1817 build: test
1818 language: c
1819 src:
1820 - test/core/support/backoff_test.c
1821 deps:
1822 - gpr_test_util
1823 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001824- name: gpr_cmdline_test
1825 build: test
1826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001827 src:
1828 - test/core/support/cmdline_test.c
1829 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr_test_util
1831 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001832- name: gpr_cpu_test
1833 build: test
1834 language: c
1835 src:
1836 - test/core/support/cpu_test.c
1837 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840- name: gpr_env_test
1841 build: test
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
1844 - test/core/support/env_test.c
1845 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001848- name: gpr_histogram_test
1849 build: test
1850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001851 src:
1852 - test/core/support/histogram_test.c
1853 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: gpr_host_port_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/support/host_port_test.c
1861 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001862 - gpr_test_util
1863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001864- name: gpr_log_test
1865 build: test
1866 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001867 src:
1868 - test/core/support/log_test.c
1869 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001872- name: gpr_mpscq_test
1873 cpu_cost: 30
1874 build: test
1875 language: c
1876 src:
1877 - test/core/support/mpscq_test.c
1878 deps:
1879 - gpr_test_util
1880 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001882 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883 build: test
1884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001885 src:
1886 - test/core/support/stack_lockfree_test.c
1887 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890- name: gpr_string_test
1891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
1894 - test/core/support/string_test.c
1895 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001896 - gpr_test_util
1897 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001898- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001899 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/support/sync_test.c
1904 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001908 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/support/thd_test.c
1913 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001916- name: gpr_time_test
1917 build: test
1918 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001919 src:
1920 - test/core/support/time_test.c
1921 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001922 - gpr_test_util
1923 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001924- name: gpr_tls_test
1925 build: test
1926 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001927 src:
1928 - test/core/support/tls_test.c
1929 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: gpr_useful_test
1933 build: test
1934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
1936 - test/core/support/useful_test.c
1937 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001938 - gpr_test_util
1939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: grpc_auth_context_test
1941 build: test
1942 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001943 src:
1944 - test/core/security/auth_context_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001950- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001954 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: grpc_byte_buffer_reader_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/surface/byte_buffer_reader_test.c
1965 deps:
1966 - grpc_test_util
1967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: grpc_channel_args_test
1971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/channel/channel_args_test.c
1975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001980- name: grpc_channel_stack_test
1981 build: test
1982 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001983 src:
1984 - test/core/channel/channel_stack_test.c
1985 deps:
1986 - grpc_test_util
1987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001988 - gpr_test_util
1989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: grpc_completion_queue_test
1991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/surface/completion_queue_test.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002000 exclude_iomgrs:
2001 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002002- name: grpc_create_jwt
2003 build: tool
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
2006 - test/core/security/create_jwt.c
2007 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002009 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002010 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011- name: grpc_credentials_test
2012 build: test
2013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002014 src:
2015 - test/core/security/credentials_test.c
2016 deps:
2017 - grpc_test_util
2018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002019 - gpr_test_util
2020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002022 build: test
2023 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/core/security/fetch_oauth2.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr_test_util
2031 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002032- name: grpc_invalid_channel_args_test
2033 build: test
2034 language: c
2035 src:
2036 - test/core/surface/invalid_channel_args_test.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: grpc_json_token_test
2043 build: test
2044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - test/core/security/json_token_test.c
2047 deps:
2048 - grpc_test_util
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002052 platforms:
2053 - linux
2054 - posix
2055 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002056- name: grpc_jwt_verifier_test
2057 build: test
2058 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002059 src:
2060 - test/core/security/jwt_verifier_test.c
2061 deps:
2062 - grpc_test_util
2063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002064 - gpr_test_util
2065 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002066- name: grpc_print_google_default_creds_token
2067 build: tool
2068 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002069 src:
2070 - test/core/security/print_google_default_creds_token.c
2071 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: grpc_security_connector_test
2075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/security/security_connector_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: grpc_verify_jwt
2085 build: tool
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/core/security/verify_jwt.c
2089 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002092- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002093 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002094 language: c
2095 src:
2096 - test/core/handshake/client_ssl.c
2097 deps:
2098 - grpc_test_util
2099 - grpc
2100 - gpr_test_util
2101 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002102 platforms:
2103 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002104 secure: true
2105- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002106 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002107 language: c
2108 src:
2109 - test/core/handshake/server_ssl.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
2113 - gpr_test_util
2114 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002115 platforms:
2116 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002117 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002118- name: hpack_parser_fuzzer_test
2119 build: fuzzer
2120 language: c
2121 src:
2122 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
2126 - gpr_test_util
2127 - gpr
2128 corpus_dirs:
2129 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002130 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002131 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: hpack_parser_test
2133 build: test
2134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
2136 - test/core/transport/chttp2/hpack_parser_test.c
2137 deps:
2138 - grpc_test_util
2139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002140 - gpr_test_util
2141 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002142- name: hpack_table_test
2143 build: test
2144 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002145 src:
2146 - test/core/transport/chttp2/hpack_table_test.c
2147 deps:
2148 - grpc_test_util
2149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002150 - gpr_test_util
2151 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002152- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002153 build: test
2154 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002155 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002156 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002157 deps:
2158 - grpc_test_util
2159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002160 - gpr_test_util
2161 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002162- name: http_request_fuzzer_test
2163 build: fuzzer
2164 language: c
2165 src:
2166 - test/core/http/request_fuzzer.c
2167 deps:
2168 - grpc_test_util
2169 - grpc
2170 - gpr_test_util
2171 - gpr
2172 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002173 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002174 maxlen: 2048
2175- name: http_response_fuzzer_test
2176 build: fuzzer
2177 language: c
2178 src:
2179 - test/core/http/response_fuzzer.c
2180 deps:
2181 - grpc_test_util
2182 - grpc
2183 - gpr_test_util
2184 - gpr
2185 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002186 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002187 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002188- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189 build: test
2190 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002191 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002192 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002193 deps:
2194 - grpc_test_util
2195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002196 - gpr_test_util
2197 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002198- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002199 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002200 build: test
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002203 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002209 platforms:
2210 - mac
2211 - linux
2212 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002213- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002214 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002215 build: test
2216 language: c
2217 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002218 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002219 deps:
2220 - grpc_test_util
2221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr_test_util
2223 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002224 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002225 - linux
yang-gf1183302015-12-07 16:02:05 -08002226- name: init_test
2227 build: test
2228 language: c
2229 src:
2230 - test/core/surface/init_test.c
2231 deps:
2232 - grpc_test_util
2233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002234 - gpr_test_util
2235 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002236- name: internal_api_canary_iomgr_test
2237 build: test
2238 run: false
2239 language: c
2240 src:
2241 - test/core/internal_api_canaries/iomgr.c
2242 deps:
2243 - grpc_test_util
2244 - grpc
2245 - gpr_test_util
2246 - gpr
2247- name: internal_api_canary_support_test
2248 build: test
2249 run: false
2250 language: c
2251 src:
2252 - test/core/internal_api_canaries/iomgr.c
2253 deps:
2254 - grpc_test_util
2255 - grpc
2256 - gpr_test_util
2257 - gpr
2258- name: internal_api_canary_transport_test
2259 build: test
2260 run: false
2261 language: c
2262 src:
2263 - test/core/internal_api_canaries/iomgr.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
2267 - gpr_test_util
2268 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002269- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002270 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002271 build: test
2272 language: c
2273 src:
2274 - test/core/end2end/invalid_call_argument_test.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002280- name: json_fuzzer_test
2281 build: fuzzer
2282 language: c
2283 src:
2284 - test/core/json/fuzzer.c
2285 deps:
2286 - grpc_test_util
2287 - grpc
2288 - gpr_test_util
2289 - gpr
2290 corpus_dirs:
2291 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002292 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293- name: json_rewrite
2294 build: test
2295 run: false
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - test/core/json/json_rewrite.c
2299 deps:
2300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302- name: json_rewrite_test
2303 build: test
2304 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002305 src:
2306 - test/core/json/json_rewrite_test.c
2307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002312- name: json_stream_error_test
2313 build: test
2314 language: c
2315 src:
2316 - test/core/json/json_stream_error_test.c
2317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322- name: json_test
2323 build: test
2324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
2326 - test/core/json/json_test.c
2327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332- name: lame_client_test
2333 build: test
2334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002335 src:
2336 - test/core/surface/lame_client_test.c
2337 deps:
2338 - grpc_test_util
2339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002340 - gpr_test_util
2341 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002342- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002343 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002344 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002345 build: test
2346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002347 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002348 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002349 deps:
2350 - grpc_test_util
2351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002352 - gpr_test_util
2353 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002354- name: load_file_test
2355 build: test
2356 language: c
2357 src:
2358 - test/core/iomgr/load_file_test.c
2359 deps:
2360 - grpc_test_util
2361 - grpc
2362 - gpr_test_util
2363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002364- name: low_level_ping_pong_benchmark
2365 build: benchmark
2366 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002367 src:
2368 - test/core/network_benchmarks/low_level_ping_pong.c
2369 deps:
2370 - grpc_test_util
2371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002372 - gpr_test_util
2373 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002374 platforms:
2375 - mac
2376 - linux
2377 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002378- name: memory_profile_client
2379 build: test
2380 run: false
2381 language: c
2382 src:
2383 - test/core/memory_usage/client.c
2384 deps:
2385 - grpc_test_util
2386 - grpc
2387 - gpr_test_util
2388 - gpr
2389- name: memory_profile_server
2390 build: test
2391 run: false
2392 language: c
2393 src:
2394 - test/core/memory_usage/server.c
2395 deps:
2396 - grpc_test_util
2397 - grpc
2398 - gpr_test_util
2399 - gpr
2400- name: memory_profile_test
2401 cpu_cost: 1.5
2402 build: test
2403 language: c
2404 src:
2405 - test/core/memory_usage/memory_usage_test.c
2406 deps:
2407 - grpc_test_util
2408 - grpc
2409 - gpr_test_util
2410 - gpr
2411 platforms:
2412 - mac
2413 - linux
2414 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002415- name: message_compress_test
2416 build: test
2417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
2419 - test/core/compression/message_compress_test.c
2420 deps:
2421 - grpc_test_util
2422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002423 - gpr_test_util
2424 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002425- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002426 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002427 build: test
2428 language: c
2429 src:
2430 - test/core/census/mlog_test.c
2431 deps:
2432 - grpc_test_util
2433 - grpc
2434 - gpr_test_util
2435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002436- name: multiple_server_queues_test
2437 build: test
2438 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002439 src:
2440 - test/core/end2end/multiple_server_queues_test.c
2441 deps:
2442 - grpc_test_util
2443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002444 - gpr_test_util
2445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: murmur_hash_test
2447 build: test
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/core/support/murmur_hash_test.c
2451 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002454- name: nanopb_fuzzer_response_test
2455 build: fuzzer
2456 language: c
2457 src:
2458 - test/core/nanopb/fuzzer_response.c
2459 deps:
2460 - grpc_test_util
2461 - grpc
2462 - gpr_test_util
2463 - gpr
2464 corpus_dirs:
2465 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002466 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002467- name: nanopb_fuzzer_serverlist_test
2468 build: fuzzer
2469 language: c
2470 src:
2471 - test/core/nanopb/fuzzer_serverlist.c
2472 deps:
2473 - grpc_test_util
2474 - grpc
2475 - gpr_test_util
2476 - gpr
2477 corpus_dirs:
2478 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002479 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002480- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002481 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482 build: test
2483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
2485 - test/core/end2end/no_server_test.c
2486 deps:
2487 - grpc_test_util
2488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002489 - gpr_test_util
2490 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002491- name: percent_decode_fuzzer
2492 build: fuzzer
2493 language: c
2494 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002495 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002496 deps:
2497 - grpc_test_util
2498 - grpc
2499 - gpr_test_util
2500 - gpr
2501 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002502 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002503 maxlen: 32
2504- name: percent_encode_fuzzer
2505 build: fuzzer
2506 language: c
2507 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002508 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002509 deps:
2510 - grpc_test_util
2511 - grpc
2512 - gpr_test_util
2513 - gpr
2514 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002515 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002516 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002517- name: percent_encoding_test
2518 build: test
2519 language: c
2520 src:
2521 - test/core/slice/percent_encoding_test.c
2522 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002523 - grpc_test_util
2524 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002525 - gpr_test_util
2526 - gpr
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002527- name: resolve_address_posix_test
2528 build: test
2529 language: c
2530 src:
2531 - test/core/iomgr/resolve_address_posix_test.c
2532 deps:
2533 - grpc_test_util
2534 - grpc
2535 - gpr_test_util
2536 - gpr
2537 platforms:
2538 - mac
2539 - linux
2540 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002541- name: resolve_address_test
2542 build: test
2543 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002544 src:
2545 - test/core/iomgr/resolve_address_test.c
2546 deps:
2547 - grpc_test_util
2548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002549 - gpr_test_util
2550 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002551 exclude_iomgrs:
2552 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002553- name: resource_quota_test
2554 cpu_cost: 30
2555 build: test
2556 language: c
2557 src:
2558 - test/core/iomgr/resource_quota_test.c
2559 deps:
2560 - grpc_test_util
2561 - grpc
2562 - gpr_test_util
2563 - gpr
yang-gd482e592015-12-10 14:04:00 -08002564- name: secure_channel_create_test
2565 build: test
2566 language: c
2567 src:
2568 - test/core/surface/secure_channel_create_test.c
2569 deps:
2570 - grpc_test_util
2571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002572 - gpr_test_util
2573 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574- name: secure_endpoint_test
2575 build: test
2576 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002577 src:
2578 - test/core/security/secure_endpoint_test.c
2579 deps:
2580 - grpc_test_util
2581 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002582 - gpr_test_util
2583 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002584 exclude_iomgrs:
2585 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002586- name: sequential_connectivity_test
2587 build: test
2588 language: c
2589 src:
2590 - test/core/surface/sequential_connectivity_test.c
2591 deps:
2592 - grpc_test_util
2593 - grpc
2594 - gpr_test_util
2595 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002596 exclude_iomgrs:
2597 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002598- name: server_chttp2_test
2599 build: test
2600 language: c
2601 src:
2602 - test/core/surface/server_chttp2_test.c
2603 deps:
2604 - grpc_test_util
2605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002606 - gpr_test_util
2607 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002608- name: server_fuzzer
2609 build: fuzzer
2610 language: c
2611 src:
2612 - test/core/end2end/fuzzers/server_fuzzer.c
2613 deps:
2614 - grpc_test_util
2615 - grpc
2616 - gpr_test_util
2617 - gpr
2618 corpus_dirs:
2619 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002620 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002621 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002622- name: server_test
2623 build: test
2624 language: c
2625 src:
2626 - test/core/surface/server_test.c
2627 deps:
2628 - grpc_test_util
2629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002630 - gpr_test_util
2631 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002632- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002633 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002634 build: test
2635 language: c
2636 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002637 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002638 deps:
2639 - test_tcp_server
2640 - grpc_test_util
2641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002642 - gpr_test_util
2643 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002644 exclude_iomgrs:
2645 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002646- name: slice_buffer_test
2647 build: test
2648 language: c
2649 src:
2650 - test/core/slice/slice_buffer_test.c
2651 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002652 - grpc_test_util
2653 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002654 - gpr_test_util
2655 - gpr
2656- name: slice_string_helpers_test
2657 build: test
2658 language: c
2659 src:
2660 - test/core/slice/slice_string_helpers_test.c
2661 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002662 - grpc_test_util
2663 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002664 - gpr_test_util
2665 - gpr
2666- name: slice_test
2667 build: test
2668 language: c
2669 src:
2670 - test/core/slice/slice_test.c
2671 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002672 - grpc_test_util
2673 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002674 - gpr_test_util
2675 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002676- name: sockaddr_resolver_test
2677 build: test
2678 language: c
2679 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002680 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002681 deps:
2682 - grpc_test_util
2683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002684 - gpr_test_util
2685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002686- name: sockaddr_utils_test
2687 build: test
2688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002689 src:
2690 - test/core/iomgr/sockaddr_utils_test.c
2691 deps:
2692 - grpc_test_util
2693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002694 - gpr_test_util
2695 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002696- name: socket_utils_test
2697 build: test
2698 language: c
2699 src:
2700 - test/core/iomgr/socket_utils_test.c
2701 deps:
2702 - grpc_test_util
2703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002704 - gpr_test_util
2705 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002706 exclude_iomgrs:
2707 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002708 platforms:
2709 - mac
2710 - linux
2711 - posix
yang-g31e21282016-11-04 15:10:03 -07002712- name: ssl_server_fuzzer
2713 build: fuzzer
2714 language: c
2715 src:
2716 - test/core/security/ssl_server_fuzzer.c
2717 deps:
2718 - grpc_test_util
2719 - grpc
2720 - gpr_test_util
2721 - gpr
2722 corpus_dirs:
2723 - test/core/security/corpus/ssl_server_corpus
2724 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002725- name: status_conversion_test
2726 build: test
2727 language: c
2728 src:
2729 - test/core/transport/status_conversion_test.c
2730 deps:
2731 - grpc_test_util
2732 - grpc
2733 - gpr_test_util
2734 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002735- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002736 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002737 build: test
2738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002739 src:
2740 - test/core/iomgr/tcp_client_posix_test.c
2741 deps:
2742 - grpc_test_util
2743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002744 - gpr_test_util
2745 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002746 exclude_iomgrs:
2747 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002748 platforms:
2749 - mac
2750 - linux
2751 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002752- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002753 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002754 build: test
2755 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002756 src:
2757 - test/core/iomgr/tcp_posix_test.c
2758 deps:
2759 - grpc_test_util
2760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002761 - gpr_test_util
2762 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002763 exclude_iomgrs:
2764 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002765 platforms:
2766 - mac
2767 - linux
2768 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002769- name: tcp_server_posix_test
2770 build: test
2771 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002772 src:
2773 - test/core/iomgr/tcp_server_posix_test.c
2774 deps:
2775 - grpc_test_util
2776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002777 - gpr_test_util
2778 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002779 exclude_iomgrs:
2780 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002781 platforms:
2782 - mac
2783 - linux
2784 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002785- name: time_averaged_stats_test
2786 build: test
2787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002788 src:
2789 - test/core/iomgr/time_averaged_stats_test.c
2790 deps:
2791 - grpc_test_util
2792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002793 - gpr_test_util
2794 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002795- name: timeout_encoding_test
2796 build: test
2797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002798 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002799 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002800 deps:
2801 - grpc_test_util
2802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002803 - gpr_test_util
2804 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002805- name: timer_heap_test
2806 build: test
2807 language: c
2808 src:
2809 - test/core/iomgr/timer_heap_test.c
2810 deps:
2811 - grpc_test_util
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr_test_util
2814 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002815 exclude_iomgrs:
2816 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002817- name: timer_list_test
2818 build: test
2819 language: c
2820 src:
2821 - test/core/iomgr/timer_list_test.c
2822 deps:
2823 - grpc_test_util
2824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002825 - gpr_test_util
2826 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002827 exclude_iomgrs:
2828 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002829- name: transport_connectivity_state_test
2830 build: test
2831 language: c
2832 src:
2833 - test/core/transport/connectivity_state_test.c
2834 deps:
2835 - grpc_test_util
2836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002837 - gpr_test_util
2838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839- name: transport_metadata_test
2840 build: test
2841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002842 src:
2843 - test/core/transport/metadata_test.c
2844 deps:
2845 - grpc_test_util
2846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002847 - gpr_test_util
2848 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002849- name: transport_pid_controller_test
2850 build: test
2851 language: c
2852 src:
2853 - test/core/transport/pid_controller_test.c
2854 deps:
2855 - grpc_test_util
2856 - grpc
2857 - gpr_test_util
2858 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002859- name: transport_security_test
2860 build: test
2861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002862 src:
2863 - test/core/tsi/transport_security_test.c
2864 deps:
2865 - grpc_test_util
2866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002867 - gpr_test_util
2868 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002869 platforms:
2870 - linux
2871 - posix
2872 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002873- name: udp_server_test
2874 build: test
2875 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002876 src:
2877 - test/core/iomgr/udp_server_test.c
2878 deps:
2879 - grpc_test_util
2880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002881 - gpr_test_util
2882 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002883 exclude_iomgrs:
2884 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002885 platforms:
2886 - mac
2887 - linux
2888 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002889- name: uri_fuzzer_test
2890 build: fuzzer
2891 language: c
2892 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002893 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002894 deps:
2895 - grpc_test_util
2896 - grpc
2897 - gpr_test_util
2898 - gpr
2899 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002900 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002901 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002902- name: uri_parser_test
2903 build: test
2904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002905 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002906 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002907 deps:
2908 - grpc_test_util
2909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002910 - gpr_test_util
2911 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002912- name: wakeup_fd_cv_test
2913 build: test
2914 language: c
2915 src:
2916 - test/core/iomgr/wakeup_fd_cv_test.c
2917 deps:
2918 - grpc_test_util
2919 - grpc
2920 - gpr_test_util
2921 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002922 exclude_iomgrs:
2923 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002924 platforms:
2925 - mac
2926 - linux
2927 - posix
vjpai04e992a2016-02-10 16:58:38 -08002928- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002929 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002930 build: test
2931 language: c++
2932 src:
2933 - test/cpp/common/alarm_cpp_test.cc
2934 deps:
2935 - grpc++_test_util
2936 - grpc_test_util
2937 - grpc++
2938 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002939 - gpr_test_util
2940 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002941- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002942 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002943 build: test
2944 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002945 src:
2946 - test/cpp/end2end/async_end2end_test.cc
2947 deps:
2948 - grpc++_test_util
2949 - grpc_test_util
2950 - grpc++
2951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002952 - gpr_test_util
2953 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002955 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002956 build: test
2957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002958 src:
2959 - test/cpp/common/auth_property_iterator_test.cc
2960 deps:
2961 - grpc++_test_util
2962 - grpc_test_util
2963 - grpc++
2964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002965 - gpr_test_util
2966 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002967- name: bm_fullstack
2968 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002969 language: c++
2970 src:
2971 - test/cpp/microbenchmarks/bm_fullstack.cc
2972 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002973 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002974 - grpc++_test_util
2975 - grpc_test_util
2976 - grpc++
2977 - grpc
2978 - gpr_test_util
2979 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08002980 args:
2981 - --benchmark_min_time=0
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01002982 platforms:
2983 - mac
2984 - linux
2985 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002986- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002987 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002988 build: test
2989 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002990 src:
yang-g52705592015-11-25 11:45:33 -08002991 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002992 deps:
2993 - grpc++
2994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002995 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002996- name: channel_filter_test
2997 gtest: true
2998 build: test
2999 language: c++
3000 src:
3001 - test/cpp/common/channel_filter_test.cc
3002 deps:
3003 - grpc++
3004 - grpc
3005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003007 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008 build: test
3009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003010 src:
3011 - test/cpp/util/cli_call_test.cc
3012 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003013 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003014 - grpc++_test_util
3015 - grpc_test_util
3016 - grpc++
3017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003018 - gpr_test_util
3019 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003020- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003021 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003022 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003023 build: test
3024 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003025 src:
3026 - test/cpp/end2end/client_crash_test.cc
3027 deps:
3028 - grpc++_test_util
3029 - grpc_test_util
3030 - grpc++
3031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003032 - gpr_test_util
3033 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003034 platforms:
3035 - mac
3036 - linux
3037 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038- name: client_crash_test_server
3039 build: test
3040 run: false
3041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003042 src:
3043 - test/cpp/end2end/client_crash_test_server.cc
3044 deps:
3045 - grpc++_test_util
3046 - grpc_test_util
3047 - grpc++
3048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003049 - gpr_test_util
3050 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003051- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003052 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003053 build: test
3054 language: c++
3055 src:
3056 - src/proto/grpc/testing/control.proto
3057 - src/proto/grpc/testing/messages.proto
3058 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003059 - src/proto/grpc/testing/services.proto
3060 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003061 - test/cpp/codegen/codegen_test_full.cc
3062 deps:
3063 - grpc++
3064 - grpc
3065 - gpr
3066 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003067 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003068- name: codegen_test_minimal
3069 gtest: true
3070 build: test
3071 language: c++
3072 src:
3073 - src/proto/grpc/testing/control.proto
3074 - src/proto/grpc/testing/messages.proto
3075 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003076 - src/proto/grpc/testing/services.proto
3077 - src/proto/grpc/testing/stats.proto
3078 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003079 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003080 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003081 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003082- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003083 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003084 build: test
3085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003086 src:
3087 - test/cpp/client/credentials_test.cc
3088 deps:
3089 - grpc++
3090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003091 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003092- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003093 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003094 build: test
3095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003096 src:
3097 - test/cpp/util/byte_buffer_test.cc
3098 deps:
3099 - grpc_test_util
3100 - grpc++
3101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003102 - gpr_test_util
3103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003104- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003105 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003106 build: test
3107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003108 src:
3109 - test/cpp/util/slice_test.cc
3110 deps:
3111 - grpc_test_util
3112 - grpc++
3113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003114 - gpr_test_util
3115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003116- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003117 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003118 build: test
3119 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003120 src:
3121 - test/cpp/util/string_ref_test.cc
3122 deps:
3123 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003124- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003125 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003126 build: test
3127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003128 src:
3129 - test/cpp/util/time_test.cc
3130 deps:
3131 - grpc_test_util
3132 - grpc++
3133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003134 - gpr_test_util
3135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003136- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003137 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003138 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003139 build: test
3140 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003141 src:
3142 - test/cpp/end2end/end2end_test.cc
3143 deps:
3144 - grpc++_test_util
3145 - grpc_test_util
3146 - grpc++
3147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003148 - gpr_test_util
3149 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003150- name: filter_end2end_test
3151 gtest: true
3152 build: test
3153 language: c++
3154 src:
3155 - test/cpp/end2end/filter_end2end_test.cc
3156 deps:
3157 - grpc++_test_util
3158 - grpc_test_util
3159 - grpc++
3160 - grpc
3161 - gpr_test_util
3162 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003163- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003164 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003165 build: test
3166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003167 src:
3168 - test/cpp/end2end/generic_end2end_test.cc
3169 deps:
3170 - grpc++_test_util
3171 - grpc_test_util
3172 - grpc++
3173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003174 - gpr_test_util
3175 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003176- name: golden_file_test
3177 gtest: true
3178 build: test
3179 language: c++
3180 src:
3181 - src/proto/grpc/testing/compiler_test.proto
3182 - test/cpp/codegen/golden_file_test.cc
3183 deps:
3184 - grpc++
3185 - grpc
3186 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003187- name: grpc_cli
3188 build: test
3189 run: false
3190 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003191 src:
3192 - test/cpp/util/grpc_cli.cc
3193 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003194 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003195 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003196 - grpc++
3197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003198 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003199 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200- name: grpc_cpp_plugin
3201 build: protoc
3202 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003203 src:
3204 - src/compiler/cpp_plugin.cc
3205 deps:
3206 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003207 secure: false
3208 vs_config_type: Application
3209 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3210- name: grpc_csharp_plugin
3211 build: protoc
3212 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003213 src:
3214 - src/compiler/csharp_plugin.cc
3215 deps:
3216 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003217 secure: false
3218 vs_config_type: Application
3219 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003220- name: grpc_node_plugin
3221 build: protoc
3222 language: c++
3223 src:
3224 - src/compiler/node_plugin.cc
3225 deps:
3226 - grpc_plugin_support
3227 secure: false
3228 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003229- name: grpc_objective_c_plugin
3230 build: protoc
3231 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003232 src:
3233 - src/compiler/objective_c_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: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003239- name: grpc_php_plugin
3240 build: protoc
3241 language: c++
3242 src:
3243 - src/compiler/php_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_python_plugin
3249 build: protoc
3250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003251 src:
3252 - src/compiler/python_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: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3258- name: grpc_ruby_plugin
3259 build: protoc
3260 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003261 src:
3262 - src/compiler/ruby_plugin.cc
3263 deps:
3264 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003265 secure: false
3266 vs_config_type: Application
3267 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003268- name: grpc_tool_test
3269 gtest: true
3270 build: test
3271 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003272 src:
3273 - src/proto/grpc/testing/echo.proto
3274 - src/proto/grpc/testing/echo_messages.proto
3275 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003276 deps:
3277 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003278 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003279 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003280 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003281 - grpc_test_util
3282 - grpc++
3283 - grpc
3284 - gpr_test_util
3285 - gpr
3286 filegroups:
3287 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003288- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003289 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003290 build: test
3291 language: c++
3292 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003293 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003294 - test/cpp/grpclb/grpclb_api_test.cc
3295 deps:
3296 - grpc++_test_util
3297 - grpc_test_util
3298 - grpc++
3299 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003300- name: grpclb_test
3301 gtest: false
3302 build: test
3303 language: c++
3304 src:
3305 - src/proto/grpc/lb/v1/load_balancer.proto
3306 - test/cpp/grpclb/grpclb_test.cc
3307 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003308 - grpc++_test_util
3309 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003310 - grpc++
3311 - grpc
3312 - gpr_test_util
3313 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003314- name: http2_client
3315 build: test
3316 run: false
3317 language: c++
3318 src: []
3319 deps:
3320 - http2_client_main
3321 - grpc++_test_util
3322 - grpc_test_util
3323 - grpc++
3324 - grpc
3325 - grpc++_test_config
3326 platforms:
3327 - mac
3328 - linux
3329 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003330- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003331 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003332 build: test
3333 language: c++
3334 src:
3335 - test/cpp/end2end/hybrid_end2end_test.cc
3336 deps:
3337 - grpc++_test_util
3338 - grpc_test_util
3339 - grpc++
3340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003341 - gpr_test_util
3342 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003343- name: interop_client
3344 build: test
3345 run: false
3346 language: c++
3347 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003348 deps:
3349 - interop_client_main
3350 - interop_client_helper
3351 - grpc++_test_util
3352 - grpc_test_util
3353 - grpc++
3354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003355 - gpr_test_util
3356 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003357 - grpc++_test_config
3358 platforms:
3359 - mac
3360 - linux
3361 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003362- name: interop_server
3363 build: test
3364 run: false
3365 language: c++
3366 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003367 deps:
3368 - interop_server_main
3369 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003370 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003371 - grpc++_test_util
3372 - grpc_test_util
3373 - grpc++
3374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003375 - gpr_test_util
3376 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003377 - grpc++_test_config
3378 platforms:
3379 - mac
3380 - linux
3381 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003382- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003383 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003384 build: test
3385 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003386 src:
3387 - test/cpp/interop/interop_test.cc
3388 deps:
3389 - grpc_test_util
3390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003391 - gpr_test_util
3392 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003393 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003394 platforms:
3395 - mac
3396 - linux
3397 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003398- name: json_run_localhost
3399 build: test
3400 run: false
3401 language: c++
3402 src:
3403 - test/cpp/qps/json_run_localhost.cc
3404 deps:
3405 - grpc++_test_util
3406 - grpc_test_util
3407 - grpc++
3408 - grpc
3409 - gpr_test_util
3410 - gpr
3411 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003412 platforms:
3413 - mac
3414 - linux
3415 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003416- name: metrics_client
3417 build: test
3418 run: false
3419 language: c++
3420 headers:
3421 - test/cpp/util/metrics_server.h
3422 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003423 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003424 - test/cpp/interop/metrics_client.cc
3425 deps:
3426 - grpc++
3427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003428 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003429 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003430- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003431 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003432 build: test
3433 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003434 src:
3435 - test/cpp/end2end/mock_test.cc
3436 deps:
3437 - grpc++_test_util
3438 - grpc_test_util
3439 - grpc++
3440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003441 - gpr_test_util
3442 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003443- name: noop-benchmark
3444 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003445 language: c++
3446 src:
3447 - test/cpp/microbenchmarks/noop-benchmark.cc
3448 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003449 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003450- name: proto_server_reflection_test
3451 gtest: true
3452 build: test
3453 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003454 src:
3455 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003456 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003457 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003458 - grpc++_reflection
3459 - grpc++_test_util
3460 - grpc_test_util
3461 - grpc++
3462 - grpc
3463 - gpr_test_util
3464 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003465- name: proto_utils_test
3466 gtest: true
3467 build: test
3468 language: c++
3469 src:
3470 - test/cpp/codegen/proto_utils_test.cc
3471 deps:
3472 - grpc++
3473 - grpc
3474 filegroups:
3475 - grpc++_codegen_base
3476 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003477- name: qps_interarrival_test
3478 build: test
3479 run: false
3480 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003481 src:
3482 - test/cpp/qps/qps_interarrival_test.cc
3483 deps:
3484 - qps
3485 - grpc++_test_util
3486 - grpc_test_util
3487 - grpc++
3488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003489 - gpr_test_util
3490 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003491 platforms:
3492 - mac
3493 - linux
3494 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003495- name: qps_json_driver
3496 build: test
3497 run: false
3498 language: c++
3499 src:
3500 - test/cpp/qps/qps_json_driver.cc
3501 deps:
3502 - qps
3503 - grpc++_test_util
3504 - grpc_test_util
3505 - grpc++
3506 - grpc
3507 - gpr_test_util
3508 - gpr
3509 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003510- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003511 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003512 build: test
3513 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003514 src:
3515 - test/cpp/qps/qps_openloop_test.cc
3516 deps:
3517 - qps
3518 - grpc++_test_util
3519 - grpc_test_util
3520 - grpc++
3521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003522 - gpr_test_util
3523 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003524 - grpc++_test_config
3525 platforms:
3526 - mac
3527 - linux
3528 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003529- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003530 build: test
3531 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003533 headers:
3534 - test/cpp/qps/client.h
3535 - test/cpp/qps/server.h
3536 src:
3537 - test/cpp/qps/worker.cc
3538 deps:
3539 - qps
3540 - grpc++_test_util
3541 - grpc_test_util
3542 - grpc++
3543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003544 - gpr_test_util
3545 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003546 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003547- name: reconnect_interop_client
3548 build: test
3549 run: false
3550 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003551 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003552 - src/proto/grpc/testing/empty.proto
3553 - src/proto/grpc/testing/messages.proto
3554 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003555 - test/cpp/interop/reconnect_interop_client.cc
3556 deps:
3557 - grpc++_test_util
3558 - grpc_test_util
3559 - grpc++
3560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003561 - gpr_test_util
3562 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003563 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003564- name: reconnect_interop_server
3565 build: test
3566 run: false
3567 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003568 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003569 - src/proto/grpc/testing/empty.proto
3570 - src/proto/grpc/testing/messages.proto
3571 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003572 - test/cpp/interop/reconnect_interop_server.cc
3573 deps:
3574 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003575 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003576 - 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
Mark D. Roth45228762016-10-26 14:54:56 -07003583- name: round_robin_end2end_test
3584 gtest: true
3585 build: test
3586 language: c++
3587 src:
3588 - test/cpp/end2end/round_robin_end2end_test.cc
3589 deps:
3590 - grpc++_test_util
3591 - grpc_test_util
3592 - grpc++
3593 - grpc
3594 - gpr_test_util
3595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003596- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003597 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003598 build: test
3599 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003600 src:
3601 - test/cpp/common/secure_auth_context_test.cc
3602 deps:
3603 - grpc++_test_util
3604 - grpc_test_util
3605 - grpc++
3606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003607 - gpr_test_util
3608 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003609- name: secure_sync_unary_ping_pong_test
3610 build: test
3611 language: c++
3612 src:
3613 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3614 deps:
3615 - qps
3616 - grpc++_test_util
3617 - grpc_test_util
3618 - grpc++
3619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003620 - gpr_test_util
3621 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003622 platforms:
3623 - mac
3624 - linux
3625 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003626- name: server_builder_plugin_test
3627 gtest: true
3628 build: test
3629 language: c++
3630 src:
3631 - test/cpp/end2end/server_builder_plugin_test.cc
3632 deps:
3633 - grpc++_test_util
3634 - grpc_test_util
3635 - grpc++
3636 - grpc
3637 - gpr_test_util
3638 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003639- name: server_context_test_spouse_test
3640 gtest: true
3641 build: test
3642 language: c++
3643 src:
3644 - test/cpp/test/server_context_test_spouse_test.cc
3645 deps:
3646 - grpc_test_util
3647 - grpc++_test
3648 - grpc++
3649 - grpc
3650 - gpr_test_util
3651 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003652- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003653 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003654 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003655 build: test
3656 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003657 src:
3658 - test/cpp/end2end/server_crash_test.cc
3659 deps:
3660 - grpc++_test_util
3661 - grpc_test_util
3662 - grpc++
3663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003664 - gpr_test_util
3665 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003666 platforms:
3667 - mac
3668 - linux
3669 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003670- name: server_crash_test_client
3671 build: test
3672 run: false
3673 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003674 src:
3675 - test/cpp/end2end/server_crash_test_client.cc
3676 deps:
3677 - grpc++_test_util
3678 - grpc_test_util
3679 - grpc++
3680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003681 - gpr_test_util
3682 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003683- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003684 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003685 build: test
3686 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003687 src:
3688 - test/cpp/end2end/shutdown_test.cc
3689 deps:
3690 - grpc++_test_util
3691 - grpc_test_util
3692 - grpc++
3693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003694 - gpr_test_util
3695 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003696- name: status_test
3697 build: test
3698 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003699 src:
3700 - test/cpp/util/status_test.cc
3701 deps:
3702 - grpc_test_util
3703 - grpc++
3704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003705 - gpr_test_util
3706 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003707- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003708 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003709 build: test
3710 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003711 src:
3712 - test/cpp/end2end/streaming_throughput_test.cc
3713 deps:
3714 - grpc++_test_util
3715 - grpc_test_util
3716 - grpc++
3717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003718 - gpr_test_util
3719 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003720 platforms:
3721 - mac
3722 - linux
3723 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003724- name: stress_test
3725 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003726 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003727 language: c++
3728 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003729 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003730 - test/cpp/interop/interop_client.h
3731 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003732 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003733 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003734 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003735 - src/proto/grpc/testing/empty.proto
3736 - src/proto/grpc/testing/messages.proto
3737 - src/proto/grpc/testing/metrics.proto
3738 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003739 - test/cpp/interop/interop_client.cc
3740 - test/cpp/interop/stress_interop_client.cc
3741 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003742 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003743 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003744 deps:
3745 - grpc++_test_util
3746 - grpc_test_util
3747 - grpc++
3748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003749 - gpr_test_util
3750 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003751 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003752- name: thread_manager_test
3753 build: test
3754 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003755 src:
3756 - test/cpp/thread_manager/thread_manager_test.cc
3757 deps:
3758 - grpc++
3759 - grpc
3760 - gpr
3761 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003762- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003763 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003764 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003765 build: test
3766 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003767 src:
3768 - test/cpp/end2end/thread_stress_test.cc
3769 deps:
3770 - grpc++_test_util
3771 - grpc_test_util
3772 - grpc++
3773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003774 - gpr_test_util
3775 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08003776- name: writes_per_rpc_test
3777 gtest: true
3778 cpu_cost: 0.5
3779 build: test
3780 language: c++
3781 src:
3782 - test/cpp/performance/writes_per_rpc_test.cc
3783 deps:
3784 - grpc++_test_util
3785 - grpc_test_util
3786 - grpc++
3787 - grpc
3788 - gpr_test_util
3789 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08003790 platforms:
3791 - mac
3792 - linux
3793 - posix
Craig Tillerab230452016-01-04 08:18:43 -08003794- name: public_headers_must_be_c89
3795 build: test
3796 language: c89
3797 src:
3798 - test/core/surface/public_headers_must_be_c89.c
3799 deps:
3800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003802vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003803- linkage: static
3804 name: grpc.dependencies.zlib
3805 props: false
3806 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003807 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003808- linkage: static
3809 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003810 props: true
3811 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003812 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003813- name: gflags
3814 props: false
3815 redist: false
3816 version: 2.1.2.1
3817- name: gtest
3818 props: false
3819 redist: false
3820 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003821configs:
3822 asan:
3823 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003824 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3825 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003826 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003827 LD: clang
3828 LDFLAGS: -fsanitize=address
3829 LDXX: clang++
3830 compile_the_world: true
3831 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003832 ASAN_OPTIONS: detect_leaks=1:color=always
3833 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003834 asan-noleaks:
3835 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003836 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3837 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003838 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003839 LD: clang
3840 LDFLAGS: -fsanitize=address
3841 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003842 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003843 test_environ:
3844 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07003845 asan-trace-cmp:
3846 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003847 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3848 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003849 CXX: clang++
3850 LD: clang
3851 LDFLAGS: -fsanitize=address
3852 LDXX: clang++
3853 compile_the_world: true
3854 test_environ:
3855 ASAN_OPTIONS: detect_leaks=1:color=always
3856 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003857 basicprof:
3858 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3859 DEFINES: NDEBUG
3860 dbg:
3861 CPPFLAGS: -O0
3862 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003863 gcov:
3864 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003865 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003866 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003867 DEFINES: _DEBUG DEBUG GPR_GCOV
3868 LD: gcc
3869 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3870 LDXX: g++
3871 helgrind:
3872 CPPFLAGS: -O0
3873 DEFINES: _DEBUG DEBUG
3874 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003875 valgrind: --tool=helgrind
3876 memcheck:
3877 CPPFLAGS: -O0
3878 DEFINES: _DEBUG DEBUG
3879 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003880 valgrind: --tool=memcheck --leak-check=full
3881 msan:
3882 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003883 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3884 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3885 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003886 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003887 DEFINES: NDEBUG
3888 LD: clang
3889 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3890 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3891 LDXX: clang++
3892 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003893 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003894 CPPFLAGS: -O3 -fno-omit-frame-pointer
3895 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003896 LDFLAGS: -rdynamic
3897 opt:
3898 CPPFLAGS: -O2
3899 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003900 stapprof:
3901 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3902 DEFINES: NDEBUG
3903 tsan:
3904 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003905 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003906 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003907 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003908 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003909 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003910 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003911 LDXX: clang++
3912 compile_the_world: true
3913 test_environ:
3914 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08003915 ubsan:
3916 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003917 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3918 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003919 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003920 DEFINES: NDEBUG
3921 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003922 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003923 LDXX: clang++
3924 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003925 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003926 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003927defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003928 benchmark:
3929 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003930 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003931 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003932 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003933 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003934 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003935 global:
3936 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3937 LDFLAGS: -g
3938 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003939 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003940 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003941node_modules:
3942- deps:
3943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003944 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003945 - boringssl
3946 - z
murgatroid9994a75412015-11-19 14:04:53 -08003947 headers:
3948 - src/node/ext/byte_buffer.h
3949 - src/node/ext/call.h
3950 - src/node/ext/call_credentials.h
3951 - src/node/ext/channel.h
3952 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003953 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003954 - src/node/ext/server.h
3955 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003956 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08003957 - src/node/ext/timeval.h
3958 js:
3959 - src/node/index.js
3960 - src/node/src/client.js
3961 - src/node/src/common.js
3962 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003963 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003964 - src/node/src/metadata.js
3965 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003966 name: grpc_node
3967 src:
3968 - src/node/ext/byte_buffer.cc
3969 - src/node/ext/call.cc
3970 - src/node/ext/call_credentials.cc
3971 - src/node/ext/channel.cc
3972 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003973 - src/node/ext/completion_queue_threadpool.cc
3974 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003975 - src/node/ext/node_grpc.cc
3976 - src/node/ext/server.cc
3977 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003978 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003979 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003980openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003981 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003982 extraction_dir: openssl-1.0.2f
3983 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003984php_config_m4:
3985 deps:
3986 - grpc
3987 - gpr
3988 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003989 headers:
3990 - src/php/ext/grpc/byte_buffer.h
3991 - src/php/ext/grpc/call.h
3992 - src/php/ext/grpc/call_credentials.h
3993 - src/php/ext/grpc/channel.h
3994 - src/php/ext/grpc/channel_credentials.h
3995 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003996 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003997 - src/php/ext/grpc/php_grpc.h
3998 - src/php/ext/grpc/server.h
3999 - src/php/ext/grpc/server_credentials.h
4000 - src/php/ext/grpc/timeval.h
4001 src:
4002 - src/php/ext/grpc/byte_buffer.c
4003 - src/php/ext/grpc/call.c
4004 - src/php/ext/grpc/call_credentials.c
4005 - src/php/ext/grpc/channel.c
4006 - src/php/ext/grpc/channel_credentials.c
4007 - src/php/ext/grpc/completion_queue.c
4008 - src/php/ext/grpc/php_grpc.c
4009 - src/php/ext/grpc/server.c
4010 - src/php/ext/grpc/server_credentials.c
4011 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004012python_dependencies:
4013 deps:
4014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004015 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004016 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004017 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004018ruby_gem:
4019 deps:
4020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004022 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004023 - z