blob: 0470b9c32aac79055769ca814cae0dd3bf6a79a2 [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 Tiller8dfdb7e2016-08-29 11:25:56 -070015 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020016 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070017filegroups:
18- name: census
Craig Tiller25834342015-09-25 08:08:24 -070019 public_headers:
20 - include/grpc/census.h
21 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070022 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070023 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/census_interface.h
25 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070026 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070027 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070028 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070030 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070031 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070032 - src/core/ext/census/trace_context.h
Craig Tiller25834342015-09-25 08:08:24 -070033 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070034 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070035 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070036 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070037 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070038 - src/core/ext/census/grpc_context.c
39 - src/core/ext/census/grpc_filter.c
40 - src/core/ext/census/grpc_plugin.c
41 - src/core/ext/census/initialize.c
42 - src/core/ext/census/mlog.c
43 - src/core/ext/census/operation.c
44 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070045 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070046 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070047 - src/core/ext/census/tracing.c
48 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070049 uses:
50 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070051 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070052- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010053 public_headers:
54 - include/grpc/support/alloc.h
55 - include/grpc/support/atm.h
56 - include/grpc/support/atm_gcc_atomic.h
57 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070058 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 - include/grpc/support/avl.h
60 - include/grpc/support/cmdline.h
61 - include/grpc/support/cpu.h
62 - include/grpc/support/histogram.h
63 - include/grpc/support/host_port.h
64 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070065 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010066 - include/grpc/support/port_platform.h
67 - include/grpc/support/slice.h
68 - include/grpc/support/slice_buffer.h
69 - include/grpc/support/string_util.h
70 - include/grpc/support/subprocess.h
71 - include/grpc/support/sync.h
72 - include/grpc/support/sync_generic.h
73 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070074 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - include/grpc/support/thd.h
76 - include/grpc/support/time.h
77 - include/grpc/support/tls.h
78 - include/grpc/support/tls_gcc.h
79 - include/grpc/support/tls_msvc.h
80 - include/grpc/support/tls_pthread.h
81 - include/grpc/support/useful.h
82 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070083 - src/core/lib/profiling/timers.h
84 - src/core/lib/support/backoff.h
85 - src/core/lib/support/block_annotate.h
86 - src/core/lib/support/env.h
Craig Tiller0bc11712016-05-02 21:22:46 -070087 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070088 - src/core/lib/support/murmur_hash.h
Craig Tiller17ed6b12016-08-18 09:33:33 -070089 - src/core/lib/support/percent_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -070090 - src/core/lib/support/stack_lockfree.h
91 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070092 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070093 - src/core/lib/support/thd_internal.h
94 - src/core/lib/support/time_precise.h
95 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010096 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/profiling/basic_timers.c
98 - src/core/lib/profiling/stap_timers.c
99 - src/core/lib/support/alloc.c
100 - src/core/lib/support/avl.c
101 - src/core/lib/support/backoff.c
102 - src/core/lib/support/cmdline.c
103 - src/core/lib/support/cpu_iphone.c
104 - src/core/lib/support/cpu_linux.c
105 - src/core/lib/support/cpu_posix.c
106 - src/core/lib/support/cpu_windows.c
107 - src/core/lib/support/env_linux.c
108 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700109 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/histogram.c
111 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700112 - src/core/lib/support/log.c
113 - src/core/lib/support/log_android.c
114 - src/core/lib/support/log_linux.c
115 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/log_windows.c
Craig Tiller0bc11712016-05-02 21:22:46 -0700117 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700118 - src/core/lib/support/murmur_hash.c
Craig Tiller17ed6b12016-08-18 09:33:33 -0700119 - src/core/lib/support/percent_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700120 - src/core/lib/support/slice.c
121 - src/core/lib/support/slice_buffer.c
122 - src/core/lib/support/stack_lockfree.c
123 - src/core/lib/support/string.c
124 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700125 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/subprocess_posix.c
128 - src/core/lib/support/subprocess_windows.c
129 - src/core/lib/support/sync.c
130 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700131 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/thd.c
133 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/time.c
136 - src/core/lib/support/time_posix.c
137 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200140 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700141 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700144 uses:
145 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800146- name: gpr_codegen
147 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/atm.h
149 - include/grpc/impl/codegen/atm_gcc_atomic.h
150 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700151 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700152 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800153 - include/grpc/impl/codegen/port_platform.h
154 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800155 - include/grpc/impl/codegen/sync.h
156 - include/grpc/impl/codegen/sync_generic.h
157 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700158 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700159- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700160 public_headers:
161 - include/grpc/byte_buffer.h
162 - include/grpc/byte_buffer_reader.h
163 - include/grpc/compression.h
164 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700165 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200166 - include/grpc/grpc_security_constants.h
Craig Tiller25834342015-09-25 08:08:24 -0700167 - include/grpc/status.h
168 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700169 - src/core/lib/channel/channel_args.h
170 - src/core/lib/channel/channel_stack.h
171 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700172 - src/core/lib/channel/compress_filter.h
173 - src/core/lib/channel/connected_channel.h
174 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700175 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700176 - src/core/lib/channel/handshaker.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 Tillerf7cade12016-07-07 21:41:10 -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
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700191 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700192 - src/core/lib/iomgr/ev_poll_and_epoll_posix.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
207 - src/core/lib/iomgr/pollset_windows.h
208 - src/core/lib/iomgr/resolve_address.h
209 - src/core/lib/iomgr/sockaddr.h
210 - src/core/lib/iomgr/sockaddr_posix.h
211 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700212 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/socket_utils_posix.h
214 - src/core/lib/iomgr/socket_windows.h
215 - src/core/lib/iomgr/tcp_client.h
216 - src/core/lib/iomgr/tcp_posix.h
217 - src/core/lib/iomgr/tcp_server.h
218 - src/core/lib/iomgr/tcp_windows.h
219 - src/core/lib/iomgr/time_averaged_stats.h
220 - src/core/lib/iomgr/timer.h
221 - src/core/lib/iomgr/timer_heap.h
222 - src/core/lib/iomgr/udp_server.h
223 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700224 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/wakeup_fd_pipe.h
226 - src/core/lib/iomgr/wakeup_fd_posix.h
227 - src/core/lib/iomgr/workqueue.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/workqueue_windows.h
229 - src/core/lib/json/json.h
230 - src/core/lib/json/json_common.h
231 - src/core/lib/json/json_reader.h
232 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/surface/api_trace.h
234 - src/core/lib/surface/call.h
235 - src/core/lib/surface/call_test_only.h
236 - src/core/lib/surface/channel.h
237 - src/core/lib/surface/channel_init.h
238 - src/core/lib/surface/channel_stack_type.h
239 - src/core/lib/surface/completion_queue.h
240 - src/core/lib/surface/event_string.h
241 - src/core/lib/surface/init.h
242 - src/core/lib/surface/lame_client.h
243 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700246 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/transport/metadata.h
248 - src/core/lib/transport/metadata_batch.h
249 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400250 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700251 - src/core/lib/transport/transport.h
252 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700253 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/channel/channel_args.c
255 - src/core/lib/channel/channel_stack.c
256 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/channel/compress_filter.c
258 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700259 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700260 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/channel/http_client_filter.c
262 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700263 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700264 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/compression/message_compress.c
266 - src/core/lib/debug/trace.c
267 - src/core/lib/http/format_request.c
268 - src/core/lib/http/httpcli.c
269 - src/core/lib/http/parser.c
270 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700271 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/iomgr/endpoint.c
273 - src/core/lib/iomgr/endpoint_pair_posix.c
274 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700275 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700276 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700277 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700278 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700279 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/iomgr/exec_ctx.c
281 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/iomgr/iocp_windows.c
283 - src/core/lib/iomgr/iomgr.c
284 - src/core/lib/iomgr/iomgr_posix.c
285 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700286 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700287 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700288 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/iomgr/pollset_set_windows.c
290 - src/core/lib/iomgr/pollset_windows.c
291 - src/core/lib/iomgr/resolve_address_posix.c
292 - src/core/lib/iomgr/resolve_address_windows.c
293 - src/core/lib/iomgr/sockaddr_utils.c
294 - src/core/lib/iomgr/socket_utils_common_posix.c
295 - src/core/lib/iomgr/socket_utils_linux.c
296 - src/core/lib/iomgr/socket_utils_posix.c
297 - src/core/lib/iomgr/socket_windows.c
298 - src/core/lib/iomgr/tcp_client_posix.c
299 - src/core/lib/iomgr/tcp_client_windows.c
300 - src/core/lib/iomgr/tcp_posix.c
301 - src/core/lib/iomgr/tcp_server_posix.c
302 - src/core/lib/iomgr/tcp_server_windows.c
303 - src/core/lib/iomgr/tcp_windows.c
304 - src/core/lib/iomgr/time_averaged_stats.c
305 - src/core/lib/iomgr/timer.c
306 - src/core/lib/iomgr/timer_heap.c
307 - src/core/lib/iomgr/udp_server.c
308 - src/core/lib/iomgr/unix_sockets_posix.c
309 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700310 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/wakeup_fd_eventfd.c
312 - src/core/lib/iomgr/wakeup_fd_nospecial.c
313 - src/core/lib/iomgr/wakeup_fd_pipe.c
314 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/workqueue_windows.c
316 - src/core/lib/json/json.c
317 - src/core/lib/json/json_reader.c
318 - src/core/lib/json/json_string.c
319 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/surface/alarm.c
321 - src/core/lib/surface/api_trace.c
322 - src/core/lib/surface/byte_buffer.c
323 - src/core/lib/surface/byte_buffer_reader.c
324 - src/core/lib/surface/call.c
325 - src/core/lib/surface/call_details.c
326 - src/core/lib/surface/call_log_batch.c
327 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/surface/channel_init.c
329 - src/core/lib/surface/channel_ping.c
330 - src/core/lib/surface/channel_stack_type.c
331 - src/core/lib/surface/completion_queue.c
332 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/surface/lame_client.c
334 - src/core/lib/surface/metadata_array.c
335 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/surface/validate_metadata.c
337 - src/core/lib/surface/version.c
338 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700340 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/transport/metadata.c
342 - src/core/lib/transport/metadata_batch.c
343 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400344 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/transport/transport.c
346 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700347 deps:
348 - gpr
349 uses:
350 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700351- name: grpc_client_config
352 headers:
353 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700354 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700355 - src/core/ext/client_config/connector.h
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700356 - src/core/ext/client_config/http_connect_handshaker.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700357 - src/core/ext/client_config/initial_connect_string.h
358 - src/core/ext/client_config/lb_policy.h
359 - src/core/ext/client_config/lb_policy_factory.h
360 - src/core/ext/client_config/lb_policy_registry.h
Mark D. Roth4c3a4682016-09-23 15:19:26 -0700361 - src/core/ext/client_config/method_config.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700362 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700363 - src/core/ext/client_config/resolver.h
364 - src/core/ext/client_config/resolver_factory.h
365 - src/core/ext/client_config/resolver_registry.h
Mark D. Rothff4df062016-08-22 15:02:49 -0700366 - src/core/ext/client_config/resolver_result.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700367 - src/core/ext/client_config/subchannel.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700368 - src/core/ext/client_config/subchannel_index.h
369 - src/core/ext/client_config/uri_parser.h
370 src:
371 - src/core/ext/client_config/channel_connectivity.c
372 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700373 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller0b541632016-04-05 17:21:05 -0700374 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700375 - src/core/ext/client_config/connector.c
376 - src/core/ext/client_config/default_initial_connect_string.c
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700377 - src/core/ext/client_config/http_connect_handshaker.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700378 - src/core/ext/client_config/initial_connect_string.c
379 - src/core/ext/client_config/lb_policy.c
380 - src/core/ext/client_config/lb_policy_factory.c
381 - src/core/ext/client_config/lb_policy_registry.c
Mark D. Roth4c3a4682016-09-23 15:19:26 -0700382 - src/core/ext/client_config/method_config.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700383 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700384 - src/core/ext/client_config/resolver.c
385 - src/core/ext/client_config/resolver_factory.c
386 - src/core/ext/client_config/resolver_registry.c
Mark D. Rothff4df062016-08-22 15:02:49 -0700387 - src/core/ext/client_config/resolver_result.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700388 - src/core/ext/client_config/subchannel.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700389 - src/core/ext/client_config/subchannel_index.c
390 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700391 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700392 uses:
393 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800394- name: grpc_codegen
395 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700396 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800397 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800398 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800399 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800400 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800401 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700402 uses:
403 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700404- name: grpc_lb_policy_grpclb
405 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700406 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700407 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700408 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700409 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700410 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700411 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700412 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700413 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700414 uses:
415 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700416 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700417 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700418- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700419 src:
420 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700421 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700422 uses:
423 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700424 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700425- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700426 src:
427 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700428 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700429 uses:
430 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700431 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700432- name: grpc_load_reporting
433 headers:
434 - src/core/ext/load_reporting/load_reporting.h
435 - src/core/ext/load_reporting/load_reporting_filter.h
436 src:
437 - src/core/ext/load_reporting/load_reporting.c
438 - src/core/ext/load_reporting/load_reporting_filter.c
439 plugin: grpc_load_reporting_plugin
440 uses:
441 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700442- name: grpc_resolver_dns_native
443 src:
444 - src/core/ext/resolver/dns/native/dns_resolver.c
445 plugin: grpc_resolver_dns_native
446 uses:
447 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700448 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700449- name: grpc_resolver_sockaddr
450 src:
451 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
452 plugin: grpc_resolver_sockaddr
453 uses:
454 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700455 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100456- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700457 public_headers:
458 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100459 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700460 - src/core/lib/security/context/security_context.h
461 - src/core/lib/security/credentials/composite/composite_credentials.h
462 - src/core/lib/security/credentials/credentials.h
463 - src/core/lib/security/credentials/fake/fake_credentials.h
464 - src/core/lib/security/credentials/google_default/google_default_credentials.h
465 - src/core/lib/security/credentials/iam/iam_credentials.h
466 - src/core/lib/security/credentials/jwt/json_token.h
467 - src/core/lib/security/credentials/jwt/jwt_credentials.h
468 - src/core/lib/security/credentials/jwt/jwt_verifier.h
469 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
470 - src/core/lib/security/credentials/plugin/plugin_credentials.h
471 - src/core/lib/security/credentials/ssl/ssl_credentials.h
472 - src/core/lib/security/transport/auth_filters.h
473 - src/core/lib/security/transport/handshake.h
474 - src/core/lib/security/transport/secure_endpoint.h
475 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700476 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700477 - src/core/lib/security/util/b64.h
478 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100479 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700480 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700481 - src/core/lib/security/context/security_context.c
482 - src/core/lib/security/credentials/composite/composite_credentials.c
483 - src/core/lib/security/credentials/credentials.c
484 - src/core/lib/security/credentials/credentials_metadata.c
485 - src/core/lib/security/credentials/fake/fake_credentials.c
486 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700487 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700488 - src/core/lib/security/credentials/google_default/google_default_credentials.c
489 - src/core/lib/security/credentials/iam/iam_credentials.c
490 - src/core/lib/security/credentials/jwt/json_token.c
491 - src/core/lib/security/credentials/jwt/jwt_credentials.c
492 - src/core/lib/security/credentials/jwt/jwt_verifier.c
493 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
494 - src/core/lib/security/credentials/plugin/plugin_credentials.c
495 - src/core/lib/security/credentials/ssl/ssl_credentials.c
496 - src/core/lib/security/transport/client_auth_filter.c
497 - src/core/lib/security/transport/handshake.c
498 - src/core/lib/security/transport/secure_endpoint.c
499 - src/core/lib/security/transport/security_connector.c
500 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700501 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700502 - src/core/lib/security/util/b64.c
503 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700504 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700505 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700506 uses:
507 - grpc_base
508 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700509 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700510- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700511 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700512 headers:
513 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700514 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700515 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700516 - test/core/end2end/fixtures/proxy.h
517 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700518 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200519 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700520 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700521 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700522 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700523 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700524 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700525 - test/core/util/slice_splitter.h
526 src:
527 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700528 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700529 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700530 - test/core/end2end/fixtures/proxy.c
531 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700532 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200533 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700534 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700535 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700536 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700537 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700538 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700539 - test/core/util/port_windows.c
540 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700541 deps:
542 - grpc
543 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700544- name: grpc_transport_chttp2
545 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700546 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700547 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700548 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
549 - src/core/ext/transport/chttp2/transport/frame.h
550 - src/core/ext/transport/chttp2/transport/frame_data.h
551 - src/core/ext/transport/chttp2/transport/frame_goaway.h
552 - src/core/ext/transport/chttp2/transport/frame_ping.h
553 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
554 - src/core/ext/transport/chttp2/transport/frame_settings.h
555 - src/core/ext/transport/chttp2/transport/frame_window_update.h
556 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
557 - src/core/ext/transport/chttp2/transport/hpack_parser.h
558 - src/core/ext/transport/chttp2/transport/hpack_table.h
559 - src/core/ext/transport/chttp2/transport/http2_errors.h
560 - src/core/ext/transport/chttp2/transport/huffsyms.h
561 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
562 - src/core/ext/transport/chttp2/transport/internal.h
563 - src/core/ext/transport/chttp2/transport/status_conversion.h
564 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700565 - src/core/ext/transport/chttp2/transport/varint.h
566 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700567 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700568 - src/core/ext/transport/chttp2/transport/bin_encoder.c
569 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700570 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
571 - src/core/ext/transport/chttp2/transport/frame_data.c
572 - src/core/ext/transport/chttp2/transport/frame_goaway.c
573 - src/core/ext/transport/chttp2/transport/frame_ping.c
574 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
575 - src/core/ext/transport/chttp2/transport/frame_settings.c
576 - src/core/ext/transport/chttp2/transport/frame_window_update.c
577 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
578 - src/core/ext/transport/chttp2/transport/hpack_parser.c
579 - src/core/ext/transport/chttp2/transport/hpack_table.c
580 - src/core/ext/transport/chttp2/transport/huffsyms.c
581 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
582 - src/core/ext/transport/chttp2/transport/parsing.c
583 - src/core/ext/transport/chttp2/transport/status_conversion.c
584 - src/core/ext/transport/chttp2/transport/stream_lists.c
585 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700586 - src/core/ext/transport/chttp2/transport/varint.c
587 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700588 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700589 uses:
590 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700591 - grpc_transport_chttp2_alpn
592- name: grpc_transport_chttp2_alpn
593 headers:
594 - src/core/ext/transport/chttp2/alpn/alpn.h
595 src:
596 - src/core/ext/transport/chttp2/alpn/alpn.c
597 deps:
598 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700599- name: grpc_transport_chttp2_client_insecure
600 src:
601 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700602 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700603 uses:
604 - grpc_transport_chttp2
605 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700606 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700607- name: grpc_transport_chttp2_client_secure
608 src:
609 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700610 uses:
611 - grpc_transport_chttp2
612 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700613 - grpc_client_config
614 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700615- name: grpc_transport_chttp2_server_insecure
616 src:
617 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700618 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700619 uses:
620 - grpc_transport_chttp2
621 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700622- name: grpc_transport_chttp2_server_secure
623 src:
624 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700625 uses:
626 - grpc_transport_chttp2
627 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700628 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700629- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700630 public_headers:
631 - include/grpc/grpc_cronet.h
632 - include/grpc/grpc_security.h
633 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700634 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700635 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
636 src:
637 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
638 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
639 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700640 filegroups:
641 - grpc_base
642 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800643- name: nanopb
644 headers:
645 - third_party/nanopb/pb.h
646 - third_party/nanopb/pb_common.h
647 - third_party/nanopb/pb_decode.h
648 - third_party/nanopb/pb_encode.h
649 src:
650 - third_party/nanopb/pb_common.c
651 - third_party/nanopb/pb_decode.c
652 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700653- name: tsi
654 headers:
655 - src/core/lib/tsi/fake_transport_security.h
656 - src/core/lib/tsi/ssl_transport_security.h
657 - src/core/lib/tsi/ssl_types.h
658 - src/core/lib/tsi/transport_security.h
659 - src/core/lib/tsi/transport_security_interface.h
660 src:
661 - src/core/lib/tsi/fake_transport_security.c
662 - src/core/lib/tsi/ssl_transport_security.c
663 - src/core/lib/tsi/transport_security.c
664 deps:
665 - gpr
666 secure: true
667- name: grpc++_base
668 language: c++
669 public_headers:
670 - include/grpc++/alarm.h
671 - include/grpc++/channel.h
672 - include/grpc++/client_context.h
673 - include/grpc++/completion_queue.h
674 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700675 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700676 - include/grpc++/generic/async_generic_service.h
677 - include/grpc++/generic/generic_stub.h
678 - include/grpc++/grpc++.h
679 - include/grpc++/impl/call.h
680 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700681 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700682 - include/grpc++/impl/grpc_library.h
683 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700684 - include/grpc++/impl/rpc_method.h
685 - include/grpc++/impl/rpc_service_method.h
686 - include/grpc++/impl/serialization_traits.h
687 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700688 - include/grpc++/impl/server_builder_plugin.h
689 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700690 - include/grpc++/impl/service_type.h
691 - include/grpc++/impl/sync.h
692 - include/grpc++/impl/sync_cxx11.h
693 - include/grpc++/impl/sync_no_cxx11.h
694 - include/grpc++/impl/thd.h
695 - include/grpc++/impl/thd_cxx11.h
696 - include/grpc++/impl/thd_no_cxx11.h
697 - include/grpc++/security/auth_context.h
698 - include/grpc++/security/auth_metadata_processor.h
699 - include/grpc++/security/credentials.h
700 - include/grpc++/security/server_credentials.h
701 - include/grpc++/server.h
702 - include/grpc++/server_builder.h
703 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700704 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700705 - include/grpc++/support/async_stream.h
706 - include/grpc++/support/async_unary_call.h
707 - include/grpc++/support/byte_buffer.h
708 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700709 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700710 - include/grpc++/support/slice.h
711 - include/grpc++/support/status.h
712 - include/grpc++/support/status_code_enum.h
713 - include/grpc++/support/string_ref.h
714 - include/grpc++/support/stub_options.h
715 - include/grpc++/support/sync_stream.h
716 - include/grpc++/support/time.h
717 headers:
718 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700719 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700720 - src/cpp/server/dynamic_thread_pool.h
721 - src/cpp/server/thread_pool_interface.h
722 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700723 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700724 - src/cpp/client/client_context.cc
725 - src/cpp/client/create_channel.cc
726 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700727 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700728 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700729 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700730 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700731 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700732 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700733 - src/cpp/common/core_codegen.cc
734 - src/cpp/common/rpc_method.cc
735 - src/cpp/server/async_generic_service.cc
736 - src/cpp/server/create_default_thread_pool.cc
737 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700738 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700739 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700740 - src/cpp/server/server_context.cc
741 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700742 - src/cpp/server/server_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700743 - src/cpp/util/byte_buffer_cc.cc
744 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - src/cpp/util/status.cc
746 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700747 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748 uses:
yang-g17487f92016-06-03 15:21:15 -0700749 - grpc++_codegen_base
750- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751 language: c++
752 public_headers:
753 - include/grpc++/impl/codegen/async_stream.h
754 - include/grpc++/impl/codegen/async_unary_call.h
755 - include/grpc++/impl/codegen/call.h
756 - include/grpc++/impl/codegen/call_hook.h
757 - include/grpc++/impl/codegen/channel_interface.h
758 - include/grpc++/impl/codegen/client_context.h
759 - include/grpc++/impl/codegen/client_unary_call.h
760 - include/grpc++/impl/codegen/completion_queue.h
761 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700762 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 - include/grpc++/impl/codegen/core_codegen_interface.h
764 - include/grpc++/impl/codegen/create_auth_context.h
765 - include/grpc++/impl/codegen/grpc_library.h
766 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700767 - include/grpc++/impl/codegen/rpc_method.h
768 - include/grpc++/impl/codegen/rpc_service_method.h
769 - include/grpc++/impl/codegen/security/auth_context.h
770 - include/grpc++/impl/codegen/serialization_traits.h
771 - include/grpc++/impl/codegen/server_context.h
772 - include/grpc++/impl/codegen/server_interface.h
773 - include/grpc++/impl/codegen/service_type.h
774 - include/grpc++/impl/codegen/status.h
775 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700776 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 - include/grpc++/impl/codegen/string_ref.h
778 - include/grpc++/impl/codegen/stub_options.h
779 - include/grpc++/impl/codegen/sync.h
780 - include/grpc++/impl/codegen/sync_cxx11.h
781 - include/grpc++/impl/codegen/sync_no_cxx11.h
782 - include/grpc++/impl/codegen/sync_stream.h
783 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 uses:
785 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700786- name: grpc++_codegen_base_src
787 language: c++
788 src:
789 - src/cpp/codegen/codegen_init.cc
790 uses:
791 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700792- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 language: c++
794 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700795 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 uses:
yang-g17487f92016-06-03 15:21:15 -0700797 - grpc++_codegen_base
798 - grpc++_config_proto
799- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 language: c++
801 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700803- name: grpc++_reflection_proto
804 language: c++
805 public_headers:
806 - include/grpc++/ext/reflection.grpc.pb.h
807 - include/grpc++/ext/reflection.pb.h
808 src:
809 - src/cpp/ext/reflection.grpc.pb.cc
810 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700811 uses:
812 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700813- name: thrift_util
814 language: c++
815 public_headers:
816 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700817 - include/grpc++/impl/codegen/thrift_utils.h
818 uses:
819 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100820libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800821- name: gpr
822 build: all
823 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800824 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700825 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800826 secure: false
827 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
828- name: gpr_test_util
829 build: private
830 language: c
831 headers:
832 - test/core/util/test_config.h
833 src:
834 - test/core/util/test_config.c
835 deps:
836 - gpr
837 secure: false
838 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700839- name: grpc
840 build: all
841 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 src:
843 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700844 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800845 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700846 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700847 filegroups:
848 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700849 - grpc_transport_chttp2_server_secure
850 - grpc_transport_chttp2_client_secure
851 - grpc_transport_chttp2_server_insecure
852 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700853 - grpc_lb_policy_grpclb
854 - grpc_lb_policy_pick_first
855 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700856 - grpc_resolver_dns_native
857 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700858 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100859 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700860 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700861 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700862 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700863 vs_packages:
864 - grpc.dependencies.openssl
865 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700866 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700867- name: grpc_cronet
868 build: all
869 language: c
870 src:
871 - src/core/lib/surface/init.c
872 baselib: true
873 deps_linkage: static
874 dll: true
875 filegroups:
876 - grpc_base
877 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700878 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700879 generate_plugin_registry: true
880 platforms:
881 - linux
882 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100883- name: grpc_dll
884 build: private
885 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100886 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100887 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100888 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100889 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100890 build_system:
891 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100892 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100893 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100894 vs_config_type: DynamicLibrary
895 vs_packages:
896 - grpc.dependencies.openssl
897 - grpc.dependencies.zlib
898 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
899 vs_props:
900 - zlib
901 - openssl
902 - winsock
903 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700904- name: grpc_test_util
905 build: private
906 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700907 headers:
908 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800909 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700910 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700911 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700912 - test/core/end2end/data/server1_cert.c
913 - test/core/end2end/data/server1_key.c
914 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800915 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700916 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800917 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800918 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700919 - grpc
920 filegroups:
921 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700922 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700923 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
924- name: grpc_test_util_unsecure
925 build: private
926 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700927 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800928 - gpr
929 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800930 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700931 filegroups:
932 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700933 secure: false
934 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
935- name: grpc_unsecure
936 build: all
937 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700938 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700940 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700941 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800942 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700943 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700944 filegroups:
945 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700946 - grpc_transport_chttp2_server_insecure
947 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700948 - grpc_resolver_dns_native
949 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700950 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700951 - grpc_lb_policy_grpclb
952 - grpc_lb_policy_pick_first
953 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700954 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700955 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 secure: false
957 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700958- name: reconnect_server
959 build: private
960 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700961 headers:
962 - test/core/util/reconnect_server.h
963 src:
964 - test/core/util/reconnect_server.c
965 deps:
yang-gc9fca182015-11-06 16:41:33 -0800966 - test_tcp_server
967 - grpc_test_util
968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800969 - gpr_test_util
970 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800971- name: test_tcp_server
972 build: private
973 language: c
974 headers:
975 - test/core/util/test_tcp_server.h
976 src:
977 - test/core/util/test_tcp_server.c
978 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700979 - grpc_test_util
980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800981 - gpr_test_util
982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983- name: grpc++
984 build: all
985 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700986 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700987 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700988 - src/cpp/client/secure_credentials.h
989 - src/cpp/common/secure_auth_context.h
990 - src/cpp/server/secure_server_credentials.h
991 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -0700992 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700993 - src/cpp/client/secure_credentials.cc
994 - src/cpp/common/auth_property_iterator.cc
995 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800996 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700997 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -0700998 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700999 - src/cpp/server/secure_server_credentials.cc
1000 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001001 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002 baselib: true
1003 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001004 filegroups:
1005 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001006 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001007 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008 secure: check
1009 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -07001010- name: grpc++_reflection
1011 build: all
1012 language: c++
1013 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001014 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001015 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001016 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001017 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001018 - src/cpp/ext/proto_server_reflection.cc
1019 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001020 deps:
1021 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001022 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001023 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001024- name: grpc++_reflection_codegen
1025 build: private
1026 language: c++
1027 src:
1028 - src/proto/grpc/reflection/v1alpha/reflection.proto
yang-g42879982016-10-13 15:58:31 -07001029- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001030 build: private
yang-g42879982016-10-13 15:58:31 -07001031 language: c++
1032 headers:
1033 - include/grpc++/test/server_context_test_spouse.h
1034 src:
1035 - src/cpp/test/server_context_test_spouse.cc
1036 deps:
1037 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038- name: grpc++_test_config
1039 build: private
1040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001041 headers:
1042 - test/cpp/util/test_config.h
1043 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001044 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045- name: grpc++_test_util
1046 build: private
1047 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001048 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001049 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001050 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001051 - test/cpp/util/create_test_channel.h
1052 - test/cpp/util/string_ref_helper.h
1053 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001054 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001055 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001056 - src/proto/grpc/testing/echo_messages.proto
1057 - src/proto/grpc/testing/echo.proto
1058 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001059 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001060 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001061 - test/cpp/util/create_test_channel.cc
1062 - test/cpp/util/string_ref_helper.cc
1063 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001064 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001065 deps:
1066 - grpc++
1067 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001068 filegroups:
1069 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001070 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001071 - grpc++_codegen_proto
1072 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001073 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001074- name: grpc++_unsecure
1075 build: all
1076 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001077 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001078 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001079 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001080 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001081 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001082 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001083 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001084 baselib: true
1085 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001086 filegroups:
1087 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001088 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001089 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090 secure: false
1091 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001092- name: grpc_cli_libs
1093 build: private
1094 language: c++
1095 headers:
1096 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001097 - test/cpp/util/cli_credentials.h
1098 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001099 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001100 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001101 - test/cpp/util/proto_reflection_descriptor_database.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001102 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001103 src:
1104 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001105 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001106 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001107 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001108 - test/cpp/util/proto_reflection_descriptor_database.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001109 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001110 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001111 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001112 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001113- name: grpc_plugin_support
1114 build: protoc
1115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001116 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001117 - src/compiler/config.h
1118 - src/compiler/cpp_generator.h
1119 - src/compiler/cpp_generator_helpers.h
1120 - src/compiler/csharp_generator.h
1121 - src/compiler/csharp_generator_helpers.h
1122 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001123 - src/compiler/node_generator.h
1124 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001125 - src/compiler/objective_c_generator.h
1126 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001127 - src/compiler/php_generator.h
1128 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001129 - src/compiler/python_generator.h
1130 - src/compiler/ruby_generator.h
1131 - src/compiler/ruby_generator_helpers-inl.h
1132 - src/compiler/ruby_generator_map-inl.h
1133 - src/compiler/ruby_generator_string-inl.h
1134 src:
1135 - src/compiler/cpp_generator.cc
1136 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001137 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001138 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001139 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001140 - src/compiler/python_generator.cc
1141 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001142 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001143 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001144 secure: false
1145 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001146 vs_props:
1147 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001148- name: interop_client_helper
1149 build: private
1150 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001151 headers:
1152 - test/cpp/interop/client_helper.h
1153 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001154 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001155 - test/cpp/interop/client_helper.cc
1156 deps:
1157 - grpc++_test_util
1158 - grpc_test_util
1159 - grpc++
1160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001161 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001162- name: interop_client_main
1163 build: private
1164 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001165 headers:
1166 - test/cpp/interop/interop_client.h
1167 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001168 - src/proto/grpc/testing/empty.proto
1169 - src/proto/grpc/testing/messages.proto
1170 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001171 - test/cpp/interop/client.cc
1172 - test/cpp/interop/interop_client.cc
1173 deps:
1174 - interop_client_helper
1175 - grpc++_test_util
1176 - grpc_test_util
1177 - grpc++
1178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001179 - gpr_test_util
1180 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001181 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182- name: interop_server_helper
1183 build: private
1184 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001185 headers:
1186 - test/cpp/interop/server_helper.h
1187 src:
1188 - test/cpp/interop/server_helper.cc
1189 deps:
1190 - grpc_test_util
1191 - grpc++
1192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001193 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001194- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001195 build: private
1196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001197 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001198 - src/proto/grpc/testing/empty.proto
1199 - src/proto/grpc/testing/messages.proto
1200 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001201 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001202 deps:
1203 - interop_server_helper
1204 - grpc++_test_util
1205 - grpc_test_util
1206 - grpc++
1207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001208 - gpr_test_util
1209 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001210 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001211- name: interop_server_main
1212 build: private
1213 language: c++
1214 src:
1215 - test/cpp/interop/interop_server_bootstrap.cc
1216 deps:
1217 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001218- name: qps
1219 build: private
1220 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001221 headers:
1222 - test/cpp/qps/client.h
1223 - test/cpp/qps/driver.h
1224 - test/cpp/qps/histogram.h
1225 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001226 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001227 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001228 - test/cpp/qps/qps_worker.h
1229 - test/cpp/qps/report.h
1230 - test/cpp/qps/server.h
1231 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001232 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001233 - test/cpp/util/benchmark_config.h
1234 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001235 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001236 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001237 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001238 - src/proto/grpc/testing/control.proto
1239 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001240 - test/cpp/qps/client_async.cc
1241 - test/cpp/qps/client_sync.cc
1242 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001243 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001244 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001245 - test/cpp/qps/qps_worker.cc
1246 - test/cpp/qps/report.cc
1247 - test/cpp/qps/server_async.cc
1248 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001249 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001250 - test/cpp/util/benchmark_config.cc
1251 deps:
1252 - grpc_test_util
1253 - grpc++_test_util
1254 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255- name: grpc_csharp_ext
1256 build: all
1257 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001258 src:
1259 - src/csharp/ext/grpc_csharp_ext.c
1260 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001262 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001263 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001264 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001265 dll: only
1266 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001267 vs_packages:
1268 - grpc.dependencies.openssl
1269 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001270 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001271 vs_props:
1272 - zlib
1273 - openssl
1274 - winsock
1275 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001276targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001277- name: alarm_test
1278 build: test
1279 language: c
1280 src:
1281 - test/core/surface/alarm_test.c
1282 deps:
1283 - grpc_test_util
1284 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001285 - gpr_test_util
1286 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001287- name: algorithm_test
1288 build: test
1289 language: c
1290 src:
1291 - test/core/compression/algorithm_test.c
1292 deps:
1293 - grpc_test_util
1294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr_test_util
1296 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001297- name: alloc_test
1298 build: test
1299 language: c
1300 src:
1301 - test/core/support/alloc_test.c
1302 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001303 - gpr_test_util
1304 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001305- name: alpn_test
1306 build: test
1307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001308 src:
1309 - test/core/transport/chttp2/alpn_test.c
1310 deps:
1311 - grpc_test_util
1312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001313 - gpr_test_util
1314 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001315- name: api_fuzzer
1316 build: fuzzer
1317 language: c
1318 src:
1319 - test/core/end2end/fuzzers/api_fuzzer.c
1320 deps:
1321 - grpc_test_util
1322 - grpc
1323 - gpr_test_util
1324 - gpr
1325 corpus_dirs:
1326 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001327 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001328 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001329- name: bad_server_response_test
1330 build: test
1331 language: c
1332 src:
1333 - test/core/end2end/bad_server_response_test.c
1334 deps:
1335 - test_tcp_server
1336 - grpc_test_util
1337 - grpc
1338 - gpr_test_util
1339 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001340- name: bin_decoder_test
1341 build: test
1342 language: c
1343 src:
1344 - test/core/transport/chttp2/bin_decoder_test.c
1345 deps:
1346 - grpc_test_util
1347 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348- name: bin_encoder_test
1349 build: test
1350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001351 src:
1352 - test/core/transport/chttp2/bin_encoder_test.c
1353 deps:
1354 - grpc_test_util
1355 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001356- name: census_context_test
1357 build: test
1358 language: c
1359 src:
1360 - test/core/census/context_test.c
1361 deps:
1362 - grpc_test_util
1363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001364 - gpr_test_util
1365 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001366- name: census_resource_test
1367 build: test
1368 language: c
1369 src:
1370 - test/core/census/resource_test.c
1371 deps:
1372 - grpc_test_util
1373 - grpc
1374 - gpr_test_util
1375 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001376- name: census_trace_context_test
1377 build: test
1378 language: c
1379 src:
1380 - test/core/census/trace_context_test.c
1381 deps:
1382 - grpc_test_util
1383 - grpc
1384 - gpr_test_util
1385 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001386- name: channel_create_test
1387 build: test
1388 language: c
1389 src:
1390 - test/core/surface/channel_create_test.c
1391 deps:
1392 - grpc_test_util
1393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001394 - gpr_test_util
1395 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001396- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001397 build: test
1398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001399 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001400 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001401 deps:
1402 - grpc_test_util
1403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001404 - gpr_test_util
1405 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001406- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407 build: test
1408 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001409 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001410 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001411 deps:
1412 - grpc_test_util
1413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001414 - gpr_test_util
1415 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001416- name: chttp2_stream_map_test
1417 build: test
1418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001419 src:
1420 - test/core/transport/chttp2/stream_map_test.c
1421 deps:
1422 - grpc_test_util
1423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001424 - gpr_test_util
1425 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001426- name: chttp2_varint_test
1427 build: test
1428 language: c
1429 src:
1430 - test/core/transport/chttp2/varint_test.c
1431 deps:
1432 - grpc_test_util
1433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001434 - gpr_test_util
1435 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001436- name: client_fuzzer
1437 build: fuzzer
1438 language: c
1439 src:
1440 - test/core/end2end/fuzzers/client_fuzzer.c
1441 deps:
1442 - grpc_test_util
1443 - grpc
1444 - gpr_test_util
1445 - gpr
1446 corpus_dirs:
1447 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001448 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001449 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001450- name: combiner_test
1451 cpu_cost: 30
1452 build: test
1453 language: c
1454 src:
1455 - test/core/iomgr/combiner_test.c
1456 deps:
1457 - grpc_test_util
1458 - grpc
1459 - gpr_test_util
1460 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: compression_test
1462 build: test
1463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001464 src:
1465 - test/core/compression/compression_test.c
1466 deps:
1467 - grpc_test_util
1468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001469 - gpr_test_util
1470 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001471- name: concurrent_connectivity_test
1472 build: test
1473 language: c
1474 src:
1475 - test/core/surface/concurrent_connectivity_test.c
1476 deps:
1477 - grpc_test_util
1478 - grpc
1479 - gpr_test_util
1480 - gpr
Craig Tiller012372f2016-09-26 10:23:34 -07001481- name: connection_refused_test
1482 cpu_cost: 0.1
1483 build: test
1484 language: c
1485 src:
1486 - test/core/end2end/connection_refused_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
1490 - gpr_test_util
1491 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001492- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001493 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001494 build: test
1495 language: c
1496 src:
1497 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
1501 - gpr_test_util
1502 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001503- name: dns_resolver_test
1504 build: test
1505 language: c
1506 src:
1507 - test/core/client_config/resolvers/dns_resolver_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001511 - gpr_test_util
1512 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001513- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001514 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515 build: test
1516 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001517 src:
1518 - test/core/end2end/dualstack_socket_test.c
1519 deps:
1520 - grpc_test_util
1521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001522 - gpr_test_util
1523 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001524 platforms:
1525 - mac
1526 - linux
1527 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001528- name: endpoint_pair_test
1529 build: test
1530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001531 src:
1532 - test/core/iomgr/endpoint_pair_test.c
1533 deps:
1534 - grpc_test_util
1535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001538- name: ev_epoll_linux_test
1539 build: test
1540 language: c
1541 src:
1542 - test/core/iomgr/ev_epoll_linux_test.c
1543 deps:
1544 - grpc_test_util
1545 - grpc
1546 - gpr_test_util
1547 - gpr
1548 platforms:
1549 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001550- name: fd_conservation_posix_test
1551 build: test
1552 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001553 src:
1554 - test/core/iomgr/fd_conservation_posix_test.c
1555 deps:
1556 - grpc_test_util
1557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001558 - gpr_test_util
1559 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001560 platforms:
1561 - mac
1562 - linux
1563 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001564- name: fd_posix_test
1565 build: test
1566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001567 src:
1568 - test/core/iomgr/fd_posix_test.c
1569 deps:
1570 - grpc_test_util
1571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001572 - gpr_test_util
1573 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001574 platforms:
1575 - mac
1576 - linux
1577 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: fling_client
1579 build: test
1580 run: false
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/fling/client.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: fling_server
1590 build: test
1591 run: false
1592 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001593 src:
1594 - test/core/fling/server.c
1595 deps:
1596 - grpc_test_util
1597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001598 - gpr_test_util
1599 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001600- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001601 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001602 build: test
1603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001604 src:
1605 - test/core/fling/fling_stream_test.c
1606 deps:
1607 - grpc_test_util
1608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001611 platforms:
1612 - mac
1613 - linux
1614 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001615- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001616 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001617 build: test
1618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001619 src:
1620 - test/core/fling/fling_test.c
1621 deps:
1622 - grpc_test_util
1623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001624 - gpr_test_util
1625 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001626 platforms:
1627 - mac
1628 - linux
1629 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630- name: gen_hpack_tables
1631 build: tool
1632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
1634 - tools/codegen/core/gen_hpack_tables.c
1635 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001637 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638- name: gen_legal_metadata_characters
1639 build: tool
1640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001641 src:
1642 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001643 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001644- name: gen_percent_encoding_tables
1645 build: tool
1646 language: c
1647 src:
1648 - tools/codegen/core/gen_percent_encoding_tables.c
1649 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001650- name: goaway_server_test
1651 cpu_cost: 0.1
1652 build: test
1653 language: c
1654 src:
1655 - test/core/end2end/goaway_server_test.c
1656 deps:
1657 - grpc_test_util
1658 - grpc
1659 - gpr_test_util
1660 - gpr
1661 platforms:
1662 - mac
1663 - linux
1664 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001665- name: gpr_avl_test
1666 build: test
1667 language: c
1668 src:
1669 - test/core/support/avl_test.c
1670 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001673- name: gpr_backoff_test
1674 build: test
1675 language: c
1676 src:
1677 - test/core/support/backoff_test.c
1678 deps:
1679 - gpr_test_util
1680 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001681- name: gpr_cmdline_test
1682 build: test
1683 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001684 src:
1685 - test/core/support/cmdline_test.c
1686 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001687 - gpr_test_util
1688 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001689- name: gpr_cpu_test
1690 build: test
1691 language: c
1692 src:
1693 - test/core/support/cpu_test.c
1694 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr_test_util
1696 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697- name: gpr_env_test
1698 build: test
1699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - test/core/support/env_test.c
1702 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001703 - gpr_test_util
1704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705- name: gpr_histogram_test
1706 build: test
1707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001708 src:
1709 - test/core/support/histogram_test.c
1710 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713- name: gpr_host_port_test
1714 build: test
1715 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001716 src:
1717 - test/core/support/host_port_test.c
1718 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr_test_util
1720 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721- name: gpr_log_test
1722 build: test
1723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001724 src:
1725 - test/core/support/log_test.c
1726 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001729- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001730 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001731 build: test
1732 language: c
1733 src:
1734 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001735 deps:
1736 - gpr_test_util
1737 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001738- name: gpr_percent_encoding_test
1739 build: test
1740 language: c
1741 src:
1742 - test/core/support/percent_encoding_test.c
Craig Tiller18879dc2016-05-02 22:13:48 -07001743 deps:
1744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: gpr_slice_buffer_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/support/slice_buffer_test.c
1751 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001752 - gpr_test_util
1753 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001754- name: gpr_slice_test
1755 build: test
1756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001757 src:
1758 - test/core/support/slice_test.c
1759 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001760 - gpr_test_util
1761 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001763 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764 build: test
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
1767 - test/core/support/stack_lockfree_test.c
1768 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001769 - gpr_test_util
1770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771- name: gpr_string_test
1772 build: test
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/support/string_test.c
1776 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001780 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001781 build: test
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
1784 - test/core/support/sync_test.c
1785 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001789 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790 build: test
1791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
1793 - test/core/support/thd_test.c
1794 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr_test_util
1796 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797- name: gpr_time_test
1798 build: test
1799 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001800 src:
1801 - test/core/support/time_test.c
1802 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001803 - gpr_test_util
1804 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001805- name: gpr_tls_test
1806 build: test
1807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001808 src:
1809 - test/core/support/tls_test.c
1810 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: gpr_useful_test
1814 build: test
1815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/support/useful_test.c
1818 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr_test_util
1820 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001821- name: grpc_auth_context_test
1822 build: test
1823 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001824 src:
1825 - test/core/security/auth_context_test.c
1826 deps:
1827 - grpc_test_util
1828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 - gpr_test_util
1830 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001831- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832 build: test
1833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001834 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001835 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001836 deps:
1837 - grpc_test_util
1838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841- name: grpc_byte_buffer_reader_test
1842 build: test
1843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001844 src:
1845 - test/core/surface/byte_buffer_reader_test.c
1846 deps:
1847 - grpc_test_util
1848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001849 - gpr_test_util
1850 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851- name: grpc_channel_args_test
1852 build: test
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - test/core/channel/channel_args_test.c
1856 deps:
1857 - grpc_test_util
1858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001861- name: grpc_channel_stack_test
1862 build: test
1863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
1865 - test/core/channel/channel_stack_test.c
1866 deps:
1867 - grpc_test_util
1868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr_test_util
1870 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001871- name: grpc_completion_queue_test
1872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - test/core/surface/completion_queue_test.c
1876 deps:
1877 - grpc_test_util
1878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr_test_util
1880 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881- name: grpc_create_jwt
1882 build: tool
1883 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001884 src:
1885 - test/core/security/create_jwt.c
1886 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001889 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890- name: grpc_credentials_test
1891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
1894 - test/core/security/credentials_test.c
1895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001901 build: test
1902 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
1905 - test/core/security/fetch_oauth2.c
1906 deps:
1907 - grpc_test_util
1908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001911- name: grpc_invalid_channel_args_test
1912 build: test
1913 language: c
1914 src:
1915 - test/core/surface/invalid_channel_args_test.c
1916 deps:
1917 - grpc_test_util
1918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001919 - gpr_test_util
1920 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001921- name: grpc_json_token_test
1922 build: test
1923 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001924 src:
1925 - test/core/security/json_token_test.c
1926 deps:
1927 - grpc_test_util
1928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001929 - gpr_test_util
1930 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001931 platforms:
1932 - linux
1933 - posix
1934 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935- name: grpc_jwt_verifier_test
1936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/security/jwt_verifier_test.c
1940 deps:
1941 - grpc_test_util
1942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945- name: grpc_print_google_default_creds_token
1946 build: tool
1947 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001948 src:
1949 - test/core/security/print_google_default_creds_token.c
1950 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953- name: grpc_security_connector_test
1954 build: test
1955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001956 src:
1957 - test/core/security/security_connector_test.c
1958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963- name: grpc_verify_jwt
1964 build: tool
1965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001966 src:
1967 - test/core/security/verify_jwt.c
1968 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001970 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001971- name: hpack_parser_fuzzer_test
1972 build: fuzzer
1973 language: c
1974 src:
1975 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1976 deps:
1977 - grpc_test_util
1978 - grpc
1979 - gpr_test_util
1980 - gpr
1981 corpus_dirs:
1982 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001983 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001984 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: hpack_parser_test
1986 build: test
1987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - test/core/transport/chttp2/hpack_parser_test.c
1990 deps:
1991 - grpc_test_util
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: hpack_table_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/transport/chttp2/hpack_table_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002005- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002009 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002015- name: http_request_fuzzer_test
2016 build: fuzzer
2017 language: c
2018 src:
2019 - test/core/http/request_fuzzer.c
2020 deps:
2021 - grpc_test_util
2022 - grpc
2023 - gpr_test_util
2024 - gpr
2025 corpus_dirs:
2026 - test/core/http/corpus
2027 maxlen: 2048
2028- name: http_response_fuzzer_test
2029 build: fuzzer
2030 language: c
2031 src:
2032 - test/core/http/response_fuzzer.c
2033 deps:
2034 - grpc_test_util
2035 - grpc
2036 - gpr_test_util
2037 - gpr
2038 corpus_dirs:
2039 - test/core/http/corpus
2040 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002041- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042 build: test
2043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002044 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002045 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002046 deps:
2047 - grpc_test_util
2048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 - gpr_test_util
2050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002052 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053 build: test
2054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002055 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002056 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002057 deps:
2058 - grpc_test_util
2059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr_test_util
2061 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002062 platforms:
2063 - mac
2064 - linux
2065 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002066- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002067 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002068 build: test
2069 language: c
2070 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002071 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002072 deps:
2073 - grpc_test_util
2074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002075 - gpr_test_util
2076 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002077 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002078 - linux
yang-gf1183302015-12-07 16:02:05 -08002079- name: init_test
2080 build: test
2081 language: c
2082 src:
2083 - test/core/surface/init_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002089- name: internal_api_canary_iomgr_test
2090 build: test
2091 run: false
2092 language: c
2093 src:
2094 - test/core/internal_api_canaries/iomgr.c
2095 deps:
2096 - grpc_test_util
2097 - grpc
2098 - gpr_test_util
2099 - gpr
2100- name: internal_api_canary_support_test
2101 build: test
2102 run: false
2103 language: c
2104 src:
2105 - test/core/internal_api_canaries/iomgr.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
2109 - gpr_test_util
2110 - gpr
2111- name: internal_api_canary_transport_test
2112 build: test
2113 run: false
2114 language: c
2115 src:
2116 - test/core/internal_api_canaries/iomgr.c
2117 deps:
2118 - grpc_test_util
2119 - grpc
2120 - gpr_test_util
2121 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002122- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002123 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002124 build: test
2125 language: c
2126 src:
2127 - test/core/end2end/invalid_call_argument_test.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002131 - gpr_test_util
2132 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002133- name: json_fuzzer_test
2134 build: fuzzer
2135 language: c
2136 src:
2137 - test/core/json/fuzzer.c
2138 deps:
2139 - grpc_test_util
2140 - grpc
2141 - gpr_test_util
2142 - gpr
2143 corpus_dirs:
2144 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002145 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146- name: json_rewrite
2147 build: test
2148 run: false
2149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - test/core/json/json_rewrite.c
2152 deps:
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002155- name: json_rewrite_test
2156 build: test
2157 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002158 src:
2159 - test/core/json/json_rewrite_test.c
2160 deps:
2161 - grpc_test_util
2162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002163 - gpr_test_util
2164 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002165- name: json_stream_error_test
2166 build: test
2167 language: c
2168 src:
2169 - test/core/json/json_stream_error_test.c
2170 deps:
2171 - grpc_test_util
2172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002173 - gpr_test_util
2174 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002175- name: json_test
2176 build: test
2177 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002178 src:
2179 - test/core/json/json_test.c
2180 deps:
2181 - grpc_test_util
2182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002183 - gpr_test_util
2184 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002185- name: lame_client_test
2186 build: test
2187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002188 src:
2189 - test/core/surface/lame_client_test.c
2190 deps:
2191 - grpc_test_util
2192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002193 - gpr_test_util
2194 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002195- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002196 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002197 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002198 build: test
2199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002200 src:
2201 - test/core/client_config/lb_policies_test.c
2202 deps:
2203 - grpc_test_util
2204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr_test_util
2206 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002207- name: load_file_test
2208 build: test
2209 language: c
2210 src:
2211 - test/core/iomgr/load_file_test.c
2212 deps:
2213 - grpc_test_util
2214 - grpc
2215 - gpr_test_util
2216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002217- name: low_level_ping_pong_benchmark
2218 build: benchmark
2219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002220 src:
2221 - test/core/network_benchmarks/low_level_ping_pong.c
2222 deps:
2223 - grpc_test_util
2224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002227 platforms:
2228 - mac
2229 - linux
2230 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231- name: message_compress_test
2232 build: test
2233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002234 src:
2235 - test/core/compression/message_compress_test.c
2236 deps:
2237 - grpc_test_util
2238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002241- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002242 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002243 build: test
2244 language: c
2245 src:
2246 - test/core/census/mlog_test.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
2250 - gpr_test_util
2251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002252- name: multiple_server_queues_test
2253 build: test
2254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002255 src:
2256 - test/core/end2end/multiple_server_queues_test.c
2257 deps:
2258 - grpc_test_util
2259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002260 - gpr_test_util
2261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: murmur_hash_test
2263 build: test
2264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002265 src:
2266 - test/core/support/murmur_hash_test.c
2267 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr_test_util
2269 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002270- name: nanopb_fuzzer_response_test
2271 build: fuzzer
2272 language: c
2273 src:
2274 - test/core/nanopb/fuzzer_response.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
2278 - gpr_test_util
2279 - gpr
2280 corpus_dirs:
2281 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002282 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002283- name: nanopb_fuzzer_serverlist_test
2284 build: fuzzer
2285 language: c
2286 src:
2287 - test/core/nanopb/fuzzer_serverlist.c
2288 deps:
2289 - grpc_test_util
2290 - grpc
2291 - gpr_test_util
2292 - gpr
2293 corpus_dirs:
2294 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002295 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002297 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298 build: test
2299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/core/end2end/no_server_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002307- name: percent_decode_fuzzer
2308 build: fuzzer
2309 language: c
2310 src:
2311 - test/core/support/percent_decode_fuzzer.c
2312 deps:
2313 - grpc_test_util
2314 - grpc
2315 - gpr_test_util
2316 - gpr
2317 corpus_dirs:
2318 - test/core/support/percent_decode_corpus
2319 maxlen: 32
2320- name: percent_encode_fuzzer
2321 build: fuzzer
2322 language: c
2323 src:
2324 - test/core/support/percent_encode_fuzzer.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
2328 - gpr_test_util
2329 - gpr
2330 corpus_dirs:
2331 - test/core/support/percent_encode_corpus
2332 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002333- name: resolve_address_test
2334 build: test
2335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002336 src:
2337 - test/core/iomgr/resolve_address_test.c
2338 deps:
2339 - grpc_test_util
2340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002341 - gpr_test_util
2342 - gpr
yang-gd482e592015-12-10 14:04:00 -08002343- name: secure_channel_create_test
2344 build: test
2345 language: c
2346 src:
2347 - test/core/surface/secure_channel_create_test.c
2348 deps:
2349 - grpc_test_util
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353- name: secure_endpoint_test
2354 build: test
2355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002356 src:
2357 - test/core/security/secure_endpoint_test.c
2358 deps:
2359 - grpc_test_util
2360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002361 - gpr_test_util
2362 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002363- name: sequential_connectivity_test
2364 build: test
2365 language: c
2366 src:
2367 - test/core/surface/sequential_connectivity_test.c
2368 deps:
2369 - grpc_test_util
2370 - grpc
2371 - gpr_test_util
2372 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002373- name: server_chttp2_test
2374 build: test
2375 language: c
2376 src:
2377 - test/core/surface/server_chttp2_test.c
2378 deps:
2379 - grpc_test_util
2380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002381 - gpr_test_util
2382 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002383- name: server_fuzzer
2384 build: fuzzer
2385 language: c
2386 src:
2387 - test/core/end2end/fuzzers/server_fuzzer.c
2388 deps:
2389 - grpc_test_util
2390 - grpc
2391 - gpr_test_util
2392 - gpr
2393 corpus_dirs:
2394 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002395 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002396 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002397- name: server_test
2398 build: test
2399 language: c
2400 src:
2401 - test/core/surface/server_test.c
2402 deps:
2403 - grpc_test_util
2404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002405 - gpr_test_util
2406 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002407- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002408 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002409 build: test
2410 language: c
2411 src:
2412 - test/core/client_config/set_initial_connect_string_test.c
2413 deps:
2414 - test_tcp_server
2415 - grpc_test_util
2416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002419- name: sockaddr_resolver_test
2420 build: test
2421 language: c
2422 src:
2423 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2424 deps:
2425 - grpc_test_util
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002429- name: sockaddr_utils_test
2430 build: test
2431 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002432 src:
2433 - test/core/iomgr/sockaddr_utils_test.c
2434 deps:
2435 - grpc_test_util
2436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr_test_util
2438 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002439- name: socket_utils_test
2440 build: test
2441 language: c
2442 src:
2443 - test/core/iomgr/socket_utils_test.c
2444 deps:
2445 - grpc_test_util
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002449 platforms:
2450 - mac
2451 - linux
2452 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002453- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002454 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455 build: test
2456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002457 src:
2458 - test/core/iomgr/tcp_client_posix_test.c
2459 deps:
2460 - grpc_test_util
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002464 platforms:
2465 - mac
2466 - linux
2467 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002469 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470 build: test
2471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002472 src:
2473 - test/core/iomgr/tcp_posix_test.c
2474 deps:
2475 - grpc_test_util
2476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002477 - gpr_test_util
2478 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002479 platforms:
2480 - mac
2481 - linux
2482 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002483- name: tcp_server_posix_test
2484 build: test
2485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002486 src:
2487 - test/core/iomgr/tcp_server_posix_test.c
2488 deps:
2489 - grpc_test_util
2490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002491 - gpr_test_util
2492 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002493 platforms:
2494 - mac
2495 - linux
2496 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497- name: time_averaged_stats_test
2498 build: test
2499 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002500 src:
2501 - test/core/iomgr/time_averaged_stats_test.c
2502 deps:
2503 - grpc_test_util
2504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002505 - gpr_test_util
2506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002507- name: timeout_encoding_test
2508 build: test
2509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002510 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002511 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002512 deps:
2513 - grpc_test_util
2514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002515 - gpr_test_util
2516 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002517- name: timer_heap_test
2518 build: test
2519 language: c
2520 src:
2521 - test/core/iomgr/timer_heap_test.c
2522 deps:
2523 - grpc_test_util
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002527- name: timer_list_test
2528 build: test
2529 language: c
2530 src:
2531 - test/core/iomgr/timer_list_test.c
2532 deps:
2533 - grpc_test_util
2534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002535 - gpr_test_util
2536 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002537- name: transport_connectivity_state_test
2538 build: test
2539 language: c
2540 src:
2541 - test/core/transport/connectivity_state_test.c
2542 deps:
2543 - grpc_test_util
2544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002545 - gpr_test_util
2546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002547- name: transport_metadata_test
2548 build: test
2549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002550 src:
2551 - test/core/transport/metadata_test.c
2552 deps:
2553 - grpc_test_util
2554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr_test_util
2556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002557- name: transport_security_test
2558 build: test
2559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002560 src:
2561 - test/core/tsi/transport_security_test.c
2562 deps:
2563 - grpc_test_util
2564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002565 - gpr_test_util
2566 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002567 platforms:
2568 - linux
2569 - posix
2570 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002571- name: udp_server_test
2572 build: test
2573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
2575 - test/core/iomgr/udp_server_test.c
2576 deps:
2577 - grpc_test_util
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr_test_util
2580 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002581 platforms:
2582 - mac
2583 - linux
2584 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002585- name: uri_fuzzer_test
2586 build: fuzzer
2587 language: c
2588 src:
2589 - test/core/client_config/uri_fuzzer_test.c
2590 deps:
2591 - grpc_test_util
2592 - grpc
2593 - gpr_test_util
2594 - gpr
2595 corpus_dirs:
2596 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002597 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598- name: uri_parser_test
2599 build: test
2600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002601 src:
2602 - test/core/client_config/uri_parser_test.c
2603 deps:
2604 - grpc_test_util
2605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002606 - gpr_test_util
2607 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002608- name: wakeup_fd_cv_test
2609 build: test
2610 language: c
2611 src:
2612 - test/core/iomgr/wakeup_fd_cv_test.c
2613 deps:
2614 - grpc_test_util
2615 - grpc
2616 - gpr_test_util
2617 - gpr
2618 platforms:
2619 - mac
2620 - linux
2621 - posix
vjpai04e992a2016-02-10 16:58:38 -08002622- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002623 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002624 build: test
2625 language: c++
2626 src:
2627 - test/cpp/common/alarm_cpp_test.cc
2628 deps:
2629 - grpc++_test_util
2630 - grpc_test_util
2631 - grpc++
2632 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002633 - gpr_test_util
2634 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002635- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002636 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637 build: test
2638 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002639 src:
2640 - test/cpp/end2end/async_end2end_test.cc
2641 deps:
2642 - grpc++_test_util
2643 - grpc_test_util
2644 - grpc++
2645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr_test_util
2647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002648- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002649 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650 build: test
2651 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002652 src:
2653 - test/cpp/common/auth_property_iterator_test.cc
2654 deps:
2655 - grpc++_test_util
2656 - grpc_test_util
2657 - grpc++
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr_test_util
2660 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002661- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002662 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002663 build: test
2664 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002665 src:
yang-g52705592015-11-25 11:45:33 -08002666 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002667 deps:
2668 - grpc++
2669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002671- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002672 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002673 build: test
2674 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002675 src:
2676 - test/cpp/util/cli_call_test.cc
2677 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002678 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002679 - grpc++_test_util
2680 - grpc_test_util
2681 - grpc++
2682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002683 - gpr_test_util
2684 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002685- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002686 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002687 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002688 build: test
2689 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002690 src:
2691 - test/cpp/end2end/client_crash_test.cc
2692 deps:
2693 - grpc++_test_util
2694 - grpc_test_util
2695 - grpc++
2696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002697 - gpr_test_util
2698 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002699 platforms:
2700 - mac
2701 - linux
2702 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002703- name: client_crash_test_server
2704 build: test
2705 run: false
2706 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
2708 - test/cpp/end2end/client_crash_test_server.cc
2709 deps:
2710 - grpc++_test_util
2711 - grpc_test_util
2712 - grpc++
2713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002714 - gpr_test_util
2715 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002716- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002717 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002718 build: test
2719 language: c++
2720 src:
2721 - src/proto/grpc/testing/control.proto
2722 - src/proto/grpc/testing/messages.proto
2723 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002724 - src/proto/grpc/testing/services.proto
2725 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002726 - test/cpp/codegen/codegen_test_full.cc
2727 deps:
2728 - grpc++
2729 - grpc
2730 - gpr
2731 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002732 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002733- name: codegen_test_minimal
2734 gtest: true
2735 build: test
2736 language: c++
2737 src:
2738 - src/proto/grpc/testing/control.proto
2739 - src/proto/grpc/testing/messages.proto
2740 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002741 - src/proto/grpc/testing/services.proto
2742 - src/proto/grpc/testing/stats.proto
2743 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002744 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002745 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002746 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002747- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002748 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002749 build: test
2750 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002751 src:
2752 - test/cpp/client/credentials_test.cc
2753 deps:
2754 - grpc++
2755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002756 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002757- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002758 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002759 build: test
2760 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002761 src:
2762 - test/cpp/util/byte_buffer_test.cc
2763 deps:
2764 - grpc_test_util
2765 - grpc++
2766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002767 - gpr_test_util
2768 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002769- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002770 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002771 build: test
2772 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002773 src:
2774 - test/cpp/util/slice_test.cc
2775 deps:
2776 - grpc_test_util
2777 - grpc++
2778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002779 - gpr_test_util
2780 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002781- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002782 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002783 build: test
2784 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002785 src:
2786 - test/cpp/util/string_ref_test.cc
2787 deps:
2788 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002789- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002790 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002791 build: test
2792 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002793 src:
2794 - test/cpp/util/time_test.cc
2795 deps:
2796 - grpc_test_util
2797 - grpc++
2798 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002799 - gpr_test_util
2800 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002802 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002803 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804 build: test
2805 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002806 src:
2807 - test/cpp/end2end/end2end_test.cc
2808 deps:
2809 - grpc++_test_util
2810 - grpc_test_util
2811 - grpc++
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr_test_util
2814 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002815- name: filter_end2end_test
2816 gtest: true
2817 build: test
2818 language: c++
2819 src:
2820 - test/cpp/end2end/filter_end2end_test.cc
2821 deps:
2822 - grpc++_test_util
2823 - grpc_test_util
2824 - grpc++
2825 - grpc
2826 - gpr_test_util
2827 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002829 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830 build: test
2831 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002832 src:
2833 - test/cpp/end2end/generic_end2end_test.cc
2834 deps:
2835 - grpc++_test_util
2836 - grpc_test_util
2837 - grpc++
2838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002839 - gpr_test_util
2840 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002841- name: golden_file_test
2842 gtest: true
2843 build: test
2844 language: c++
2845 src:
2846 - src/proto/grpc/testing/compiler_test.proto
2847 - test/cpp/codegen/golden_file_test.cc
2848 deps:
2849 - grpc++
2850 - grpc
2851 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002852- name: grpc_cli
2853 build: test
2854 run: false
2855 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002856 src:
2857 - test/cpp/util/grpc_cli.cc
2858 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002859 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002860 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002861 - grpc++
2862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002863 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002864 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002865- name: grpc_cpp_plugin
2866 build: protoc
2867 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002868 src:
2869 - src/compiler/cpp_plugin.cc
2870 deps:
2871 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002872 secure: false
2873 vs_config_type: Application
2874 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2875- name: grpc_csharp_plugin
2876 build: protoc
2877 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002878 src:
2879 - src/compiler/csharp_plugin.cc
2880 deps:
2881 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882 secure: false
2883 vs_config_type: Application
2884 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002885- name: grpc_node_plugin
2886 build: protoc
2887 language: c++
2888 src:
2889 - src/compiler/node_plugin.cc
2890 deps:
2891 - grpc_plugin_support
2892 secure: false
2893 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894- name: grpc_objective_c_plugin
2895 build: protoc
2896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - src/compiler/objective_c_plugin.cc
2899 deps:
2900 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901 secure: false
2902 vs_config_type: Application
2903 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07002904- name: grpc_php_plugin
2905 build: protoc
2906 language: c++
2907 src:
2908 - src/compiler/php_plugin.cc
2909 deps:
2910 - grpc_plugin_support
2911 secure: false
2912 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002913- name: grpc_python_plugin
2914 build: protoc
2915 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002916 src:
2917 - src/compiler/python_plugin.cc
2918 deps:
2919 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002920 secure: false
2921 vs_config_type: Application
2922 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2923- name: grpc_ruby_plugin
2924 build: protoc
2925 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002926 src:
2927 - src/compiler/ruby_plugin.cc
2928 deps:
2929 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002930 secure: false
2931 vs_config_type: Application
2932 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002933- name: grpc_tool_test
2934 gtest: true
2935 build: test
2936 language: c++
2937 headers:
2938 - test/cpp/util/string_ref_helper.h
2939 src:
2940 - src/proto/grpc/testing/echo.proto
2941 - src/proto/grpc/testing/echo_messages.proto
2942 - test/cpp/util/grpc_tool_test.cc
2943 - test/cpp/util/string_ref_helper.cc
2944 deps:
2945 - grpc_cli_libs
2946 - grpc++_reflection
2947 - grpc_test_util
2948 - grpc++
2949 - grpc
2950 - gpr_test_util
2951 - gpr
2952 filegroups:
2953 - grpc++_codegen_proto
2954 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002955- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002956 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002957 build: test
2958 language: c++
2959 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002960 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002961 - test/cpp/grpclb/grpclb_api_test.cc
2962 deps:
2963 - grpc++_test_util
2964 - grpc_test_util
2965 - grpc++
2966 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002967- name: grpclb_test
2968 gtest: false
2969 build: test
2970 language: c++
2971 src:
2972 - src/proto/grpc/lb/v1/load_balancer.proto
2973 - test/cpp/grpclb/grpclb_test.cc
2974 deps:
2975 - gpr
2976 - gpr_test_util
2977 - grpc
2978 - grpc++
2979 - grpc++_test_util
2980 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002981- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002982 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002983 build: test
2984 language: c++
2985 src:
2986 - test/cpp/end2end/hybrid_end2end_test.cc
2987 deps:
2988 - grpc++_test_util
2989 - grpc_test_util
2990 - grpc++
2991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002992 - gpr_test_util
2993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002994- name: interop_client
2995 build: test
2996 run: false
2997 language: c++
2998 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002999 deps:
3000 - interop_client_main
3001 - interop_client_helper
3002 - grpc++_test_util
3003 - grpc_test_util
3004 - grpc++
3005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003006 - gpr_test_util
3007 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003008 - grpc++_test_config
3009 platforms:
3010 - mac
3011 - linux
3012 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003013- name: interop_server
3014 build: test
3015 run: false
3016 language: c++
3017 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003018 deps:
3019 - interop_server_main
3020 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003021 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003022 - grpc++_test_util
3023 - grpc_test_util
3024 - grpc++
3025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003026 - gpr_test_util
3027 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003028 - grpc++_test_config
3029 platforms:
3030 - mac
3031 - linux
3032 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003033- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003034 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003035 build: test
3036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003037 src:
3038 - test/cpp/interop/interop_test.cc
3039 deps:
3040 - grpc_test_util
3041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003042 - gpr_test_util
3043 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003044 platforms:
3045 - mac
3046 - linux
3047 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003048- name: json_run_localhost
3049 build: test
3050 run: false
3051 language: c++
3052 src:
3053 - test/cpp/qps/json_run_localhost.cc
3054 deps:
3055 - grpc++_test_util
3056 - grpc_test_util
3057 - grpc++
3058 - grpc
3059 - gpr_test_util
3060 - gpr
3061 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003062- name: metrics_client
3063 build: test
3064 run: false
3065 language: c++
3066 headers:
3067 - test/cpp/util/metrics_server.h
3068 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003069 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003070 - test/cpp/interop/metrics_client.cc
3071 deps:
3072 - grpc++
3073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003074 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003075 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003076- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003077 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003078 build: test
3079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003080 src:
3081 - test/cpp/end2end/mock_test.cc
3082 deps:
3083 - grpc++_test_util
3084 - grpc_test_util
3085 - grpc++
3086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003087 - gpr_test_util
3088 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003089- name: proto_server_reflection_test
3090 gtest: true
3091 build: test
3092 language: c++
3093 headers:
3094 - test/cpp/util/proto_reflection_descriptor_database.h
3095 src:
3096 - test/cpp/end2end/proto_server_reflection_test.cc
3097 - test/cpp/util/proto_reflection_descriptor_database.cc
3098 deps:
3099 - grpc++_reflection
3100 - grpc++_test_util
3101 - grpc_test_util
3102 - grpc++
3103 - grpc
3104 - gpr_test_util
3105 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003106- name: qps_interarrival_test
3107 build: test
3108 run: false
3109 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003110 src:
3111 - test/cpp/qps/qps_interarrival_test.cc
3112 deps:
3113 - qps
3114 - grpc++_test_util
3115 - grpc_test_util
3116 - grpc++
3117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003118 - gpr_test_util
3119 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003120 platforms:
3121 - mac
3122 - linux
3123 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003124- name: qps_json_driver
3125 build: test
3126 run: false
3127 language: c++
3128 src:
3129 - test/cpp/qps/qps_json_driver.cc
3130 deps:
3131 - qps
3132 - grpc++_test_util
3133 - grpc_test_util
3134 - grpc++
3135 - grpc
3136 - gpr_test_util
3137 - gpr
3138 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003139- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003140 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003141 build: test
3142 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003143 src:
3144 - test/cpp/qps/qps_openloop_test.cc
3145 deps:
3146 - qps
3147 - grpc++_test_util
3148 - grpc_test_util
3149 - grpc++
3150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003151 - gpr_test_util
3152 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003153 - grpc++_test_config
3154 platforms:
3155 - mac
3156 - linux
3157 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003158- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003159 build: test
3160 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003162 headers:
3163 - test/cpp/qps/client.h
3164 - test/cpp/qps/server.h
3165 src:
3166 - test/cpp/qps/worker.cc
3167 deps:
3168 - qps
3169 - grpc++_test_util
3170 - grpc_test_util
3171 - grpc++
3172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003173 - gpr_test_util
3174 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003175 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003176- name: reconnect_interop_client
3177 build: test
3178 run: false
3179 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003180 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003181 - src/proto/grpc/testing/empty.proto
3182 - src/proto/grpc/testing/messages.proto
3183 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003184 - test/cpp/interop/reconnect_interop_client.cc
3185 deps:
3186 - grpc++_test_util
3187 - grpc_test_util
3188 - grpc++
3189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003190 - gpr_test_util
3191 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003192 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003193- name: reconnect_interop_server
3194 build: test
3195 run: false
3196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003197 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003198 - src/proto/grpc/testing/empty.proto
3199 - src/proto/grpc/testing/messages.proto
3200 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003201 - test/cpp/interop/reconnect_interop_server.cc
3202 deps:
3203 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003204 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003205 - grpc++_test_util
3206 - grpc_test_util
3207 - grpc++
3208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003209 - gpr_test_util
3210 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003211 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003212- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003213 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003214 build: test
3215 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003216 src:
3217 - test/cpp/common/secure_auth_context_test.cc
3218 deps:
3219 - grpc++_test_util
3220 - grpc_test_util
3221 - grpc++
3222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003223 - gpr_test_util
3224 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003225- name: secure_sync_unary_ping_pong_test
3226 build: test
3227 language: c++
3228 src:
3229 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3230 deps:
3231 - qps
3232 - grpc++_test_util
3233 - grpc_test_util
3234 - grpc++
3235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003236 - gpr_test_util
3237 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003238 platforms:
3239 - mac
3240 - linux
3241 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003242- name: server_builder_plugin_test
3243 gtest: true
3244 build: test
3245 language: c++
3246 src:
3247 - test/cpp/end2end/server_builder_plugin_test.cc
3248 deps:
3249 - grpc++_test_util
3250 - grpc_test_util
3251 - grpc++
3252 - grpc
3253 - gpr_test_util
3254 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003255- name: server_context_test_spouse_test
3256 gtest: true
3257 build: test
3258 language: c++
3259 src:
3260 - test/cpp/test/server_context_test_spouse_test.cc
3261 deps:
3262 - grpc_test_util
3263 - grpc++_test
3264 - grpc++
3265 - grpc
3266 - gpr_test_util
3267 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003268- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003269 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003270 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003271 build: test
3272 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003273 src:
3274 - test/cpp/end2end/server_crash_test.cc
3275 deps:
3276 - grpc++_test_util
3277 - grpc_test_util
3278 - grpc++
3279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003280 - gpr_test_util
3281 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003282 platforms:
3283 - mac
3284 - linux
3285 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003286- name: server_crash_test_client
3287 build: test
3288 run: false
3289 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003290 src:
3291 - test/cpp/end2end/server_crash_test_client.cc
3292 deps:
3293 - grpc++_test_util
3294 - grpc_test_util
3295 - grpc++
3296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003297 - gpr_test_util
3298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003299- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003300 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003301 build: test
3302 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003303 src:
3304 - test/cpp/end2end/shutdown_test.cc
3305 deps:
3306 - grpc++_test_util
3307 - grpc_test_util
3308 - grpc++
3309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003310 - gpr_test_util
3311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003312- name: status_test
3313 build: test
3314 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003315 src:
3316 - test/cpp/util/status_test.cc
3317 deps:
3318 - grpc_test_util
3319 - grpc++
3320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003321 - gpr_test_util
3322 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003323- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003324 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003325 build: test
3326 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003327 src:
3328 - test/cpp/end2end/streaming_throughput_test.cc
3329 deps:
3330 - grpc++_test_util
3331 - grpc_test_util
3332 - grpc++
3333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003334 - gpr_test_util
3335 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003336 platforms:
3337 - mac
3338 - linux
3339 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003340- name: stress_test
3341 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003342 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003343 language: c++
3344 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003345 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003346 - test/cpp/interop/interop_client.h
3347 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003348 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003349 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003350 - src/proto/grpc/testing/empty.proto
3351 - src/proto/grpc/testing/messages.proto
3352 - src/proto/grpc/testing/metrics.proto
3353 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003354 - test/cpp/interop/interop_client.cc
3355 - test/cpp/interop/stress_interop_client.cc
3356 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003357 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003358 deps:
3359 - grpc++_test_util
3360 - grpc_test_util
3361 - grpc++
3362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003363 - gpr_test_util
3364 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003365 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003366- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003367 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003368 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003369 build: test
3370 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003371 src:
3372 - test/cpp/end2end/thread_stress_test.cc
3373 deps:
3374 - grpc++_test_util
3375 - grpc_test_util
3376 - grpc++
3377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003378 - gpr_test_util
3379 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003380- name: public_headers_must_be_c89
3381 build: test
3382 language: c89
3383 src:
3384 - test/core/surface/public_headers_must_be_c89.c
3385 deps:
3386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003387 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003388vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003389- linkage: static
3390 name: grpc.dependencies.zlib
3391 props: false
3392 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003393 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003394- linkage: static
3395 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003396 props: true
3397 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003398 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003399- name: gflags
3400 props: false
3401 redist: false
3402 version: 2.1.2.1
3403- name: gtest
3404 props: false
3405 redist: false
3406 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003407configs:
3408 asan:
3409 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003410 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3411 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003412 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003413 LD: clang
3414 LDFLAGS: -fsanitize=address
3415 LDXX: clang++
3416 compile_the_world: true
3417 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003418 ASAN_OPTIONS: detect_leaks=1:color=always
3419 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003420 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003421 asan-noleaks:
3422 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003423 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3424 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003425 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003426 LD: clang
3427 LDFLAGS: -fsanitize=address
3428 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003429 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003430 test_environ:
3431 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003432 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003433 asan-trace-cmp:
3434 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003435 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3436 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003437 CXX: clang++
3438 LD: clang
3439 LDFLAGS: -fsanitize=address
3440 LDXX: clang++
3441 compile_the_world: true
3442 test_environ:
3443 ASAN_OPTIONS: detect_leaks=1:color=always
3444 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3445 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003446 basicprof:
3447 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3448 DEFINES: NDEBUG
3449 dbg:
3450 CPPFLAGS: -O0
3451 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003452 easan:
3453 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003454 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3455 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003456 CXX: clang++
3457 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3458 LD: clang
3459 LDFLAGS: -fsanitize=address
3460 LDXX: clang++
3461 compile_the_world: true
3462 test_environ:
3463 ASAN_OPTIONS: detect_leaks=1:color=always
3464 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3465 timeout_multiplier: 3
3466 edbg:
3467 CPPFLAGS: -O0
3468 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3469 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003470 CC: clang
3471 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003472 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003473 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003474 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003475 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003476 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003477 LDXX: clang++
3478 compile_the_world: true
3479 test_environ:
3480 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3481 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003482 gcov:
3483 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003484 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003485 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003486 DEFINES: _DEBUG DEBUG GPR_GCOV
3487 LD: gcc
3488 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3489 LDXX: g++
3490 helgrind:
3491 CPPFLAGS: -O0
3492 DEFINES: _DEBUG DEBUG
3493 LDFLAGS: -rdynamic
3494 timeout_multiplier: 20
3495 valgrind: --tool=helgrind
3496 memcheck:
3497 CPPFLAGS: -O0
3498 DEFINES: _DEBUG DEBUG
3499 LDFLAGS: -rdynamic
3500 timeout_multiplier: 10
3501 valgrind: --tool=memcheck --leak-check=full
3502 msan:
3503 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003504 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3505 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3506 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003507 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003508 DEFINES: NDEBUG
3509 LD: clang
3510 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3511 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3512 LDXX: clang++
3513 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003514 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003515 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003516 CPPFLAGS: -O3 -fno-omit-frame-pointer
3517 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003518 LDFLAGS: -rdynamic
3519 opt:
3520 CPPFLAGS: -O2
3521 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003522 stapprof:
3523 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3524 DEFINES: NDEBUG
3525 tsan:
3526 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003527 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003528 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003529 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003530 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003531 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003532 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003533 LDXX: clang++
3534 compile_the_world: true
3535 test_environ:
3536 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003537 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003538 ubsan:
3539 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003540 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3541 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003542 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003543 DEFINES: NDEBUG
3544 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003545 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003546 LDXX: clang++
3547 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003548 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003549 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003550 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003551defaults:
3552 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003553 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003554 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003555 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003556 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003557 global:
3558 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3559 LDFLAGS: -g
3560 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003561 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003562 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003563node_modules:
3564- deps:
3565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003566 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003567 - boringssl
3568 - z
murgatroid9994a75412015-11-19 14:04:53 -08003569 headers:
3570 - src/node/ext/byte_buffer.h
3571 - src/node/ext/call.h
3572 - src/node/ext/call_credentials.h
3573 - src/node/ext/channel.h
3574 - src/node/ext/channel_credentials.h
3575 - src/node/ext/completion_queue_async_worker.h
3576 - src/node/ext/server.h
3577 - src/node/ext/server_credentials.h
3578 - src/node/ext/timeval.h
3579 js:
3580 - src/node/index.js
3581 - src/node/src/client.js
3582 - src/node/src/common.js
3583 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003584 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003585 - src/node/src/metadata.js
3586 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003587 name: grpc_node
3588 src:
3589 - src/node/ext/byte_buffer.cc
3590 - src/node/ext/call.cc
3591 - src/node/ext/call_credentials.cc
3592 - src/node/ext/channel.cc
3593 - src/node/ext/channel_credentials.cc
3594 - src/node/ext/completion_queue_async_worker.cc
3595 - src/node/ext/node_grpc.cc
3596 - src/node/ext/server.cc
3597 - src/node/ext/server_credentials.cc
3598 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003599openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003600 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003601 extraction_dir: openssl-1.0.2f
3602 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003603php_config_m4:
3604 deps:
3605 - grpc
3606 - gpr
3607 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003608 headers:
3609 - src/php/ext/grpc/byte_buffer.h
3610 - src/php/ext/grpc/call.h
3611 - src/php/ext/grpc/call_credentials.h
3612 - src/php/ext/grpc/channel.h
3613 - src/php/ext/grpc/channel_credentials.h
3614 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003615 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003616 - src/php/ext/grpc/php_grpc.h
3617 - src/php/ext/grpc/server.h
3618 - src/php/ext/grpc/server_credentials.h
3619 - src/php/ext/grpc/timeval.h
3620 src:
3621 - src/php/ext/grpc/byte_buffer.c
3622 - src/php/ext/grpc/call.c
3623 - src/php/ext/grpc/call_credentials.c
3624 - src/php/ext/grpc/channel.c
3625 - src/php/ext/grpc/channel_credentials.c
3626 - src/php/ext/grpc/completion_queue.c
3627 - src/php/ext/grpc/php_grpc.c
3628 - src/php/ext/grpc/server.c
3629 - src/php/ext/grpc/server_credentials.c
3630 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003631python_dependencies:
3632 deps:
3633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003634 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003635 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003636 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003637ruby_gem:
3638 deps:
3639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003640 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003641 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003642 - z