blob: 8bb1e450c8160dbf883631d5f0c44132465a8821 [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
Mark D. Roth2137cd82016-09-14 09:04:00 -0700351- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700352 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700353 - src/core/ext/client_channel/client_channel.h
354 - src/core/ext/client_channel/client_channel_factory.h
355 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700356 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700357 - src/core/ext/client_channel/initial_connect_string.h
358 - src/core/ext/client_channel/lb_policy.h
359 - src/core/ext/client_channel/lb_policy_factory.h
360 - src/core/ext/client_channel/lb_policy_registry.h
Mark D. Rotheb35a1d2016-10-19 14:53:42 -0700361 - src/core/ext/client_channel/method_config.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700362 - src/core/ext/client_channel/parse_address.h
363 - src/core/ext/client_channel/resolver.h
364 - src/core/ext/client_channel/resolver_factory.h
365 - src/core/ext/client_channel/resolver_registry.h
366 - src/core/ext/client_channel/resolver_result.h
367 - src/core/ext/client_channel/subchannel.h
368 - src/core/ext/client_channel/subchannel_index.h
369 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700370 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700371 - src/core/ext/client_channel/channel_connectivity.c
372 - src/core/ext/client_channel/client_channel.c
373 - src/core/ext/client_channel/client_channel_factory.c
374 - src/core/ext/client_channel/client_channel_plugin.c
375 - src/core/ext/client_channel/connector.c
376 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700377 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700378 - src/core/ext/client_channel/initial_connect_string.c
379 - src/core/ext/client_channel/lb_policy.c
380 - src/core/ext/client_channel/lb_policy_factory.c
381 - src/core/ext/client_channel/lb_policy_registry.c
Mark D. Rotheb35a1d2016-10-19 14:53:42 -0700382 - src/core/ext/client_channel/method_config.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700383 - src/core/ext/client_channel/parse_address.c
384 - src/core/ext/client_channel/resolver.c
385 - src/core/ext/client_channel/resolver_factory.c
386 - src/core/ext/client_channel/resolver_registry.c
387 - src/core/ext/client_channel/resolver_result.c
388 - src/core/ext/client_channel/subchannel.c
389 - src/core/ext/client_channel/subchannel_index.c
390 - src/core/ext/client_channel/uri_parser.c
391 plugin: grpc_client_channel
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
Mark D. Roth2137cd82016-09-14 09:04:00 -0700416 - grpc_client_channel
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
Mark D. Roth2137cd82016-09-14 09:04:00 -0700424 - grpc_client_channel
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
Mark D. Roth2137cd82016-09-14 09:04:00 -0700431 - grpc_client_channel
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
Mark D. Roth2137cd82016-09-14 09:04:00 -0700448 - grpc_client_channel
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
Mark D. Roth2137cd82016-09-14 09:04:00 -0700455 - grpc_client_channel
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
Mark D. Roth2137cd82016-09-14 09:04:00 -0700606 - grpc_client_channel
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
Mark D. Roth2137cd82016-09-14 09:04:00 -0700613 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700614 - 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}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001010- name: grpc++_cronet
1011 build: all
1012 language: c++
1013 src:
1014 - src/cpp/client/cronet_credentials.cc
1015 - src/cpp/client/insecure_credentials.cc
1016 - src/cpp/common/insecure_create_auth_context.cc
1017 - src/cpp/server/insecure_server_credentials.cc
1018 deps:
1019 - gpr
1020 - grpc_cronet
1021 baselib: true
1022 dll: true
1023 filegroups:
1024 - grpc++_base
1025 - grpc++_codegen_base
1026 - grpc++_codegen_base_src
1027 platforms:
1028 - linux
1029 secure: true
Yuchen Zengc84ed682016-05-04 16:30:11 -07001030- name: grpc++_reflection
1031 build: all
1032 language: c++
1033 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001034 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001035 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001036 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001037 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001038 - src/cpp/ext/proto_server_reflection.cc
1039 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001040 deps:
1041 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001042 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001043 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001044- name: grpc++_reflection_codegen
1045 build: private
1046 language: c++
1047 src:
1048 - src/proto/grpc/reflection/v1alpha/reflection.proto
yang-g42879982016-10-13 15:58:31 -07001049- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001050 build: private
yang-g42879982016-10-13 15:58:31 -07001051 language: c++
1052 headers:
1053 - include/grpc++/test/server_context_test_spouse.h
1054 src:
1055 - src/cpp/test/server_context_test_spouse.cc
1056 deps:
1057 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001058- name: grpc++_test_config
1059 build: private
1060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001061 headers:
1062 - test/cpp/util/test_config.h
1063 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001064 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065- name: grpc++_test_util
1066 build: private
1067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001068 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001069 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001070 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001071 - test/cpp/util/create_test_channel.h
1072 - test/cpp/util/string_ref_helper.h
1073 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001074 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001075 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001076 - src/proto/grpc/testing/echo_messages.proto
1077 - src/proto/grpc/testing/echo.proto
1078 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001079 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001080 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001081 - test/cpp/util/create_test_channel.cc
1082 - test/cpp/util/string_ref_helper.cc
1083 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001084 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001085 deps:
1086 - grpc++
1087 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001088 filegroups:
1089 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001090 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001091 - grpc++_codegen_proto
1092 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001093 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001094- name: grpc++_unsecure
1095 build: all
1096 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001097 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001098 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001099 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001100 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001101 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001102 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001103 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001104 baselib: true
1105 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001106 filegroups:
1107 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001108 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001109 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110 secure: false
1111 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001112- name: grpc_cli_libs
1113 build: private
1114 language: c++
1115 headers:
1116 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001117 - test/cpp/util/cli_credentials.h
1118 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001119 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001120 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001121 - test/cpp/util/proto_reflection_descriptor_database.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001122 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001123 src:
1124 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001125 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001126 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001127 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001128 - test/cpp/util/proto_reflection_descriptor_database.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001129 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001130 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001131 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001132 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: grpc_plugin_support
1134 build: protoc
1135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001136 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001137 - src/compiler/config.h
1138 - src/compiler/cpp_generator.h
1139 - src/compiler/cpp_generator_helpers.h
1140 - src/compiler/csharp_generator.h
1141 - src/compiler/csharp_generator_helpers.h
1142 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001143 - src/compiler/node_generator.h
1144 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001145 - src/compiler/objective_c_generator.h
1146 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001147 - src/compiler/php_generator.h
1148 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001149 - src/compiler/python_generator.h
1150 - src/compiler/ruby_generator.h
1151 - src/compiler/ruby_generator_helpers-inl.h
1152 - src/compiler/ruby_generator_map-inl.h
1153 - src/compiler/ruby_generator_string-inl.h
1154 src:
1155 - src/compiler/cpp_generator.cc
1156 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001157 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001158 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001159 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001160 - src/compiler/python_generator.cc
1161 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001162 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001163 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164 secure: false
1165 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001166 vs_props:
1167 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168- name: interop_client_helper
1169 build: private
1170 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001171 headers:
1172 - test/cpp/interop/client_helper.h
1173 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001174 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001175 - test/cpp/interop/client_helper.cc
1176 deps:
1177 - grpc++_test_util
1178 - grpc_test_util
1179 - grpc++
1180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182- name: interop_client_main
1183 build: private
1184 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001185 headers:
1186 - test/cpp/interop/interop_client.h
1187 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001188 - src/proto/grpc/testing/empty.proto
1189 - src/proto/grpc/testing/messages.proto
1190 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001191 - test/cpp/interop/client.cc
1192 - test/cpp/interop/interop_client.cc
1193 deps:
1194 - interop_client_helper
1195 - grpc++_test_util
1196 - grpc_test_util
1197 - grpc++
1198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001199 - gpr_test_util
1200 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001201 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202- name: interop_server_helper
1203 build: private
1204 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001205 headers:
1206 - test/cpp/interop/server_helper.h
1207 src:
1208 - test/cpp/interop/server_helper.cc
1209 deps:
1210 - grpc_test_util
1211 - grpc++
1212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001213 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001214- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001215 build: private
1216 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001217 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001218 - src/proto/grpc/testing/empty.proto
1219 - src/proto/grpc/testing/messages.proto
1220 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001221 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001222 deps:
1223 - interop_server_helper
1224 - grpc++_test_util
1225 - grpc_test_util
1226 - grpc++
1227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001228 - gpr_test_util
1229 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001230 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001231- name: interop_server_main
1232 build: private
1233 language: c++
1234 src:
1235 - test/cpp/interop/interop_server_bootstrap.cc
1236 deps:
1237 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001238- name: qps
1239 build: private
1240 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001241 headers:
1242 - test/cpp/qps/client.h
1243 - test/cpp/qps/driver.h
1244 - test/cpp/qps/histogram.h
1245 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001246 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001247 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001248 - test/cpp/qps/qps_worker.h
1249 - test/cpp/qps/report.h
1250 - test/cpp/qps/server.h
1251 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001252 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001253 - test/cpp/util/benchmark_config.h
1254 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001255 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001256 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001257 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001258 - src/proto/grpc/testing/control.proto
1259 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001260 - test/cpp/qps/client_async.cc
1261 - test/cpp/qps/client_sync.cc
1262 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001263 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001264 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001265 - test/cpp/qps/qps_worker.cc
1266 - test/cpp/qps/report.cc
1267 - test/cpp/qps/server_async.cc
1268 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001269 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001270 - test/cpp/util/benchmark_config.cc
1271 deps:
1272 - grpc_test_util
1273 - grpc++_test_util
1274 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001275- name: grpc_csharp_ext
1276 build: all
1277 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001278 src:
1279 - src/csharp/ext/grpc_csharp_ext.c
1280 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001282 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001283 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001284 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285 dll: only
1286 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001287 vs_packages:
1288 - grpc.dependencies.openssl
1289 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001291 vs_props:
1292 - zlib
1293 - openssl
1294 - winsock
1295 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001297- name: alarm_test
1298 build: test
1299 language: c
1300 src:
1301 - test/core/surface/alarm_test.c
1302 deps:
1303 - grpc_test_util
1304 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001305 - gpr_test_util
1306 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001307- name: algorithm_test
1308 build: test
1309 language: c
1310 src:
1311 - test/core/compression/algorithm_test.c
1312 deps:
1313 - grpc_test_util
1314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001315 - gpr_test_util
1316 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001317- name: alloc_test
1318 build: test
1319 language: c
1320 src:
1321 - test/core/support/alloc_test.c
1322 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001323 - gpr_test_util
1324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325- name: alpn_test
1326 build: test
1327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001328 src:
1329 - test/core/transport/chttp2/alpn_test.c
1330 deps:
1331 - grpc_test_util
1332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001333 - gpr_test_util
1334 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001335- name: api_fuzzer
1336 build: fuzzer
1337 language: c
1338 src:
1339 - test/core/end2end/fuzzers/api_fuzzer.c
1340 deps:
1341 - grpc_test_util
1342 - grpc
1343 - gpr_test_util
1344 - gpr
1345 corpus_dirs:
1346 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001347 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001348 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001349- name: bad_server_response_test
1350 build: test
1351 language: c
1352 src:
1353 - test/core/end2end/bad_server_response_test.c
1354 deps:
1355 - test_tcp_server
1356 - grpc_test_util
1357 - grpc
1358 - gpr_test_util
1359 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001360- name: bin_decoder_test
1361 build: test
1362 language: c
1363 src:
1364 - test/core/transport/chttp2/bin_decoder_test.c
1365 deps:
1366 - grpc_test_util
1367 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001368- name: bin_encoder_test
1369 build: test
1370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001371 src:
1372 - test/core/transport/chttp2/bin_encoder_test.c
1373 deps:
1374 - grpc_test_util
1375 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001376- name: census_context_test
1377 build: test
1378 language: c
1379 src:
1380 - test/core/census/context_test.c
1381 deps:
1382 - grpc_test_util
1383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001384 - gpr_test_util
1385 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001386- name: census_resource_test
1387 build: test
1388 language: c
1389 src:
1390 - test/core/census/resource_test.c
1391 deps:
1392 - grpc_test_util
1393 - grpc
1394 - gpr_test_util
1395 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001396- name: census_trace_context_test
1397 build: test
1398 language: c
1399 src:
1400 - test/core/census/trace_context_test.c
1401 deps:
1402 - grpc_test_util
1403 - grpc
1404 - gpr_test_util
1405 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001406- name: channel_create_test
1407 build: test
1408 language: c
1409 src:
1410 - test/core/surface/channel_create_test.c
1411 deps:
1412 - grpc_test_util
1413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001414 - gpr_test_util
1415 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001416- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001417 build: test
1418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001419 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001420 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001421 deps:
1422 - grpc_test_util
1423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001424 - gpr_test_util
1425 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001426- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001427 build: test
1428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001429 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001430 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001431 deps:
1432 - grpc_test_util
1433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001434 - gpr_test_util
1435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001436- name: chttp2_stream_map_test
1437 build: test
1438 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001439 src:
1440 - test/core/transport/chttp2/stream_map_test.c
1441 deps:
1442 - grpc_test_util
1443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 - gpr_test_util
1445 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001446- name: chttp2_varint_test
1447 build: test
1448 language: c
1449 src:
1450 - test/core/transport/chttp2/varint_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001456- name: client_fuzzer
1457 build: fuzzer
1458 language: c
1459 src:
1460 - test/core/end2end/fuzzers/client_fuzzer.c
1461 deps:
1462 - grpc_test_util
1463 - grpc
1464 - gpr_test_util
1465 - gpr
1466 corpus_dirs:
1467 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001468 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001469 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001470- name: combiner_test
1471 cpu_cost: 30
1472 build: test
1473 language: c
1474 src:
1475 - test/core/iomgr/combiner_test.c
1476 deps:
1477 - grpc_test_util
1478 - grpc
1479 - gpr_test_util
1480 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481- name: compression_test
1482 build: test
1483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001484 src:
1485 - test/core/compression/compression_test.c
1486 deps:
1487 - grpc_test_util
1488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001489 - gpr_test_util
1490 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001491- name: concurrent_connectivity_test
1492 build: test
1493 language: c
1494 src:
1495 - test/core/surface/concurrent_connectivity_test.c
1496 deps:
1497 - grpc_test_util
1498 - grpc
1499 - gpr_test_util
1500 - gpr
Craig Tiller012372f2016-09-26 10:23:34 -07001501- name: connection_refused_test
1502 cpu_cost: 0.1
1503 build: test
1504 language: c
1505 src:
1506 - test/core/end2end/connection_refused_test.c
1507 deps:
1508 - grpc_test_util
1509 - grpc
1510 - gpr_test_util
1511 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001512- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001513 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001514 build: test
1515 language: c
1516 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001517 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001518 deps:
1519 - grpc_test_util
1520 - grpc
1521 - gpr_test_util
1522 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001523- name: dns_resolver_test
1524 build: test
1525 language: c
1526 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001527 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001533- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001534 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535 build: test
1536 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001537 src:
1538 - test/core/end2end/dualstack_socket_test.c
1539 deps:
1540 - grpc_test_util
1541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001542 - gpr_test_util
1543 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001544 platforms:
1545 - mac
1546 - linux
1547 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001548- name: endpoint_pair_test
1549 build: test
1550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001551 src:
1552 - test/core/iomgr/endpoint_pair_test.c
1553 deps:
1554 - grpc_test_util
1555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 - gpr_test_util
1557 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001558- name: ev_epoll_linux_test
1559 build: test
1560 language: c
1561 src:
1562 - test/core/iomgr/ev_epoll_linux_test.c
1563 deps:
1564 - grpc_test_util
1565 - grpc
1566 - gpr_test_util
1567 - gpr
1568 platforms:
1569 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: fd_conservation_posix_test
1571 build: test
1572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001573 src:
1574 - test/core/iomgr/fd_conservation_posix_test.c
1575 deps:
1576 - grpc_test_util
1577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001578 - gpr_test_util
1579 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001580 platforms:
1581 - mac
1582 - linux
1583 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001584- name: fd_posix_test
1585 build: test
1586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001587 src:
1588 - test/core/iomgr/fd_posix_test.c
1589 deps:
1590 - grpc_test_util
1591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr_test_util
1593 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001594 platforms:
1595 - mac
1596 - linux
1597 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001598- name: fling_client
1599 build: test
1600 run: false
1601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001602 src:
1603 - test/core/fling/client.c
1604 deps:
1605 - grpc_test_util
1606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001607 - gpr_test_util
1608 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001609- name: fling_server
1610 build: test
1611 run: false
1612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001613 src:
1614 - test/core/fling/server.c
1615 deps:
1616 - grpc_test_util
1617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 - gpr_test_util
1619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001620- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001621 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001622 build: test
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/fling/fling_stream_test.c
1626 deps:
1627 - grpc_test_util
1628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001631 platforms:
1632 - mac
1633 - linux
1634 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001635- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001636 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001637 build: test
1638 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001639 src:
1640 - test/core/fling/fling_test.c
1641 deps:
1642 - grpc_test_util
1643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001646 platforms:
1647 - mac
1648 - linux
1649 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001650- name: gen_hpack_tables
1651 build: tool
1652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001653 src:
1654 - tools/codegen/core/gen_hpack_tables.c
1655 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001656 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001657 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658- name: gen_legal_metadata_characters
1659 build: tool
1660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001661 src:
1662 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001663 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001664- name: gen_percent_encoding_tables
1665 build: tool
1666 language: c
1667 src:
1668 - tools/codegen/core/gen_percent_encoding_tables.c
1669 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001670- name: goaway_server_test
1671 cpu_cost: 0.1
1672 build: test
1673 language: c
1674 src:
1675 - test/core/end2end/goaway_server_test.c
1676 deps:
1677 - grpc_test_util
1678 - grpc
1679 - gpr_test_util
1680 - gpr
1681 platforms:
1682 - mac
1683 - linux
1684 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001685- name: gpr_avl_test
1686 build: test
1687 language: c
1688 src:
1689 - test/core/support/avl_test.c
1690 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001691 - gpr_test_util
1692 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001693- name: gpr_backoff_test
1694 build: test
1695 language: c
1696 src:
1697 - test/core/support/backoff_test.c
1698 deps:
1699 - gpr_test_util
1700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701- name: gpr_cmdline_test
1702 build: test
1703 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001704 src:
1705 - test/core/support/cmdline_test.c
1706 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001709- name: gpr_cpu_test
1710 build: test
1711 language: c
1712 src:
1713 - test/core/support/cpu_test.c
1714 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717- name: gpr_env_test
1718 build: test
1719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001720 src:
1721 - test/core/support/env_test.c
1722 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001723 - gpr_test_util
1724 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001725- name: gpr_histogram_test
1726 build: test
1727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001728 src:
1729 - test/core/support/histogram_test.c
1730 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 - gpr_test_util
1732 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001733- name: gpr_host_port_test
1734 build: test
1735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001736 src:
1737 - test/core/support/host_port_test.c
1738 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr_test_util
1740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001741- name: gpr_log_test
1742 build: test
1743 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001744 src:
1745 - test/core/support/log_test.c
1746 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001747 - gpr_test_util
1748 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001749- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001750 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001751 build: test
1752 language: c
1753 src:
1754 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001755 deps:
1756 - gpr_test_util
1757 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001758- name: gpr_percent_encoding_test
1759 build: test
1760 language: c
1761 src:
1762 - test/core/support/percent_encoding_test.c
Craig Tiller18879dc2016-05-02 22:13:48 -07001763 deps:
1764 - gpr_test_util
1765 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001766- name: gpr_slice_buffer_test
1767 build: test
1768 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001769 src:
1770 - test/core/support/slice_buffer_test.c
1771 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001772 - gpr_test_util
1773 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001774- name: gpr_slice_test
1775 build: test
1776 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001777 src:
1778 - test/core/support/slice_test.c
1779 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001782- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001783 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784 build: test
1785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001786 src:
1787 - test/core/support/stack_lockfree_test.c
1788 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001789 - gpr_test_util
1790 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001791- name: gpr_string_test
1792 build: test
1793 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001794 src:
1795 - test/core/support/string_test.c
1796 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001800 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001801 build: test
1802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001803 src:
1804 - test/core/support/sync_test.c
1805 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr_test_util
1807 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001808- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001809 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001810 build: test
1811 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001812 src:
1813 - test/core/support/thd_test.c
1814 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001815 - gpr_test_util
1816 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: gpr_time_test
1818 build: test
1819 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001820 src:
1821 - test/core/support/time_test.c
1822 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001825- name: gpr_tls_test
1826 build: test
1827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001828 src:
1829 - test/core/support/tls_test.c
1830 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001831 - gpr_test_util
1832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001833- name: gpr_useful_test
1834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
1837 - test/core/support/useful_test.c
1838 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841- name: grpc_auth_context_test
1842 build: test
1843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001844 src:
1845 - test/core/security/auth_context_test.c
1846 deps:
1847 - grpc_test_util
1848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001849 - gpr_test_util
1850 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001851- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852 build: test
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001855 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001856 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_byte_buffer_reader_test
1862 build: test
1863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
1865 - test/core/surface/byte_buffer_reader_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_channel_args_test
1872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - test/core/channel/channel_args_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_channel_stack_test
1882 build: test
1883 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001884 src:
1885 - test/core/channel/channel_stack_test.c
1886 deps:
1887 - grpc_test_util
1888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: grpc_completion_queue_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/surface/completion_queue_test.c
1896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901- name: grpc_create_jwt
1902 build: tool
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
1905 - test/core/security/create_jwt.c
1906 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001909 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: grpc_credentials_test
1911 build: test
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/security/credentials_test.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001921 build: test
1922 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001923 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001924 src:
1925 - test/core/security/fetch_oauth2.c
1926 deps:
1927 - grpc_test_util
1928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001929 - gpr_test_util
1930 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001931- name: grpc_invalid_channel_args_test
1932 build: test
1933 language: c
1934 src:
1935 - test/core/surface/invalid_channel_args_test.c
1936 deps:
1937 - grpc_test_util
1938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001939 - gpr_test_util
1940 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001941- name: grpc_json_token_test
1942 build: test
1943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001944 src:
1945 - test/core/security/json_token_test.c
1946 deps:
1947 - grpc_test_util
1948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr_test_util
1950 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001951 platforms:
1952 - linux
1953 - posix
1954 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001955- name: grpc_jwt_verifier_test
1956 build: test
1957 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001958 src:
1959 - test/core/security/jwt_verifier_test.c
1960 deps:
1961 - grpc_test_util
1962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001965- name: grpc_print_google_default_creds_token
1966 build: tool
1967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001968 src:
1969 - test/core/security/print_google_default_creds_token.c
1970 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001973- name: grpc_security_connector_test
1974 build: test
1975 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001976 src:
1977 - test/core/security/security_connector_test.c
1978 deps:
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001983- name: grpc_verify_jwt
1984 build: tool
1985 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001986 src:
1987 - test/core/security/verify_jwt.c
1988 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001991- name: hpack_parser_fuzzer_test
1992 build: fuzzer
1993 language: c
1994 src:
1995 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1996 deps:
1997 - grpc_test_util
1998 - grpc
1999 - gpr_test_util
2000 - gpr
2001 corpus_dirs:
2002 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002003 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002004 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: hpack_parser_test
2006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/transport/chttp2/hpack_parser_test.c
2010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002015- name: hpack_table_test
2016 build: test
2017 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002018 src:
2019 - test/core/transport/chttp2/hpack_table_test.c
2020 deps:
2021 - grpc_test_util
2022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 - gpr_test_util
2024 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002025- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002029 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002035- name: http_request_fuzzer_test
2036 build: fuzzer
2037 language: c
2038 src:
2039 - test/core/http/request_fuzzer.c
2040 deps:
2041 - grpc_test_util
2042 - grpc
2043 - gpr_test_util
2044 - gpr
2045 corpus_dirs:
2046 - test/core/http/corpus
2047 maxlen: 2048
2048- name: http_response_fuzzer_test
2049 build: fuzzer
2050 language: c
2051 src:
2052 - test/core/http/response_fuzzer.c
2053 deps:
2054 - grpc_test_util
2055 - grpc
2056 - gpr_test_util
2057 - gpr
2058 corpus_dirs:
2059 - test/core/http/corpus
2060 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002061- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002065 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002072 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073 build: test
2074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002076 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002077 deps:
2078 - grpc_test_util
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002082 platforms:
2083 - mac
2084 - linux
2085 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002086- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002087 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002088 build: test
2089 language: c
2090 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002091 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002097 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002098 - linux
yang-gf1183302015-12-07 16:02:05 -08002099- name: init_test
2100 build: test
2101 language: c
2102 src:
2103 - test/core/surface/init_test.c
2104 deps:
2105 - grpc_test_util
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002109- name: internal_api_canary_iomgr_test
2110 build: test
2111 run: false
2112 language: c
2113 src:
2114 - test/core/internal_api_canaries/iomgr.c
2115 deps:
2116 - grpc_test_util
2117 - grpc
2118 - gpr_test_util
2119 - gpr
2120- name: internal_api_canary_support_test
2121 build: test
2122 run: false
2123 language: c
2124 src:
2125 - test/core/internal_api_canaries/iomgr.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
2129 - gpr_test_util
2130 - gpr
2131- name: internal_api_canary_transport_test
2132 build: test
2133 run: false
2134 language: c
2135 src:
2136 - test/core/internal_api_canaries/iomgr.c
2137 deps:
2138 - grpc_test_util
2139 - grpc
2140 - gpr_test_util
2141 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002142- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002143 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002144 build: test
2145 language: c
2146 src:
2147 - test/core/end2end/invalid_call_argument_test.c
2148 deps:
2149 - grpc_test_util
2150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002153- name: json_fuzzer_test
2154 build: fuzzer
2155 language: c
2156 src:
2157 - test/core/json/fuzzer.c
2158 deps:
2159 - grpc_test_util
2160 - grpc
2161 - gpr_test_util
2162 - gpr
2163 corpus_dirs:
2164 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002165 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002166- name: json_rewrite
2167 build: test
2168 run: false
2169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
2171 - test/core/json/json_rewrite.c
2172 deps:
2173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002175- name: json_rewrite_test
2176 build: test
2177 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002178 src:
2179 - test/core/json/json_rewrite_test.c
2180 deps:
2181 - grpc_test_util
2182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002183 - gpr_test_util
2184 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002185- name: json_stream_error_test
2186 build: test
2187 language: c
2188 src:
2189 - test/core/json/json_stream_error_test.c
2190 deps:
2191 - grpc_test_util
2192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002193 - gpr_test_util
2194 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002195- name: json_test
2196 build: test
2197 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002198 src:
2199 - test/core/json/json_test.c
2200 deps:
2201 - grpc_test_util
2202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002203 - gpr_test_util
2204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205- name: lame_client_test
2206 build: test
2207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
2209 - test/core/surface/lame_client_test.c
2210 deps:
2211 - grpc_test_util
2212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002215- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002216 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002217 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002218 build: test
2219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002220 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002221 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002222 deps:
2223 - grpc_test_util
2224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002227- name: load_file_test
2228 build: test
2229 language: c
2230 src:
2231 - test/core/iomgr/load_file_test.c
2232 deps:
2233 - grpc_test_util
2234 - grpc
2235 - gpr_test_util
2236 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237- name: low_level_ping_pong_benchmark
2238 build: benchmark
2239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002240 src:
2241 - test/core/network_benchmarks/low_level_ping_pong.c
2242 deps:
2243 - grpc_test_util
2244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002247 platforms:
2248 - mac
2249 - linux
2250 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002251- name: message_compress_test
2252 build: test
2253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002254 src:
2255 - test/core/compression/message_compress_test.c
2256 deps:
2257 - grpc_test_util
2258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr_test_util
2260 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002261- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002262 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002263 build: test
2264 language: c
2265 src:
2266 - test/core/census/mlog_test.c
2267 deps:
2268 - grpc_test_util
2269 - grpc
2270 - gpr_test_util
2271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272- name: multiple_server_queues_test
2273 build: test
2274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002275 src:
2276 - test/core/end2end/multiple_server_queues_test.c
2277 deps:
2278 - grpc_test_util
2279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002280 - gpr_test_util
2281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002282- name: murmur_hash_test
2283 build: test
2284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
2286 - test/core/support/murmur_hash_test.c
2287 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002288 - gpr_test_util
2289 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002290- name: nanopb_fuzzer_response_test
2291 build: fuzzer
2292 language: c
2293 src:
2294 - test/core/nanopb/fuzzer_response.c
2295 deps:
2296 - grpc_test_util
2297 - grpc
2298 - gpr_test_util
2299 - gpr
2300 corpus_dirs:
2301 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002302 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002303- name: nanopb_fuzzer_serverlist_test
2304 build: fuzzer
2305 language: c
2306 src:
2307 - test/core/nanopb/fuzzer_serverlist.c
2308 deps:
2309 - grpc_test_util
2310 - grpc
2311 - gpr_test_util
2312 - gpr
2313 corpus_dirs:
2314 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002315 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002316- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002317 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002318 build: test
2319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002320 src:
2321 - test/core/end2end/no_server_test.c
2322 deps:
2323 - grpc_test_util
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002327- name: percent_decode_fuzzer
2328 build: fuzzer
2329 language: c
2330 src:
2331 - test/core/support/percent_decode_fuzzer.c
2332 deps:
2333 - grpc_test_util
2334 - grpc
2335 - gpr_test_util
2336 - gpr
2337 corpus_dirs:
2338 - test/core/support/percent_decode_corpus
2339 maxlen: 32
2340- name: percent_encode_fuzzer
2341 build: fuzzer
2342 language: c
2343 src:
2344 - test/core/support/percent_encode_fuzzer.c
2345 deps:
2346 - grpc_test_util
2347 - grpc
2348 - gpr_test_util
2349 - gpr
2350 corpus_dirs:
2351 - test/core/support/percent_encode_corpus
2352 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353- name: resolve_address_test
2354 build: test
2355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002356 src:
2357 - test/core/iomgr/resolve_address_test.c
2358 deps:
2359 - grpc_test_util
2360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002361 - gpr_test_util
2362 - gpr
yang-gd482e592015-12-10 14:04:00 -08002363- name: secure_channel_create_test
2364 build: test
2365 language: c
2366 src:
2367 - test/core/surface/secure_channel_create_test.c
2368 deps:
2369 - grpc_test_util
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002373- name: secure_endpoint_test
2374 build: test
2375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002376 src:
2377 - test/core/security/secure_endpoint_test.c
2378 deps:
2379 - grpc_test_util
2380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002381 - gpr_test_util
2382 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002383- name: sequential_connectivity_test
2384 build: test
2385 language: c
2386 src:
2387 - test/core/surface/sequential_connectivity_test.c
2388 deps:
2389 - grpc_test_util
2390 - grpc
2391 - gpr_test_util
2392 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002393- name: server_chttp2_test
2394 build: test
2395 language: c
2396 src:
2397 - test/core/surface/server_chttp2_test.c
2398 deps:
2399 - grpc_test_util
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002403- name: server_fuzzer
2404 build: fuzzer
2405 language: c
2406 src:
2407 - test/core/end2end/fuzzers/server_fuzzer.c
2408 deps:
2409 - grpc_test_util
2410 - grpc
2411 - gpr_test_util
2412 - gpr
2413 corpus_dirs:
2414 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002415 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002416 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002417- name: server_test
2418 build: test
2419 language: c
2420 src:
2421 - test/core/surface/server_test.c
2422 deps:
2423 - grpc_test_util
2424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002425 - gpr_test_util
2426 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002427- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002428 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002429 build: test
2430 language: c
2431 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002432 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002433 deps:
2434 - test_tcp_server
2435 - grpc_test_util
2436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr_test_util
2438 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002439- name: sockaddr_resolver_test
2440 build: test
2441 language: c
2442 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002443 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002444 deps:
2445 - grpc_test_util
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449- name: sockaddr_utils_test
2450 build: test
2451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
2453 - test/core/iomgr/sockaddr_utils_test.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002459- name: socket_utils_test
2460 build: test
2461 language: c
2462 src:
2463 - test/core/iomgr/socket_utils_test.c
2464 deps:
2465 - grpc_test_util
2466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002467 - gpr_test_util
2468 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002469 platforms:
2470 - mac
2471 - linux
2472 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002474 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475 build: test
2476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002477 src:
2478 - test/core/iomgr/tcp_client_posix_test.c
2479 deps:
2480 - grpc_test_util
2481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002482 - gpr_test_util
2483 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002484 platforms:
2485 - mac
2486 - linux
2487 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002489 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002490 build: test
2491 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002492 src:
2493 - test/core/iomgr/tcp_posix_test.c
2494 deps:
2495 - grpc_test_util
2496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002497 - gpr_test_util
2498 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002499 platforms:
2500 - mac
2501 - linux
2502 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002503- name: tcp_server_posix_test
2504 build: test
2505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002506 src:
2507 - test/core/iomgr/tcp_server_posix_test.c
2508 deps:
2509 - grpc_test_util
2510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002511 - gpr_test_util
2512 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002513 platforms:
2514 - mac
2515 - linux
2516 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: time_averaged_stats_test
2518 build: test
2519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002520 src:
2521 - test/core/iomgr/time_averaged_stats_test.c
2522 deps:
2523 - grpc_test_util
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: timeout_encoding_test
2528 build: test
2529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002531 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002532 deps:
2533 - grpc_test_util
2534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002535 - gpr_test_util
2536 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002537- name: timer_heap_test
2538 build: test
2539 language: c
2540 src:
2541 - test/core/iomgr/timer_heap_test.c
2542 deps:
2543 - grpc_test_util
2544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002545 - gpr_test_util
2546 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002547- name: timer_list_test
2548 build: test
2549 language: c
2550 src:
2551 - test/core/iomgr/timer_list_test.c
2552 deps:
2553 - grpc_test_util
2554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr_test_util
2556 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002557- name: transport_connectivity_state_test
2558 build: test
2559 language: c
2560 src:
2561 - test/core/transport/connectivity_state_test.c
2562 deps:
2563 - grpc_test_util
2564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002565 - gpr_test_util
2566 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567- name: transport_metadata_test
2568 build: test
2569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002570 src:
2571 - test/core/transport/metadata_test.c
2572 deps:
2573 - grpc_test_util
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002577- name: transport_security_test
2578 build: test
2579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002580 src:
2581 - test/core/tsi/transport_security_test.c
2582 deps:
2583 - grpc_test_util
2584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002585 - gpr_test_util
2586 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002587 platforms:
2588 - linux
2589 - posix
2590 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002591- name: udp_server_test
2592 build: test
2593 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002594 src:
2595 - test/core/iomgr/udp_server_test.c
2596 deps:
2597 - grpc_test_util
2598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002599 - gpr_test_util
2600 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002601 platforms:
2602 - mac
2603 - linux
2604 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002605- name: uri_fuzzer_test
2606 build: fuzzer
2607 language: c
2608 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002609 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002610 deps:
2611 - grpc_test_util
2612 - grpc
2613 - gpr_test_util
2614 - gpr
2615 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002616 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002617 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002618- name: uri_parser_test
2619 build: test
2620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002621 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002622 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002623 deps:
2624 - grpc_test_util
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr_test_util
2627 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002628- name: wakeup_fd_cv_test
2629 build: test
2630 language: c
2631 src:
2632 - test/core/iomgr/wakeup_fd_cv_test.c
2633 deps:
2634 - grpc_test_util
2635 - grpc
2636 - gpr_test_util
2637 - gpr
2638 platforms:
2639 - mac
2640 - linux
2641 - posix
vjpai04e992a2016-02-10 16:58:38 -08002642- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002643 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002644 build: test
2645 language: c++
2646 src:
2647 - test/cpp/common/alarm_cpp_test.cc
2648 deps:
2649 - grpc++_test_util
2650 - grpc_test_util
2651 - grpc++
2652 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002653 - gpr_test_util
2654 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002655- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002656 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002657 build: test
2658 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002659 src:
2660 - test/cpp/end2end/async_end2end_test.cc
2661 deps:
2662 - grpc++_test_util
2663 - grpc_test_util
2664 - grpc++
2665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002666 - gpr_test_util
2667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002668- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002669 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002670 build: test
2671 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002672 src:
2673 - test/cpp/common/auth_property_iterator_test.cc
2674 deps:
2675 - grpc++_test_util
2676 - grpc_test_util
2677 - grpc++
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002681- name: bm_fullstack
2682 build: test
2683 run: false
2684 language: c++
2685 src:
2686 - test/cpp/microbenchmarks/bm_fullstack.cc
2687 deps:
2688 - google_benchmark
2689 - grpc++_test_util
2690 - grpc_test_util
2691 - grpc++
2692 - grpc
2693 - gpr_test_util
2694 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002695- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002696 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002697 build: test
2698 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002699 src:
yang-g52705592015-11-25 11:45:33 -08002700 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002701 deps:
2702 - grpc++
2703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002706 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707 build: test
2708 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002709 src:
2710 - test/cpp/util/cli_call_test.cc
2711 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002712 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002713 - grpc++_test_util
2714 - grpc_test_util
2715 - grpc++
2716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002717 - gpr_test_util
2718 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002719- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002720 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002721 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002722 build: test
2723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - test/cpp/end2end/client_crash_test.cc
2726 deps:
2727 - grpc++_test_util
2728 - grpc_test_util
2729 - grpc++
2730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002731 - gpr_test_util
2732 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002733 platforms:
2734 - mac
2735 - linux
2736 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002737- name: client_crash_test_server
2738 build: test
2739 run: false
2740 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002741 src:
2742 - test/cpp/end2end/client_crash_test_server.cc
2743 deps:
2744 - grpc++_test_util
2745 - grpc_test_util
2746 - grpc++
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr_test_util
2749 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002750- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002751 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002752 build: test
2753 language: c++
2754 src:
2755 - src/proto/grpc/testing/control.proto
2756 - src/proto/grpc/testing/messages.proto
2757 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002758 - src/proto/grpc/testing/services.proto
2759 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002760 - test/cpp/codegen/codegen_test_full.cc
2761 deps:
2762 - grpc++
2763 - grpc
2764 - gpr
2765 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002766 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002767- name: codegen_test_minimal
2768 gtest: true
2769 build: test
2770 language: c++
2771 src:
2772 - src/proto/grpc/testing/control.proto
2773 - src/proto/grpc/testing/messages.proto
2774 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002775 - src/proto/grpc/testing/services.proto
2776 - src/proto/grpc/testing/stats.proto
2777 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002778 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002779 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002780 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002781- name: credentials_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/client/credentials_test.cc
2787 deps:
2788 - grpc++
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002791- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002792 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002793 build: test
2794 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002795 src:
2796 - test/cpp/util/byte_buffer_test.cc
2797 deps:
2798 - grpc_test_util
2799 - grpc++
2800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002801 - gpr_test_util
2802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002804 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002805 build: test
2806 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002807 src:
2808 - test/cpp/util/slice_test.cc
2809 deps:
2810 - grpc_test_util
2811 - grpc++
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr_test_util
2814 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002815- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002816 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002817 build: test
2818 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002819 src:
2820 - test/cpp/util/string_ref_test.cc
2821 deps:
2822 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002824 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825 build: test
2826 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002827 src:
2828 - test/cpp/util/time_test.cc
2829 deps:
2830 - grpc_test_util
2831 - grpc++
2832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002833 - gpr_test_util
2834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002835- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002836 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002837 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838 build: test
2839 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002840 src:
2841 - test/cpp/end2end/end2end_test.cc
2842 deps:
2843 - grpc++_test_util
2844 - grpc_test_util
2845 - grpc++
2846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002847 - gpr_test_util
2848 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002849- name: filter_end2end_test
2850 gtest: true
2851 build: test
2852 language: c++
2853 src:
2854 - test/cpp/end2end/filter_end2end_test.cc
2855 deps:
2856 - grpc++_test_util
2857 - grpc_test_util
2858 - grpc++
2859 - grpc
2860 - gpr_test_util
2861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002862- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002863 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002864 build: test
2865 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002866 src:
2867 - test/cpp/end2end/generic_end2end_test.cc
2868 deps:
2869 - grpc++_test_util
2870 - grpc_test_util
2871 - grpc++
2872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002873 - gpr_test_util
2874 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002875- name: golden_file_test
2876 gtest: true
2877 build: test
2878 language: c++
2879 src:
2880 - src/proto/grpc/testing/compiler_test.proto
2881 - test/cpp/codegen/golden_file_test.cc
2882 deps:
2883 - grpc++
2884 - grpc
2885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886- name: grpc_cli
2887 build: test
2888 run: false
2889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002890 src:
2891 - test/cpp/util/grpc_cli.cc
2892 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002893 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002894 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002895 - grpc++
2896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002897 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002898 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002899- name: grpc_cpp_plugin
2900 build: protoc
2901 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002902 src:
2903 - src/compiler/cpp_plugin.cc
2904 deps:
2905 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002906 secure: false
2907 vs_config_type: Application
2908 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2909- name: grpc_csharp_plugin
2910 build: protoc
2911 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002912 src:
2913 - src/compiler/csharp_plugin.cc
2914 deps:
2915 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002916 secure: false
2917 vs_config_type: Application
2918 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002919- name: grpc_node_plugin
2920 build: protoc
2921 language: c++
2922 src:
2923 - src/compiler/node_plugin.cc
2924 deps:
2925 - grpc_plugin_support
2926 secure: false
2927 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002928- name: grpc_objective_c_plugin
2929 build: protoc
2930 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002931 src:
2932 - src/compiler/objective_c_plugin.cc
2933 deps:
2934 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002935 secure: false
2936 vs_config_type: Application
2937 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07002938- name: grpc_php_plugin
2939 build: protoc
2940 language: c++
2941 src:
2942 - src/compiler/php_plugin.cc
2943 deps:
2944 - grpc_plugin_support
2945 secure: false
2946 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947- name: grpc_python_plugin
2948 build: protoc
2949 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002950 src:
2951 - src/compiler/python_plugin.cc
2952 deps:
2953 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954 secure: false
2955 vs_config_type: Application
2956 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2957- name: grpc_ruby_plugin
2958 build: protoc
2959 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002960 src:
2961 - src/compiler/ruby_plugin.cc
2962 deps:
2963 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964 secure: false
2965 vs_config_type: Application
2966 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002967- name: grpc_tool_test
2968 gtest: true
2969 build: test
2970 language: c++
2971 headers:
2972 - test/cpp/util/string_ref_helper.h
2973 src:
2974 - src/proto/grpc/testing/echo.proto
2975 - src/proto/grpc/testing/echo_messages.proto
2976 - test/cpp/util/grpc_tool_test.cc
2977 - test/cpp/util/string_ref_helper.cc
2978 deps:
2979 - grpc_cli_libs
2980 - grpc++_reflection
2981 - grpc_test_util
2982 - grpc++
2983 - grpc
2984 - gpr_test_util
2985 - gpr
2986 filegroups:
2987 - grpc++_codegen_proto
2988 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002989- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002990 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002991 build: test
2992 language: c++
2993 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002994 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002995 - test/cpp/grpclb/grpclb_api_test.cc
2996 deps:
2997 - grpc++_test_util
2998 - grpc_test_util
2999 - grpc++
3000 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003001- name: grpclb_test
3002 gtest: false
3003 build: test
3004 language: c++
3005 src:
3006 - src/proto/grpc/lb/v1/load_balancer.proto
3007 - test/cpp/grpclb/grpclb_test.cc
3008 deps:
3009 - gpr
3010 - gpr_test_util
3011 - grpc
3012 - grpc++
3013 - grpc++_test_util
3014 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003015- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003016 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003017 build: test
3018 language: c++
3019 src:
3020 - test/cpp/end2end/hybrid_end2end_test.cc
3021 deps:
3022 - 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 Tillerbf4b2242015-08-31 15:53:53 -07003028- name: interop_client
3029 build: test
3030 run: false
3031 language: c++
3032 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003033 deps:
3034 - interop_client_main
3035 - interop_client_helper
3036 - grpc++_test_util
3037 - grpc_test_util
3038 - grpc++
3039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003040 - gpr_test_util
3041 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003042 - grpc++_test_config
3043 platforms:
3044 - mac
3045 - linux
3046 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003047- name: interop_server
3048 build: test
3049 run: false
3050 language: c++
3051 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003052 deps:
3053 - interop_server_main
3054 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003055 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003056 - grpc++_test_util
3057 - grpc_test_util
3058 - grpc++
3059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003060 - gpr_test_util
3061 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003062 - grpc++_test_config
3063 platforms:
3064 - mac
3065 - linux
3066 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003067- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003068 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003069 build: test
3070 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003071 src:
3072 - test/cpp/interop/interop_test.cc
3073 deps:
3074 - grpc_test_util
3075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003076 - gpr_test_util
3077 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003078 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003079 platforms:
3080 - mac
3081 - linux
3082 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003083- name: json_run_localhost
3084 build: test
3085 run: false
3086 language: c++
3087 src:
3088 - test/cpp/qps/json_run_localhost.cc
3089 deps:
3090 - grpc++_test_util
3091 - grpc_test_util
3092 - grpc++
3093 - grpc
3094 - gpr_test_util
3095 - gpr
3096 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003097- name: metrics_client
3098 build: test
3099 run: false
3100 language: c++
3101 headers:
3102 - test/cpp/util/metrics_server.h
3103 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003104 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003105 - test/cpp/interop/metrics_client.cc
3106 deps:
3107 - grpc++
3108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003109 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003110 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003111- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003112 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003113 build: test
3114 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003115 src:
3116 - test/cpp/end2end/mock_test.cc
3117 deps:
3118 - grpc++_test_util
3119 - grpc_test_util
3120 - grpc++
3121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003122 - gpr_test_util
3123 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003124- name: noop-benchmark
3125 build: test
3126 run: false
3127 language: c++
3128 src:
3129 - test/cpp/microbenchmarks/noop-benchmark.cc
3130 deps:
3131 - google_benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003132- name: proto_server_reflection_test
3133 gtest: true
3134 build: test
3135 language: c++
3136 headers:
3137 - test/cpp/util/proto_reflection_descriptor_database.h
3138 src:
3139 - test/cpp/end2end/proto_server_reflection_test.cc
3140 - test/cpp/util/proto_reflection_descriptor_database.cc
3141 deps:
3142 - grpc++_reflection
3143 - grpc++_test_util
3144 - grpc_test_util
3145 - grpc++
3146 - grpc
3147 - gpr_test_util
3148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003149- name: qps_interarrival_test
3150 build: test
3151 run: false
3152 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003153 src:
3154 - test/cpp/qps/qps_interarrival_test.cc
3155 deps:
3156 - qps
3157 - grpc++_test_util
3158 - grpc_test_util
3159 - grpc++
3160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003161 - gpr_test_util
3162 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003163 platforms:
3164 - mac
3165 - linux
3166 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003167- name: qps_json_driver
3168 build: test
3169 run: false
3170 language: c++
3171 src:
3172 - test/cpp/qps/qps_json_driver.cc
3173 deps:
3174 - qps
3175 - grpc++_test_util
3176 - grpc_test_util
3177 - grpc++
3178 - grpc
3179 - gpr_test_util
3180 - gpr
3181 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003182- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003183 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003184 build: test
3185 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003186 src:
3187 - test/cpp/qps/qps_openloop_test.cc
3188 deps:
3189 - qps
3190 - grpc++_test_util
3191 - grpc_test_util
3192 - grpc++
3193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003194 - gpr_test_util
3195 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003196 - grpc++_test_config
3197 platforms:
3198 - mac
3199 - linux
3200 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003202 build: test
3203 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003204 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003205 headers:
3206 - test/cpp/qps/client.h
3207 - test/cpp/qps/server.h
3208 src:
3209 - test/cpp/qps/worker.cc
3210 deps:
3211 - qps
3212 - grpc++_test_util
3213 - grpc_test_util
3214 - grpc++
3215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003216 - gpr_test_util
3217 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003218 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003219- name: reconnect_interop_client
3220 build: test
3221 run: false
3222 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003223 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003224 - src/proto/grpc/testing/empty.proto
3225 - src/proto/grpc/testing/messages.proto
3226 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003227 - test/cpp/interop/reconnect_interop_client.cc
3228 deps:
3229 - grpc++_test_util
3230 - grpc_test_util
3231 - grpc++
3232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003233 - gpr_test_util
3234 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003235 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003236- name: reconnect_interop_server
3237 build: test
3238 run: false
3239 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003240 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003241 - src/proto/grpc/testing/empty.proto
3242 - src/proto/grpc/testing/messages.proto
3243 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003244 - test/cpp/interop/reconnect_interop_server.cc
3245 deps:
3246 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003247 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003248 - grpc++_test_util
3249 - grpc_test_util
3250 - grpc++
3251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003252 - gpr_test_util
3253 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003254 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003255- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003256 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003257 build: test
3258 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003259 src:
3260 - test/cpp/common/secure_auth_context_test.cc
3261 deps:
3262 - grpc++_test_util
3263 - grpc_test_util
3264 - grpc++
3265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003266 - gpr_test_util
3267 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003268- name: secure_sync_unary_ping_pong_test
3269 build: test
3270 language: c++
3271 src:
3272 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3273 deps:
3274 - qps
3275 - grpc++_test_util
3276 - grpc_test_util
3277 - grpc++
3278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003279 - gpr_test_util
3280 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003281 platforms:
3282 - mac
3283 - linux
3284 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003285- name: server_builder_plugin_test
3286 gtest: true
3287 build: test
3288 language: c++
3289 src:
3290 - test/cpp/end2end/server_builder_plugin_test.cc
3291 deps:
3292 - grpc++_test_util
3293 - grpc_test_util
3294 - grpc++
3295 - grpc
3296 - gpr_test_util
3297 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003298- name: server_context_test_spouse_test
3299 gtest: true
3300 build: test
3301 language: c++
3302 src:
3303 - test/cpp/test/server_context_test_spouse_test.cc
3304 deps:
3305 - grpc_test_util
3306 - grpc++_test
3307 - grpc++
3308 - grpc
3309 - gpr_test_util
3310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003311- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003312 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003313 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003314 build: test
3315 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003316 src:
3317 - test/cpp/end2end/server_crash_test.cc
3318 deps:
3319 - grpc++_test_util
3320 - grpc_test_util
3321 - grpc++
3322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003323 - gpr_test_util
3324 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003325 platforms:
3326 - mac
3327 - linux
3328 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003329- name: server_crash_test_client
3330 build: test
3331 run: false
3332 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003333 src:
3334 - test/cpp/end2end/server_crash_test_client.cc
3335 deps:
3336 - grpc++_test_util
3337 - grpc_test_util
3338 - grpc++
3339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003340 - gpr_test_util
3341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003342- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003343 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003344 build: test
3345 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003346 src:
3347 - test/cpp/end2end/shutdown_test.cc
3348 deps:
3349 - grpc++_test_util
3350 - grpc_test_util
3351 - grpc++
3352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003353 - gpr_test_util
3354 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003355- name: status_test
3356 build: test
3357 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003358 src:
3359 - test/cpp/util/status_test.cc
3360 deps:
3361 - grpc_test_util
3362 - grpc++
3363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003364 - gpr_test_util
3365 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003366- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003367 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003368 build: test
3369 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003370 src:
3371 - test/cpp/end2end/streaming_throughput_test.cc
3372 deps:
3373 - grpc++_test_util
3374 - grpc_test_util
3375 - grpc++
3376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003377 - gpr_test_util
3378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003379 platforms:
3380 - mac
3381 - linux
3382 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003383- name: stress_test
3384 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003385 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003386 language: c++
3387 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003388 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003389 - test/cpp/interop/interop_client.h
3390 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003391 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003392 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003393 - src/proto/grpc/testing/empty.proto
3394 - src/proto/grpc/testing/messages.proto
3395 - src/proto/grpc/testing/metrics.proto
3396 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003397 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003398 - test/cpp/interop/interop_client.cc
3399 - test/cpp/interop/stress_interop_client.cc
3400 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003401 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003402 deps:
3403 - grpc++_test_util
3404 - grpc_test_util
3405 - grpc++
3406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003407 - gpr_test_util
3408 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003409 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003410- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003411 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003412 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003413 build: test
3414 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003415 src:
3416 - test/cpp/end2end/thread_stress_test.cc
3417 deps:
3418 - grpc++_test_util
3419 - grpc_test_util
3420 - grpc++
3421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003422 - gpr_test_util
3423 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003424- name: public_headers_must_be_c89
3425 build: test
3426 language: c89
3427 src:
3428 - test/core/surface/public_headers_must_be_c89.c
3429 deps:
3430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003432vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003433- linkage: static
3434 name: grpc.dependencies.zlib
3435 props: false
3436 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003437 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003438- linkage: static
3439 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003440 props: true
3441 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003442 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003443- name: gflags
3444 props: false
3445 redist: false
3446 version: 2.1.2.1
3447- name: gtest
3448 props: false
3449 redist: false
3450 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003451configs:
3452 asan:
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 Tillera0f85172016-01-20 15:56:06 -08003456 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003457 LD: clang
3458 LDFLAGS: -fsanitize=address
3459 LDXX: clang++
3460 compile_the_world: true
3461 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003462 ASAN_OPTIONS: detect_leaks=1:color=always
3463 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003464 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003465 asan-noleaks:
3466 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003467 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3468 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003469 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003470 LD: clang
3471 LDFLAGS: -fsanitize=address
3472 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003473 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003474 test_environ:
3475 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003476 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003477 asan-trace-cmp:
3478 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003479 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3480 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003481 CXX: clang++
3482 LD: clang
3483 LDFLAGS: -fsanitize=address
3484 LDXX: clang++
3485 compile_the_world: true
3486 test_environ:
3487 ASAN_OPTIONS: detect_leaks=1:color=always
3488 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3489 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003490 basicprof:
3491 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3492 DEFINES: NDEBUG
3493 dbg:
3494 CPPFLAGS: -O0
3495 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003496 easan:
3497 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003498 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3499 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003500 CXX: clang++
3501 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3502 LD: clang
3503 LDFLAGS: -fsanitize=address
3504 LDXX: clang++
3505 compile_the_world: true
3506 test_environ:
3507 ASAN_OPTIONS: detect_leaks=1:color=always
3508 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3509 timeout_multiplier: 3
3510 edbg:
3511 CPPFLAGS: -O0
3512 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3513 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003514 CC: clang
3515 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003516 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003517 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003518 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003519 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003520 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003521 LDXX: clang++
3522 compile_the_world: true
3523 test_environ:
3524 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3525 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003526 gcov:
3527 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003528 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003529 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003530 DEFINES: _DEBUG DEBUG GPR_GCOV
3531 LD: gcc
3532 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3533 LDXX: g++
3534 helgrind:
3535 CPPFLAGS: -O0
3536 DEFINES: _DEBUG DEBUG
3537 LDFLAGS: -rdynamic
3538 timeout_multiplier: 20
3539 valgrind: --tool=helgrind
3540 memcheck:
3541 CPPFLAGS: -O0
3542 DEFINES: _DEBUG DEBUG
3543 LDFLAGS: -rdynamic
3544 timeout_multiplier: 10
3545 valgrind: --tool=memcheck --leak-check=full
3546 msan:
3547 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003548 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3549 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3550 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003551 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003552 DEFINES: NDEBUG
3553 LD: clang
3554 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3555 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3556 LDXX: clang++
3557 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003558 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003559 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003560 CPPFLAGS: -O3 -fno-omit-frame-pointer
3561 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003562 LDFLAGS: -rdynamic
3563 opt:
3564 CPPFLAGS: -O2
3565 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003566 stapprof:
3567 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3568 DEFINES: NDEBUG
3569 tsan:
3570 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003571 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003572 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003573 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003574 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003575 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003576 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003577 LDXX: clang++
3578 compile_the_world: true
3579 test_environ:
3580 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003581 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003582 ubsan:
3583 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003584 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3585 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003586 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003587 DEFINES: NDEBUG
3588 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003589 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003590 LDXX: clang++
3591 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003592 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003593 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003594 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003595defaults:
3596 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003597 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003598 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003599 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003600 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003601 global:
3602 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3603 LDFLAGS: -g
Craig Tillerd3cd0172016-10-25 17:02:20 -07003604 google_benchmark:
3605 CPPFLAGS: -Ithird_party/google_benchmark/include -DHAVE_STD_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003606 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003607 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003608 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003609node_modules:
3610- deps:
3611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003612 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003613 - boringssl
3614 - z
murgatroid9994a75412015-11-19 14:04:53 -08003615 headers:
3616 - src/node/ext/byte_buffer.h
3617 - src/node/ext/call.h
3618 - src/node/ext/call_credentials.h
3619 - src/node/ext/channel.h
3620 - src/node/ext/channel_credentials.h
3621 - src/node/ext/completion_queue_async_worker.h
3622 - src/node/ext/server.h
3623 - src/node/ext/server_credentials.h
3624 - src/node/ext/timeval.h
3625 js:
3626 - src/node/index.js
3627 - src/node/src/client.js
3628 - src/node/src/common.js
3629 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003630 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003631 - src/node/src/metadata.js
3632 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003633 name: grpc_node
3634 src:
3635 - src/node/ext/byte_buffer.cc
3636 - src/node/ext/call.cc
3637 - src/node/ext/call_credentials.cc
3638 - src/node/ext/channel.cc
3639 - src/node/ext/channel_credentials.cc
3640 - src/node/ext/completion_queue_async_worker.cc
3641 - src/node/ext/node_grpc.cc
3642 - src/node/ext/server.cc
3643 - src/node/ext/server_credentials.cc
3644 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003645openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003646 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003647 extraction_dir: openssl-1.0.2f
3648 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003649php_config_m4:
3650 deps:
3651 - grpc
3652 - gpr
3653 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003654 headers:
3655 - src/php/ext/grpc/byte_buffer.h
3656 - src/php/ext/grpc/call.h
3657 - src/php/ext/grpc/call_credentials.h
3658 - src/php/ext/grpc/channel.h
3659 - src/php/ext/grpc/channel_credentials.h
3660 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003661 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003662 - src/php/ext/grpc/php_grpc.h
3663 - src/php/ext/grpc/server.h
3664 - src/php/ext/grpc/server_credentials.h
3665 - src/php/ext/grpc/timeval.h
3666 src:
3667 - src/php/ext/grpc/byte_buffer.c
3668 - src/php/ext/grpc/call.c
3669 - src/php/ext/grpc/call_credentials.c
3670 - src/php/ext/grpc/channel.c
3671 - src/php/ext/grpc/channel_credentials.c
3672 - src/php/ext/grpc/completion_queue.c
3673 - src/php/ext/grpc/php_grpc.c
3674 - src/php/ext/grpc/server.c
3675 - src/php/ext/grpc/server_credentials.c
3676 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003677python_dependencies:
3678 deps:
3679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003680 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003681 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003682 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003683ruby_gem:
3684 deps:
3685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003686 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003687 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003688 - z