blob: c4aed3d8838d71c5eaaa973869918077a8ac3fe1 [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 Tillerdf095702016-09-13 11:06:40 -070015 core_version: 2.0.0-dev
Craig Tiller8dfdb7e2016-08-29 11:25:56 -070016 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020017 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Craig Tiller25834342015-09-25 08:08:24 -070034 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070035 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070036 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070037 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070038 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070039 - src/core/ext/census/grpc_context.c
40 - src/core/ext/census/grpc_filter.c
41 - src/core/ext/census/grpc_plugin.c
42 - src/core/ext/census/initialize.c
43 - src/core/ext/census/mlog.c
44 - src/core/ext/census/operation.c
45 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070046 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070047 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070048 - src/core/ext/census/tracing.c
49 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070050 uses:
51 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070052 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070053- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010054 public_headers:
55 - include/grpc/support/alloc.h
56 - include/grpc/support/atm.h
57 - include/grpc/support/atm_gcc_atomic.h
58 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070059 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010060 - include/grpc/support/avl.h
61 - include/grpc/support/cmdline.h
62 - include/grpc/support/cpu.h
63 - include/grpc/support/histogram.h
64 - include/grpc/support/host_port.h
65 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070066 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010067 - include/grpc/support/port_platform.h
68 - include/grpc/support/slice.h
69 - include/grpc/support/slice_buffer.h
70 - include/grpc/support/string_util.h
71 - include/grpc/support/subprocess.h
72 - include/grpc/support/sync.h
73 - include/grpc/support/sync_generic.h
74 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070075 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010076 - include/grpc/support/thd.h
77 - include/grpc/support/time.h
78 - include/grpc/support/tls.h
79 - include/grpc/support/tls_gcc.h
80 - include/grpc/support/tls_msvc.h
81 - include/grpc/support/tls_pthread.h
82 - include/grpc/support/useful.h
83 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070084 - src/core/lib/profiling/timers.h
85 - src/core/lib/support/backoff.h
86 - src/core/lib/support/block_annotate.h
87 - src/core/lib/support/env.h
Craig Tiller0bc11712016-05-02 21:22:46 -070088 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070089 - src/core/lib/support/murmur_hash.h
Craig Tiller17ed6b12016-08-18 09:33:33 -070090 - src/core/lib/support/percent_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/stack_lockfree.h
92 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070093 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/thd_internal.h
95 - src/core/lib/support/time_precise.h
96 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010097 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070098 - src/core/lib/profiling/basic_timers.c
99 - src/core/lib/profiling/stap_timers.c
100 - src/core/lib/support/alloc.c
101 - src/core/lib/support/avl.c
102 - src/core/lib/support/backoff.c
103 - src/core/lib/support/cmdline.c
104 - src/core/lib/support/cpu_iphone.c
105 - src/core/lib/support/cpu_linux.c
106 - src/core/lib/support/cpu_posix.c
107 - src/core/lib/support/cpu_windows.c
108 - src/core/lib/support/env_linux.c
109 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700110 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/histogram.c
112 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700113 - src/core/lib/support/log.c
114 - src/core/lib/support/log_android.c
115 - src/core/lib/support/log_linux.c
116 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700117 - src/core/lib/support/log_windows.c
Craig Tiller0bc11712016-05-02 21:22:46 -0700118 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/murmur_hash.c
Craig Tiller17ed6b12016-08-18 09:33:33 -0700120 - src/core/lib/support/percent_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/slice.c
122 - src/core/lib/support/slice_buffer.c
Craig Tillerad3c8c12016-05-02 21:47:30 -0700123 - src/core/lib/support/stack_lockfree.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700124 - src/core/lib/support/string.c
125 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700126 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700127 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700128 - src/core/lib/support/subprocess_posix.c
129 - src/core/lib/support/subprocess_windows.c
130 - src/core/lib/support/sync.c
131 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700132 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700133 - src/core/lib/support/thd.c
134 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/time.c
137 - src/core/lib/support/time_posix.c
138 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700139 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700140 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200141 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700142 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700143 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700144 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700145 uses:
146 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800147- name: gpr_codegen
148 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/atm.h
150 - include/grpc/impl/codegen/atm_gcc_atomic.h
151 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700152 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700153 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800154 - include/grpc/impl/codegen/port_platform.h
155 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800156 - include/grpc/impl/codegen/sync.h
157 - include/grpc/impl/codegen/sync_generic.h
158 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700159 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700160- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700161 public_headers:
162 - include/grpc/byte_buffer.h
163 - include/grpc/byte_buffer_reader.h
164 - include/grpc/compression.h
165 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700166 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200167 - include/grpc/grpc_security_constants.h
Craig Tiller25834342015-09-25 08:08:24 -0700168 - include/grpc/status.h
169 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/channel/channel_args.h
171 - src/core/lib/channel/channel_stack.h
172 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700173 - src/core/lib/channel/compress_filter.h
174 - src/core/lib/channel/connected_channel.h
175 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700176 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700177 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700178 - src/core/lib/channel/http_client_filter.h
179 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700180 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700181 - src/core/lib/compression/algorithm_metadata.h
182 - src/core/lib/compression/message_compress.h
183 - src/core/lib/debug/trace.h
184 - src/core/lib/http/format_request.h
185 - src/core/lib/http/httpcli.h
186 - src/core/lib/http/parser.h
187 - src/core/lib/iomgr/closure.h
Craig Tillerf7cade12016-07-07 21:41:10 -0700188 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/iomgr/endpoint.h
190 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700191 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700192 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700193 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700194 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700195 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/exec_ctx.h
197 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700198 - src/core/lib/iomgr/iocp_windows.h
199 - src/core/lib/iomgr/iomgr.h
200 - src/core/lib/iomgr/iomgr_internal.h
201 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700202 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700203 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700204 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700208 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700210 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700212 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/sockaddr.h
214 - src/core/lib/iomgr/sockaddr_posix.h
215 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700216 - src/core/lib/iomgr/sockaddr_windows.h
murgatroid9979b32272016-08-08 13:38:30 -0700217 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/socket_utils_posix.h
219 - src/core/lib/iomgr/socket_windows.h
220 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700221 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/tcp_posix.h
223 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700224 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/tcp_windows.h
226 - src/core/lib/iomgr/time_averaged_stats.h
227 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700228 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700230 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/udp_server.h
232 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700233 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/wakeup_fd_pipe.h
235 - src/core/lib/iomgr/wakeup_fd_posix.h
236 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/workqueue_windows.h
239 - src/core/lib/json/json.h
240 - src/core/lib/json/json_common.h
241 - src/core/lib/json/json_reader.h
242 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/surface/api_trace.h
244 - src/core/lib/surface/call.h
245 - src/core/lib/surface/call_test_only.h
246 - src/core/lib/surface/channel.h
247 - src/core/lib/surface/channel_init.h
248 - src/core/lib/surface/channel_stack_type.h
249 - src/core/lib/surface/completion_queue.h
250 - src/core/lib/surface/event_string.h
251 - src/core/lib/surface/init.h
252 - src/core/lib/surface/lame_client.h
253 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700256 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/transport/metadata.h
258 - src/core/lib/transport/metadata_batch.h
Mark D. Rothbfe56802016-10-26 12:45:20 -0700259 - src/core/lib/transport/method_config.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700260 - src/core/lib/transport/pid_controller.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400262 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/transport/transport.h
264 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700265 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700266 - src/core/lib/channel/channel_args.c
267 - src/core/lib/channel/channel_stack.c
268 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/channel/compress_filter.c
270 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700271 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700272 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/channel/http_client_filter.c
274 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700275 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700276 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/compression/message_compress.c
278 - src/core/lib/debug/trace.c
279 - src/core/lib/http/format_request.c
280 - src/core/lib/http/httpcli.c
281 - src/core/lib/http/parser.c
282 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700283 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/iomgr/endpoint.c
285 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700286 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700288 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700289 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700290 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700291 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700292 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/iomgr/exec_ctx.c
294 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/iomgr/iocp_windows.c
296 - src/core/lib/iomgr/iomgr.c
297 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700298 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700300 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700301 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700302 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700303 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700305 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/iomgr/pollset_windows.c
307 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700308 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700310 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/sockaddr_utils.c
312 - src/core/lib/iomgr/socket_utils_common_posix.c
313 - src/core/lib/iomgr/socket_utils_linux.c
314 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700315 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700316 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/iomgr/socket_windows.c
318 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/tcp_client_windows.c
321 - src/core/lib/iomgr/tcp_posix.c
322 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/tcp_windows.c
327 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700330 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/iomgr/udp_server.c
332 - src/core/lib/iomgr/unix_sockets_posix.c
333 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700334 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/wakeup_fd_eventfd.c
336 - src/core/lib/iomgr/wakeup_fd_nospecial.c
337 - src/core/lib/iomgr/wakeup_fd_pipe.c
338 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700339 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700340 - src/core/lib/iomgr/workqueue_windows.c
341 - src/core/lib/json/json.c
342 - src/core/lib/json/json_reader.c
343 - src/core/lib/json/json_string.c
344 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/surface/alarm.c
346 - src/core/lib/surface/api_trace.c
347 - src/core/lib/surface/byte_buffer.c
348 - src/core/lib/surface/byte_buffer_reader.c
349 - src/core/lib/surface/call.c
350 - src/core/lib/surface/call_details.c
351 - src/core/lib/surface/call_log_batch.c
352 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/surface/channel_init.c
354 - src/core/lib/surface/channel_ping.c
355 - src/core/lib/surface/channel_stack_type.c
356 - src/core/lib/surface/completion_queue.c
357 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700358 - src/core/lib/surface/lame_client.c
359 - src/core/lib/surface/metadata_array.c
360 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/surface/validate_metadata.c
362 - src/core/lib/surface/version.c
363 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700365 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/transport/metadata.c
367 - src/core/lib/transport/metadata_batch.c
Mark D. Rothbfe56802016-10-26 12:45:20 -0700368 - src/core/lib/transport/method_config.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700369 - src/core/lib/transport/pid_controller.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700370 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400371 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700372 - src/core/lib/transport/transport.c
373 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700374 deps:
375 - gpr
376 uses:
377 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700378- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700379 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700380 - src/core/ext/client_channel/client_channel.h
381 - src/core/ext/client_channel/client_channel_factory.h
382 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700383 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700384 - src/core/ext/client_channel/initial_connect_string.h
385 - src/core/ext/client_channel/lb_policy.h
386 - src/core/ext/client_channel/lb_policy_factory.h
387 - src/core/ext/client_channel/lb_policy_registry.h
388 - src/core/ext/client_channel/parse_address.h
389 - src/core/ext/client_channel/resolver.h
390 - src/core/ext/client_channel/resolver_factory.h
391 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700392 - src/core/ext/client_channel/subchannel.h
393 - src/core/ext/client_channel/subchannel_index.h
394 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700395 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700396 - src/core/ext/client_channel/channel_connectivity.c
397 - src/core/ext/client_channel/client_channel.c
398 - src/core/ext/client_channel/client_channel_factory.c
399 - src/core/ext/client_channel/client_channel_plugin.c
400 - src/core/ext/client_channel/connector.c
401 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700402 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700403 - src/core/ext/client_channel/initial_connect_string.c
404 - src/core/ext/client_channel/lb_policy.c
405 - src/core/ext/client_channel/lb_policy_factory.c
406 - src/core/ext/client_channel/lb_policy_registry.c
407 - src/core/ext/client_channel/parse_address.c
408 - src/core/ext/client_channel/resolver.c
409 - src/core/ext/client_channel/resolver_factory.c
410 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700411 - src/core/ext/client_channel/subchannel.c
412 - src/core/ext/client_channel/subchannel_index.c
413 - src/core/ext/client_channel/uri_parser.c
414 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700415 uses:
416 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800417- name: grpc_codegen
418 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700419 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800420 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800421 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800422 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800423 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800424 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700425 uses:
426 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700427- name: grpc_lb_policy_grpclb
428 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700429 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700430 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700431 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700432 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700433 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700434 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700435 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700436 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700437 uses:
438 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700439 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700440 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700441- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700442 src:
443 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700444 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700445 uses:
446 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700447 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700448- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700449 src:
450 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700451 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700452 uses:
453 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700454 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700455- name: grpc_load_reporting
456 headers:
457 - src/core/ext/load_reporting/load_reporting.h
458 - src/core/ext/load_reporting/load_reporting_filter.h
459 src:
460 - src/core/ext/load_reporting/load_reporting.c
461 - src/core/ext/load_reporting/load_reporting_filter.c
462 plugin: grpc_load_reporting_plugin
463 uses:
464 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700465- name: grpc_resolver_dns_native
466 src:
467 - src/core/ext/resolver/dns/native/dns_resolver.c
468 plugin: grpc_resolver_dns_native
469 uses:
470 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700471 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700472- name: grpc_resolver_sockaddr
473 src:
474 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
475 plugin: grpc_resolver_sockaddr
476 uses:
477 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700478 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100479- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700480 public_headers:
481 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100482 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700483 - src/core/lib/security/context/security_context.h
484 - src/core/lib/security/credentials/composite/composite_credentials.h
485 - src/core/lib/security/credentials/credentials.h
486 - src/core/lib/security/credentials/fake/fake_credentials.h
487 - src/core/lib/security/credentials/google_default/google_default_credentials.h
488 - src/core/lib/security/credentials/iam/iam_credentials.h
489 - src/core/lib/security/credentials/jwt/json_token.h
490 - src/core/lib/security/credentials/jwt/jwt_credentials.h
491 - src/core/lib/security/credentials/jwt/jwt_verifier.h
492 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
493 - src/core/lib/security/credentials/plugin/plugin_credentials.h
494 - src/core/lib/security/credentials/ssl/ssl_credentials.h
495 - src/core/lib/security/transport/auth_filters.h
496 - src/core/lib/security/transport/handshake.h
497 - src/core/lib/security/transport/secure_endpoint.h
498 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700499 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700500 - src/core/lib/security/util/b64.h
501 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100502 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700503 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700504 - src/core/lib/security/context/security_context.c
505 - src/core/lib/security/credentials/composite/composite_credentials.c
506 - src/core/lib/security/credentials/credentials.c
507 - src/core/lib/security/credentials/credentials_metadata.c
508 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700509 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700510 - src/core/lib/security/credentials/google_default/google_default_credentials.c
511 - src/core/lib/security/credentials/iam/iam_credentials.c
512 - src/core/lib/security/credentials/jwt/json_token.c
513 - src/core/lib/security/credentials/jwt/jwt_credentials.c
514 - src/core/lib/security/credentials/jwt/jwt_verifier.c
515 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
516 - src/core/lib/security/credentials/plugin/plugin_credentials.c
517 - src/core/lib/security/credentials/ssl/ssl_credentials.c
518 - src/core/lib/security/transport/client_auth_filter.c
519 - src/core/lib/security/transport/handshake.c
520 - src/core/lib/security/transport/secure_endpoint.c
521 - src/core/lib/security/transport/security_connector.c
522 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700523 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700524 - src/core/lib/security/util/b64.c
525 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700526 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700527 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700528 uses:
529 - grpc_base
530 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700531 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700532- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700533 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700534 headers:
535 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700536 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700537 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700538 - test/core/end2end/fixtures/proxy.h
539 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700540 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200541 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700542 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700543 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700544 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700545 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700546 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700547 - test/core/util/slice_splitter.h
548 src:
549 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700550 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700551 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700552 - test/core/end2end/fixtures/proxy.c
553 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700554 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200555 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700556 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700557 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700558 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700559 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700560 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700561 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700562 - test/core/util/port_windows.c
563 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700564 deps:
565 - grpc
566 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700567- name: grpc_transport_chttp2
568 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700569 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700570 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700571 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
572 - src/core/ext/transport/chttp2/transport/frame.h
573 - src/core/ext/transport/chttp2/transport/frame_data.h
574 - src/core/ext/transport/chttp2/transport/frame_goaway.h
575 - src/core/ext/transport/chttp2/transport/frame_ping.h
576 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
577 - src/core/ext/transport/chttp2/transport/frame_settings.h
578 - src/core/ext/transport/chttp2/transport/frame_window_update.h
579 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
580 - src/core/ext/transport/chttp2/transport/hpack_parser.h
581 - src/core/ext/transport/chttp2/transport/hpack_table.h
582 - src/core/ext/transport/chttp2/transport/http2_errors.h
583 - src/core/ext/transport/chttp2/transport/huffsyms.h
584 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
585 - src/core/ext/transport/chttp2/transport/internal.h
586 - src/core/ext/transport/chttp2/transport/status_conversion.h
587 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700588 - src/core/ext/transport/chttp2/transport/varint.h
589 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700590 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700591 - src/core/ext/transport/chttp2/transport/bin_encoder.c
592 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700593 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
594 - src/core/ext/transport/chttp2/transport/frame_data.c
595 - src/core/ext/transport/chttp2/transport/frame_goaway.c
596 - src/core/ext/transport/chttp2/transport/frame_ping.c
597 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
598 - src/core/ext/transport/chttp2/transport/frame_settings.c
599 - src/core/ext/transport/chttp2/transport/frame_window_update.c
600 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
601 - src/core/ext/transport/chttp2/transport/hpack_parser.c
602 - src/core/ext/transport/chttp2/transport/hpack_table.c
603 - src/core/ext/transport/chttp2/transport/huffsyms.c
604 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
605 - src/core/ext/transport/chttp2/transport/parsing.c
606 - src/core/ext/transport/chttp2/transport/status_conversion.c
607 - src/core/ext/transport/chttp2/transport/stream_lists.c
608 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700609 - src/core/ext/transport/chttp2/transport/varint.c
610 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700611 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700612 uses:
613 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700614 - grpc_transport_chttp2_alpn
615- name: grpc_transport_chttp2_alpn
616 headers:
617 - src/core/ext/transport/chttp2/alpn/alpn.h
618 src:
619 - src/core/ext/transport/chttp2/alpn/alpn.c
620 deps:
621 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700622- name: grpc_transport_chttp2_client_insecure
623 src:
624 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700625 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700626 uses:
627 - grpc_transport_chttp2
628 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700629 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700630- name: grpc_transport_chttp2_client_secure
631 src:
632 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700633 uses:
634 - grpc_transport_chttp2
635 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700636 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700637 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700638- name: grpc_transport_chttp2_server_insecure
639 src:
640 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700641 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700642 uses:
643 - grpc_transport_chttp2
644 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700645- name: grpc_transport_chttp2_server_secure
646 src:
647 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700648 uses:
649 - grpc_transport_chttp2
650 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700651 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700652- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700653 public_headers:
654 - include/grpc/grpc_cronet.h
655 - include/grpc/grpc_security.h
656 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700657 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700658 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
659 src:
660 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
661 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
662 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700663 filegroups:
664 - grpc_base
665 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800666- name: nanopb
667 headers:
668 - third_party/nanopb/pb.h
669 - third_party/nanopb/pb_common.h
670 - third_party/nanopb/pb_decode.h
671 - third_party/nanopb/pb_encode.h
672 src:
673 - third_party/nanopb/pb_common.c
674 - third_party/nanopb/pb_decode.c
675 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700676- name: tsi
677 headers:
678 - src/core/lib/tsi/fake_transport_security.h
679 - src/core/lib/tsi/ssl_transport_security.h
680 - src/core/lib/tsi/ssl_types.h
681 - src/core/lib/tsi/transport_security.h
682 - src/core/lib/tsi/transport_security_interface.h
683 src:
684 - src/core/lib/tsi/fake_transport_security.c
685 - src/core/lib/tsi/ssl_transport_security.c
686 - src/core/lib/tsi/transport_security.c
687 deps:
688 - gpr
689 secure: true
690- name: grpc++_base
691 language: c++
692 public_headers:
693 - include/grpc++/alarm.h
694 - include/grpc++/channel.h
695 - include/grpc++/client_context.h
696 - include/grpc++/completion_queue.h
697 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700698 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700699 - include/grpc++/generic/async_generic_service.h
700 - include/grpc++/generic/generic_stub.h
701 - include/grpc++/grpc++.h
702 - include/grpc++/impl/call.h
703 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700704 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700705 - include/grpc++/impl/grpc_library.h
706 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700707 - include/grpc++/impl/rpc_method.h
708 - include/grpc++/impl/rpc_service_method.h
709 - include/grpc++/impl/serialization_traits.h
710 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700711 - include/grpc++/impl/server_builder_plugin.h
712 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700713 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700714 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700715 - include/grpc++/security/auth_context.h
716 - include/grpc++/security/auth_metadata_processor.h
717 - include/grpc++/security/credentials.h
718 - include/grpc++/security/server_credentials.h
719 - include/grpc++/server.h
720 - include/grpc++/server_builder.h
721 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700722 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 - include/grpc++/support/async_stream.h
724 - include/grpc++/support/async_unary_call.h
725 - include/grpc++/support/byte_buffer.h
726 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700727 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700728 - include/grpc++/support/slice.h
729 - include/grpc++/support/status.h
730 - include/grpc++/support/status_code_enum.h
731 - include/grpc++/support/string_ref.h
732 - include/grpc++/support/stub_options.h
733 - include/grpc++/support/sync_stream.h
734 - include/grpc++/support/time.h
735 headers:
736 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700737 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700738 - src/cpp/server/dynamic_thread_pool.h
739 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700740 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700741 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700742 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 - src/cpp/client/client_context.cc
744 - src/cpp/client/create_channel.cc
745 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700746 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700747 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700750 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700751 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700752 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700753 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700755 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700756 - src/cpp/server/async_generic_service.cc
757 - src/cpp/server/create_default_thread_pool.cc
758 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700759 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700760 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 - src/cpp/server/server_context.cc
762 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700763 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700764 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700765 - src/cpp/util/byte_buffer_cc.cc
766 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700767 - src/cpp/util/status.cc
768 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700769 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700770 uses:
yang-g17487f92016-06-03 15:21:15 -0700771 - grpc++_codegen_base
772- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700773 language: c++
774 public_headers:
775 - include/grpc++/impl/codegen/async_stream.h
776 - include/grpc++/impl/codegen/async_unary_call.h
777 - include/grpc++/impl/codegen/call.h
778 - include/grpc++/impl/codegen/call_hook.h
779 - include/grpc++/impl/codegen/channel_interface.h
780 - include/grpc++/impl/codegen/client_context.h
781 - include/grpc++/impl/codegen/client_unary_call.h
782 - include/grpc++/impl/codegen/completion_queue.h
783 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700784 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 - include/grpc++/impl/codegen/core_codegen_interface.h
786 - include/grpc++/impl/codegen/create_auth_context.h
787 - include/grpc++/impl/codegen/grpc_library.h
788 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - include/grpc++/impl/codegen/rpc_method.h
790 - include/grpc++/impl/codegen/rpc_service_method.h
791 - include/grpc++/impl/codegen/security/auth_context.h
792 - include/grpc++/impl/codegen/serialization_traits.h
793 - include/grpc++/impl/codegen/server_context.h
794 - include/grpc++/impl/codegen/server_interface.h
795 - include/grpc++/impl/codegen/service_type.h
796 - include/grpc++/impl/codegen/status.h
797 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700798 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700799 - include/grpc++/impl/codegen/string_ref.h
800 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 - include/grpc++/impl/codegen/sync_stream.h
802 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 uses:
804 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700805- name: grpc++_codegen_base_src
806 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700807 src:
808 - src/cpp/codegen/codegen_init.cc
809 uses:
yang-gddc3ebb2016-06-13 10:40:32 -0700810 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700811- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812 language: c++
813 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700814 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700815 uses:
yang-g17487f92016-06-03 15:21:15 -0700816 - grpc++_codegen_base
817 - grpc++_config_proto
818- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 language: c++
820 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700822- name: grpc++_reflection_proto
823 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700824 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700825 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700826- name: thrift_util
827 language: c++
828 public_headers:
829 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700830 - include/grpc++/impl/codegen/thrift_utils.h
831 uses:
832 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100833libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800834- name: gpr
835 build: all
836 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800837 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700838 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800839 secure: false
840 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
841- name: gpr_test_util
842 build: private
843 language: c
844 headers:
845 - test/core/util/test_config.h
846 src:
847 - test/core/util/test_config.c
848 deps:
849 - gpr
850 secure: false
851 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700852- name: grpc
853 build: all
854 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700855 src:
856 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700857 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800858 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700859 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700860 filegroups:
861 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700862 - grpc_transport_chttp2_server_secure
863 - grpc_transport_chttp2_client_secure
864 - grpc_transport_chttp2_server_insecure
865 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700866 - grpc_lb_policy_grpclb
867 - grpc_lb_policy_pick_first
868 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700869 - grpc_resolver_dns_native
870 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700871 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100872 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700873 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700874 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700875 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700876 vs_packages:
877 - grpc.dependencies.openssl
878 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700879 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700880- name: grpc_cronet
881 build: all
882 language: c
883 src:
884 - src/core/lib/surface/init.c
885 baselib: true
886 deps_linkage: static
887 dll: true
888 filegroups:
889 - grpc_base
890 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700891 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700892 generate_plugin_registry: true
893 platforms:
894 - linux
895 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100896- name: grpc_dll
897 build: private
898 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100899 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100900 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100901 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100902 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100903 build_system:
904 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100905 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100906 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100907 vs_config_type: DynamicLibrary
908 vs_packages:
909 - grpc.dependencies.openssl
910 - grpc.dependencies.zlib
911 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
912 vs_props:
913 - zlib
914 - openssl
915 - winsock
916 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700917- name: grpc_test_util
918 build: private
919 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700920 headers:
921 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800922 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700923 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700924 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700925 - test/core/end2end/data/server1_cert.c
926 - test/core/end2end/data/server1_key.c
927 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800928 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700929 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800930 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800931 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700932 - grpc
933 filegroups:
934 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700935 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700936 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
937- name: grpc_test_util_unsecure
938 build: private
939 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700940 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800941 - gpr
942 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800943 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700944 filegroups:
945 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946 secure: false
947 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
948- name: grpc_unsecure
949 build: all
950 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700951 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700953 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700954 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800955 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700957 filegroups:
958 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700959 - grpc_transport_chttp2_server_insecure
960 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700961 - grpc_resolver_dns_native
962 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700963 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700964 - grpc_lb_policy_grpclb
965 - grpc_lb_policy_pick_first
966 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700967 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700968 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700969 secure: false
970 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700971- name: reconnect_server
972 build: private
973 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700974 headers:
975 - test/core/util/reconnect_server.h
976 src:
977 - test/core/util/reconnect_server.c
978 deps:
yang-gc9fca182015-11-06 16:41:33 -0800979 - test_tcp_server
980 - grpc_test_util
981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800982 - gpr_test_util
983 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800984- name: test_tcp_server
985 build: private
986 language: c
987 headers:
988 - test/core/util/test_tcp_server.h
989 src:
990 - test/core/util/test_tcp_server.c
991 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700992 - grpc_test_util
993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800994 - gpr_test_util
995 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700996- name: grpc++
997 build: all
998 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700999 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001000 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001001 - src/cpp/client/secure_credentials.h
1002 - src/cpp/common/secure_auth_context.h
1003 - src/cpp/server/secure_server_credentials.h
1004 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001005 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001006 - src/cpp/client/secure_credentials.cc
1007 - src/cpp/common/auth_property_iterator.cc
1008 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001009 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001010 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001011 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001012 - src/cpp/server/secure_server_credentials.cc
1013 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001014 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001015 baselib: true
1016 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001017 filegroups:
1018 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001019 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001020 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001021 secure: check
1022 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001023- name: grpc++_cronet
1024 build: all
1025 language: c++
1026 src:
1027 - src/cpp/client/cronet_credentials.cc
1028 - src/cpp/client/insecure_credentials.cc
1029 - src/cpp/common/insecure_create_auth_context.cc
1030 - src/cpp/server/insecure_server_credentials.cc
1031 deps:
1032 - gpr
1033 - grpc_cronet
1034 baselib: true
1035 dll: true
1036 filegroups:
1037 - grpc++_base
1038 - grpc++_codegen_base
1039 - grpc++_codegen_base_src
1040 platforms:
1041 - linux
1042 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001043- name: grpc++_proto_reflection_desc_db
1044 build: private
1045 language: c++
1046 headers:
1047 - test/cpp/util/proto_reflection_descriptor_database.h
1048 src:
1049 - test/cpp/util/proto_reflection_descriptor_database.cc
1050 deps:
1051 - grpc++
1052 filegroups:
1053 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001054 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001055- name: grpc++_reflection
1056 build: all
1057 language: c++
1058 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001059 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001060 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001061 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001062 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001063 - src/cpp/ext/proto_server_reflection.cc
1064 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001065 deps:
1066 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001067 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001068 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001069- name: grpc++_test
Yuchen Zeng13184792016-07-18 13:07:42 -07001070 build: private
1071 language: c++
yang-g42879982016-10-13 15:58:31 -07001072 headers:
1073 - include/grpc++/test/server_context_test_spouse.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001074 src:
yang-g42879982016-10-13 15:58:31 -07001075 - src/cpp/test/server_context_test_spouse.cc
1076 deps:
1077 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001078- name: grpc++_test_config
1079 build: private
1080 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001081 headers:
1082 - test/cpp/util/test_config.h
1083 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001084 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085- name: grpc++_test_util
1086 build: private
1087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001088 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001089 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001090 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001091 - test/cpp/util/create_test_channel.h
1092 - test/cpp/util/string_ref_helper.h
1093 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001094 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001095 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001096 - src/proto/grpc/testing/echo_messages.proto
1097 - src/proto/grpc/testing/echo.proto
1098 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001099 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001100 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001101 - test/cpp/util/create_test_channel.cc
1102 - test/cpp/util/string_ref_helper.cc
1103 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001104 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001105 deps:
1106 - grpc++
1107 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001108 filegroups:
1109 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001110 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001111 - grpc++_codegen_proto
1112 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001113 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001114- name: grpc++_unsecure
1115 build: all
1116 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001117 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001118 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001119 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001120 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001121 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001122 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001123 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001124 baselib: true
1125 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001126 filegroups:
1127 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001128 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001129 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001130 secure: false
1131 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001132- name: grpc_cli_libs
1133 build: private
1134 language: c++
1135 headers:
1136 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001137 - test/cpp/util/cli_credentials.h
1138 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001139 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001140 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001141 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001142 src:
1143 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001144 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001145 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001146 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001147 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001148 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001149 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001150 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001151 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001152 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001153 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154- name: grpc_plugin_support
1155 build: protoc
1156 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001157 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001158 - src/compiler/config.h
1159 - src/compiler/cpp_generator.h
1160 - src/compiler/cpp_generator_helpers.h
1161 - src/compiler/csharp_generator.h
1162 - src/compiler/csharp_generator_helpers.h
1163 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001164 - src/compiler/node_generator.h
1165 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001166 - src/compiler/objective_c_generator.h
1167 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001168 - src/compiler/php_generator.h
1169 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001170 - src/compiler/python_generator.h
1171 - src/compiler/ruby_generator.h
1172 - src/compiler/ruby_generator_helpers-inl.h
1173 - src/compiler/ruby_generator_map-inl.h
1174 - src/compiler/ruby_generator_string-inl.h
1175 src:
1176 - src/compiler/cpp_generator.cc
1177 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001178 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001179 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001180 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001181 - src/compiler/python_generator.cc
1182 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001183 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001184 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185 secure: false
1186 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001187 vs_props:
1188 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001189- name: interop_client_helper
1190 build: private
1191 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001192 headers:
1193 - test/cpp/interop/client_helper.h
1194 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001195 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001196 - test/cpp/interop/client_helper.cc
1197 deps:
1198 - grpc++_test_util
1199 - grpc_test_util
1200 - grpc++
1201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001203- name: interop_client_main
1204 build: private
1205 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001206 headers:
1207 - test/cpp/interop/interop_client.h
1208 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001209 - src/proto/grpc/testing/empty.proto
1210 - src/proto/grpc/testing/messages.proto
1211 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001212 - test/cpp/interop/client.cc
1213 - test/cpp/interop/interop_client.cc
1214 deps:
1215 - interop_client_helper
1216 - grpc++_test_util
1217 - grpc_test_util
1218 - grpc++
1219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001220 - gpr_test_util
1221 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001222 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001223- name: interop_server_helper
1224 build: private
1225 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001226 headers:
1227 - test/cpp/interop/server_helper.h
1228 src:
1229 - test/cpp/interop/server_helper.cc
1230 deps:
1231 - grpc_test_util
1232 - grpc++
1233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001234 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001235- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001236 build: private
1237 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001238 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001239 - src/proto/grpc/testing/empty.proto
1240 - src/proto/grpc/testing/messages.proto
1241 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001242 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001243 deps:
1244 - interop_server_helper
1245 - grpc++_test_util
1246 - grpc_test_util
1247 - grpc++
1248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 - gpr_test_util
1250 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001251 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001252- name: interop_server_main
1253 build: private
1254 language: c++
1255 src:
1256 - test/cpp/interop/interop_server_bootstrap.cc
1257 deps:
1258 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259- name: qps
1260 build: private
1261 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001262 headers:
1263 - test/cpp/qps/client.h
1264 - test/cpp/qps/driver.h
1265 - test/cpp/qps/histogram.h
1266 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001267 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001268 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001269 - test/cpp/qps/qps_worker.h
1270 - test/cpp/qps/report.h
1271 - test/cpp/qps/server.h
1272 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001273 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001274 - test/cpp/util/benchmark_config.h
1275 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001276 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001277 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001278 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001279 - src/proto/grpc/testing/control.proto
1280 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001281 - test/cpp/qps/client_async.cc
1282 - test/cpp/qps/client_sync.cc
1283 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001284 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001285 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001286 - test/cpp/qps/qps_worker.cc
1287 - test/cpp/qps/report.cc
1288 - test/cpp/qps/server_async.cc
1289 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001290 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001291 - test/cpp/util/benchmark_config.cc
1292 deps:
1293 - grpc_test_util
1294 - grpc++_test_util
1295 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: grpc_csharp_ext
1297 build: all
1298 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001299 src:
1300 - src/csharp/ext/grpc_csharp_ext.c
1301 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001303 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001304 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001305 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001306 dll: only
1307 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001308 vs_packages:
1309 - grpc.dependencies.openssl
1310 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001312 vs_props:
1313 - zlib
1314 - openssl
1315 - winsock
1316 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001317targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001318- name: alarm_test
1319 build: test
1320 language: c
1321 src:
1322 - test/core/surface/alarm_test.c
1323 deps:
1324 - grpc_test_util
1325 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001326 - gpr_test_util
1327 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001328- name: algorithm_test
1329 build: test
1330 language: c
1331 src:
1332 - test/core/compression/algorithm_test.c
1333 deps:
1334 - grpc_test_util
1335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001336 - gpr_test_util
1337 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001338- name: alloc_test
1339 build: test
1340 language: c
1341 src:
1342 - test/core/support/alloc_test.c
1343 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001344 - gpr_test_util
1345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346- name: alpn_test
1347 build: test
1348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001349 src:
1350 - test/core/transport/chttp2/alpn_test.c
1351 deps:
1352 - grpc_test_util
1353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001354 - gpr_test_util
1355 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001356- name: api_fuzzer
1357 build: fuzzer
1358 language: c
1359 src:
1360 - test/core/end2end/fuzzers/api_fuzzer.c
1361 deps:
1362 - grpc_test_util
1363 - grpc
1364 - gpr_test_util
1365 - gpr
1366 corpus_dirs:
1367 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001368 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001369 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001370- name: bad_server_response_test
1371 build: test
1372 language: c
1373 src:
1374 - test/core/end2end/bad_server_response_test.c
1375 deps:
1376 - test_tcp_server
1377 - grpc_test_util
1378 - grpc
1379 - gpr_test_util
1380 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001381 exclude_iomgrs:
1382 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001383- name: bin_decoder_test
1384 build: test
1385 language: c
1386 src:
1387 - test/core/transport/chttp2/bin_decoder_test.c
1388 deps:
1389 - grpc_test_util
1390 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: bin_encoder_test
1392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/transport/chttp2/bin_encoder_test.c
1396 deps:
1397 - grpc_test_util
1398 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001399- name: census_context_test
1400 build: test
1401 language: c
1402 src:
1403 - test/core/census/context_test.c
1404 deps:
1405 - grpc_test_util
1406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001407 - gpr_test_util
1408 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001409- name: census_resource_test
1410 build: test
1411 language: c
1412 src:
1413 - test/core/census/resource_test.c
1414 deps:
1415 - grpc_test_util
1416 - grpc
1417 - gpr_test_util
1418 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001419- name: census_trace_context_test
1420 build: test
1421 language: c
1422 src:
1423 - test/core/census/trace_context_test.c
1424 deps:
1425 - grpc_test_util
1426 - grpc
1427 - gpr_test_util
1428 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001429- name: channel_create_test
1430 build: test
1431 language: c
1432 src:
1433 - test/core/surface/channel_create_test.c
1434 deps:
1435 - grpc_test_util
1436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr_test_util
1438 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001439- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001440 build: test
1441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001442 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001443 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001444 deps:
1445 - grpc_test_util
1446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001447 - gpr_test_util
1448 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001449- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450 build: test
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001453 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001454 deps:
1455 - grpc_test_util
1456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001457 - gpr_test_util
1458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001459- name: chttp2_stream_map_test
1460 build: test
1461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001462 src:
1463 - test/core/transport/chttp2/stream_map_test.c
1464 deps:
1465 - grpc_test_util
1466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001467 - gpr_test_util
1468 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001469- name: chttp2_varint_test
1470 build: test
1471 language: c
1472 src:
1473 - test/core/transport/chttp2/varint_test.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr_test_util
1478 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001479- name: client_fuzzer
1480 build: fuzzer
1481 language: c
1482 src:
1483 - test/core/end2end/fuzzers/client_fuzzer.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
1487 - gpr_test_util
1488 - gpr
1489 corpus_dirs:
1490 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001491 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001492 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001493- name: combiner_test
1494 cpu_cost: 30
1495 build: test
1496 language: c
1497 src:
1498 - test/core/iomgr/combiner_test.c
1499 deps:
1500 - grpc_test_util
1501 - grpc
1502 - gpr_test_util
1503 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001504- name: compression_test
1505 build: test
1506 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001507 src:
1508 - test/core/compression/compression_test.c
1509 deps:
1510 - grpc_test_util
1511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001512 - gpr_test_util
1513 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001514- name: concurrent_connectivity_test
1515 build: test
1516 language: c
1517 src:
1518 - test/core/surface/concurrent_connectivity_test.c
1519 deps:
1520 - grpc_test_util
1521 - grpc
1522 - gpr_test_util
1523 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001524 exclude_iomgrs:
1525 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001526- name: connection_refused_test
Craig Tillere2327db2016-03-11 09:52:42 -08001527 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001528 build: test
1529 language: c
1530 src:
Craig Tiller012372f2016-09-26 10:23:34 -07001531 - test/core/end2end/connection_refused_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001532 deps:
1533 - grpc_test_util
1534 - grpc
1535 - gpr_test_util
1536 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537- name: dns_resolver_connectivity_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001538 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001539 build: test
1540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001541 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001542 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001543 deps:
1544 - grpc_test_util
1545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr_test_util
1547 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001548 exclude_iomgrs:
1549 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001550- name: dns_resolver_test
1551 build: test
1552 language: c
1553 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001554 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001556 - grpc_test_util
1557 - grpc
1558 - gpr_test_util
1559 - gpr
1560- name: dualstack_socket_test
1561 cpu_cost: 0.1
1562 build: test
1563 language: c
1564 src:
1565 - test/core/end2end/dualstack_socket_test.c
1566 deps:
Craig Tillere0b8a422015-08-31 16:03:39 -07001567 - grpc_test_util
1568 - grpc
1569 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001570 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001571 exclude_iomgrs:
1572 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573 platforms:
1574 - mac
1575 - linux
1576 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001577- name: endpoint_pair_test
1578 build: test
1579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001580 src:
1581 - test/core/iomgr/endpoint_pair_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001587 exclude_iomgrs:
1588 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001589- name: ev_epoll_linux_test
1590 build: test
1591 language: c
1592 src:
1593 - test/core/iomgr/ev_epoll_linux_test.c
1594 deps:
1595 - grpc_test_util
1596 - grpc
1597 - gpr_test_util
1598 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001599 exclude_iomgrs:
1600 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001601 platforms:
1602 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: fd_conservation_posix_test
1604 build: test
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/iomgr/fd_conservation_posix_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001613 exclude_iomgrs:
1614 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001615 platforms:
1616 - mac
1617 - linux
1618 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: fd_posix_test
1620 build: test
1621 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001622 src:
1623 - test/core/iomgr/fd_posix_test.c
1624 deps:
1625 - grpc_test_util
1626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001629 exclude_iomgrs:
1630 - uv
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_client
1636 build: test
1637 run: false
1638 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001639 src:
1640 - test/core/fling/client.c
1641 deps:
1642 - grpc_test_util
1643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001646- name: fling_server
1647 build: test
1648 run: false
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/fling/server.c
1652 deps:
1653 - grpc_test_util
1654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001655 - gpr_test_util
1656 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001657- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001658 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001659 build: test
1660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001661 src:
1662 - test/core/fling/fling_stream_test.c
1663 deps:
1664 - grpc_test_util
1665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001666 - gpr_test_util
1667 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001668 platforms:
1669 - mac
1670 - linux
1671 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001673 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001674 build: test
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/fling/fling_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001683 platforms:
1684 - mac
1685 - linux
1686 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687- name: gen_hpack_tables
1688 build: tool
1689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
1691 - tools/codegen/core/gen_hpack_tables.c
1692 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001694 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695- name: gen_legal_metadata_characters
1696 build: tool
1697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001698 src:
1699 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001701- name: gen_percent_encoding_tables
1702 build: tool
1703 language: c
1704 src:
1705 - tools/codegen/core/gen_percent_encoding_tables.c
1706 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001707- name: goaway_server_test
1708 cpu_cost: 0.1
1709 build: test
1710 language: c
1711 src:
1712 - test/core/end2end/goaway_server_test.c
1713 deps:
1714 - grpc_test_util
1715 - grpc
1716 - gpr_test_util
1717 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001718 exclude_iomgrs:
1719 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001720 platforms:
1721 - mac
1722 - linux
1723 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001724- name: gpr_avl_test
1725 build: test
1726 language: c
1727 src:
1728 - test/core/support/avl_test.c
1729 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001730 - gpr_test_util
1731 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001732- name: gpr_backoff_test
1733 build: test
1734 language: c
1735 src:
1736 - test/core/support/backoff_test.c
1737 deps:
1738 - gpr_test_util
1739 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001740- name: gpr_cmdline_test
1741 build: test
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
1744 - test/core/support/cmdline_test.c
1745 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001748- name: gpr_cpu_test
1749 build: test
1750 language: c
1751 src:
1752 - test/core/support/cpu_test.c
1753 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001756- name: gpr_env_test
1757 build: test
1758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001759 src:
1760 - test/core/support/env_test.c
1761 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001762 - gpr_test_util
1763 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764- name: gpr_histogram_test
1765 build: test
1766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001767 src:
1768 - test/core/support/histogram_test.c
1769 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772- name: gpr_host_port_test
1773 build: test
1774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001775 src:
1776 - test/core/support/host_port_test.c
1777 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001780- name: gpr_log_test
1781 build: test
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
1784 - test/core/support/log_test.c
1785 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001788- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001789 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001790 build: test
1791 language: c
1792 src:
1793 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001794 deps:
1795 - gpr_test_util
1796 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001797- name: gpr_percent_encoding_test
1798 build: test
1799 language: c
1800 src:
1801 - test/core/support/percent_encoding_test.c
Craig Tiller18879dc2016-05-02 22:13:48 -07001802 deps:
1803 - gpr_test_util
1804 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001805- name: gpr_slice_buffer_test
1806 build: test
1807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001808 src:
1809 - test/core/support/slice_buffer_test.c
1810 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: gpr_slice_test
1814 build: test
1815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/support/slice_test.c
1818 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr_test_util
1820 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001821- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001822 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823 build: test
1824 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001825 src:
1826 - test/core/support/stack_lockfree_test.c
1827 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830- name: gpr_string_test
1831 build: test
1832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001833 src:
1834 - test/core/support/string_test.c
1835 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr_test_util
1837 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001839 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/support/sync_test.c
1844 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001845 - gpr_test_util
1846 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001847- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001848 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849 build: test
1850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001851 src:
1852 - test/core/support/thd_test.c
1853 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: gpr_time_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/support/time_test.c
1861 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001862 - gpr_test_util
1863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001864- name: gpr_tls_test
1865 build: test
1866 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001867 src:
1868 - test/core/support/tls_test.c
1869 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872- name: gpr_useful_test
1873 build: test
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
1876 - test/core/support/useful_test.c
1877 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001878 - gpr_test_util
1879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880- name: grpc_auth_context_test
1881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
1884 - test/core/security/auth_context_test.c
1885 deps:
1886 - grpc_test_util
1887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001890- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001894 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: grpc_byte_buffer_reader_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/surface/byte_buffer_reader_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: grpc_channel_args_test
1911 build: test
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/channel/channel_args_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_channel_stack_test
1921 build: test
1922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001923 src:
1924 - test/core/channel/channel_stack_test.c
1925 deps:
1926 - grpc_test_util
1927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001928 - gpr_test_util
1929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001930- name: grpc_completion_queue_test
1931 build: test
1932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001933 src:
1934 - test/core/surface/completion_queue_test.c
1935 deps:
1936 - grpc_test_util
1937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001938 - gpr_test_util
1939 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001940 exclude_iomgrs:
1941 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: grpc_create_jwt
1943 build: tool
1944 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001945 src:
1946 - test/core/security/create_jwt.c
1947 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001950 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: grpc_credentials_test
1952 build: test
1953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001954 src:
1955 - test/core/security/credentials_test.c
1956 deps:
1957 - grpc_test_util
1958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001959 - gpr_test_util
1960 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001961- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001962 build: test
1963 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001964 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001965 src:
1966 - test/core/security/fetch_oauth2.c
1967 deps:
1968 - grpc_test_util
1969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001970 - gpr_test_util
1971 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001972- name: grpc_invalid_channel_args_test
1973 build: test
1974 language: c
1975 src:
1976 - test/core/surface/invalid_channel_args_test.c
1977 deps:
1978 - grpc_test_util
1979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 - gpr_test_util
1981 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001982- name: grpc_json_token_test
1983 build: test
1984 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001985 src:
1986 - test/core/security/json_token_test.c
1987 deps:
1988 - grpc_test_util
1989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001992 platforms:
1993 - linux
1994 - posix
1995 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996- name: grpc_jwt_verifier_test
1997 build: test
1998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/core/security/jwt_verifier_test.c
2001 deps:
2002 - grpc_test_util
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: grpc_print_google_default_creds_token
2007 build: tool
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/security/print_google_default_creds_token.c
2011 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014- name: grpc_security_connector_test
2015 build: test
2016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002017 src:
2018 - test/core/security/security_connector_test.c
2019 deps:
2020 - grpc_test_util
2021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002022 - gpr_test_util
2023 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024- name: grpc_verify_jwt
2025 build: tool
2026 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002027 src:
2028 - test/core/security/verify_jwt.c
2029 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002031 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002032- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002033 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002034 language: c
2035 src:
2036 - test/core/handshake/client_ssl.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
2040 - gpr_test_util
2041 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002042 platforms:
2043 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002044 secure: true
2045- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002046 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002047 language: c
2048 src:
2049 - test/core/handshake/server_ssl.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
2053 - gpr_test_util
2054 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002055 platforms:
2056 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002057 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002058- name: hpack_parser_fuzzer_test
2059 build: fuzzer
2060 language: c
2061 src:
2062 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2063 deps:
2064 - grpc_test_util
2065 - grpc
2066 - gpr_test_util
2067 - gpr
2068 corpus_dirs:
2069 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002070 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002071 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: hpack_parser_test
2073 build: test
2074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
2076 - test/core/transport/chttp2/hpack_parser_test.c
2077 deps:
2078 - grpc_test_util
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: hpack_table_test
2083 build: test
2084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002085 src:
2086 - test/core/transport/chttp2/hpack_table_test.c
2087 deps:
2088 - grpc_test_util
2089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002090 - gpr_test_util
2091 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002092- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093 build: test
2094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002095 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002096 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002097 deps:
2098 - grpc_test_util
2099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002100 - gpr_test_util
2101 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002102- name: http_request_fuzzer_test
2103 build: fuzzer
2104 language: c
2105 src:
2106 - test/core/http/request_fuzzer.c
2107 deps:
2108 - grpc_test_util
2109 - grpc
2110 - gpr_test_util
2111 - gpr
2112 corpus_dirs:
2113 - test/core/http/corpus
2114 maxlen: 2048
2115- name: http_response_fuzzer_test
2116 build: fuzzer
2117 language: c
2118 src:
2119 - test/core/http/response_fuzzer.c
2120 deps:
2121 - grpc_test_util
2122 - grpc
2123 - gpr_test_util
2124 - gpr
2125 corpus_dirs:
2126 - test/core/http/corpus
2127 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002128- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129 build: test
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002132 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002133 deps:
2134 - grpc_test_util
2135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002138- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002139 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140 build: test
2141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002142 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002143 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002144 deps:
2145 - grpc_test_util
2146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002147 - gpr_test_util
2148 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002149 platforms:
2150 - mac
2151 - linux
2152 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002153- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002154 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002155 build: test
2156 language: c
2157 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002158 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002159 deps:
2160 - grpc_test_util
2161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002164 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002165 - linux
yang-gf1183302015-12-07 16:02:05 -08002166- name: init_test
2167 build: test
2168 language: c
2169 src:
2170 - test/core/surface/init_test.c
2171 deps:
2172 - grpc_test_util
2173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002176- name: internal_api_canary_iomgr_test
2177 build: test
2178 run: false
2179 language: c
2180 src:
2181 - test/core/internal_api_canaries/iomgr.c
2182 deps:
2183 - grpc_test_util
2184 - grpc
2185 - gpr_test_util
2186 - gpr
2187- name: internal_api_canary_support_test
2188 build: test
2189 run: false
2190 language: c
2191 src:
2192 - test/core/internal_api_canaries/iomgr.c
2193 deps:
2194 - grpc_test_util
2195 - grpc
2196 - gpr_test_util
2197 - gpr
2198- name: internal_api_canary_transport_test
2199 build: test
2200 run: false
2201 language: c
2202 src:
2203 - test/core/internal_api_canaries/iomgr.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
2207 - gpr_test_util
2208 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002209- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002210 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002211 build: test
2212 language: c
2213 src:
2214 - test/core/end2end/invalid_call_argument_test.c
2215 deps:
2216 - grpc_test_util
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002220- name: json_fuzzer_test
2221 build: fuzzer
2222 language: c
2223 src:
2224 - test/core/json/fuzzer.c
2225 deps:
2226 - grpc_test_util
2227 - grpc
2228 - gpr_test_util
2229 - gpr
2230 corpus_dirs:
2231 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002232 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233- name: json_rewrite
2234 build: test
2235 run: false
2236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002237 src:
2238 - test/core/json/json_rewrite.c
2239 deps:
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242- name: json_rewrite_test
2243 build: test
2244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
2246 - test/core/json/json_rewrite_test.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002252- name: json_stream_error_test
2253 build: test
2254 language: c
2255 src:
2256 - test/core/json/json_stream_error_test.c
2257 deps:
2258 - grpc_test_util
2259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002260 - gpr_test_util
2261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: json_test
2263 build: test
2264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002265 src:
2266 - test/core/json/json_test.c
2267 deps:
2268 - grpc_test_util
2269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002270 - gpr_test_util
2271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272- name: lame_client_test
2273 build: test
2274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002275 src:
2276 - test/core/surface/lame_client_test.c
2277 deps:
2278 - grpc_test_util
2279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002280 - gpr_test_util
2281 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002282- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002283 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002284 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002285 build: test
2286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002288 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002289 deps:
2290 - grpc_test_util
2291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002294- name: load_file_test
2295 build: test
2296 language: c
2297 src:
2298 - test/core/iomgr/load_file_test.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
2302 - gpr_test_util
2303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304- name: low_level_ping_pong_benchmark
2305 build: benchmark
2306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002307 src:
2308 - test/core/network_benchmarks/low_level_ping_pong.c
2309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002314 platforms:
2315 - mac
2316 - linux
2317 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002318- name: message_compress_test
2319 build: test
2320 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002321 src:
2322 - test/core/compression/message_compress_test.c
2323 deps:
2324 - grpc_test_util
2325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002326 - gpr_test_util
2327 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002328- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002329 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002330 build: test
2331 language: c
2332 src:
2333 - test/core/census/mlog_test.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
2337 - gpr_test_util
2338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: multiple_server_queues_test
2340 build: test
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/core/end2end/multiple_server_queues_test.c
2344 deps:
2345 - grpc_test_util
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349- name: murmur_hash_test
2350 build: test
2351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
2353 - test/core/support/murmur_hash_test.c
2354 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002355 - gpr_test_util
2356 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002357- name: nanopb_fuzzer_response_test
2358 build: fuzzer
2359 language: c
2360 src:
2361 - test/core/nanopb/fuzzer_response.c
2362 deps:
2363 - grpc_test_util
2364 - grpc
2365 - gpr_test_util
2366 - gpr
2367 corpus_dirs:
2368 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002369 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002370- name: nanopb_fuzzer_serverlist_test
2371 build: fuzzer
2372 language: c
2373 src:
2374 - test/core/nanopb/fuzzer_serverlist.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
2378 - gpr_test_util
2379 - gpr
2380 corpus_dirs:
2381 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002382 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002384 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385 build: test
2386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002387 src:
2388 - test/core/end2end/no_server_test.c
2389 deps:
2390 - grpc_test_util
2391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002394- name: percent_decode_fuzzer
2395 build: fuzzer
2396 language: c
2397 src:
2398 - test/core/support/percent_decode_fuzzer.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
2402 - gpr_test_util
2403 - gpr
2404 corpus_dirs:
2405 - test/core/support/percent_decode_corpus
2406 maxlen: 32
2407- name: percent_encode_fuzzer
2408 build: fuzzer
2409 language: c
2410 src:
2411 - test/core/support/percent_encode_fuzzer.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
2415 - gpr_test_util
2416 - gpr
2417 corpus_dirs:
2418 - test/core/support/percent_encode_corpus
2419 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420- name: resolve_address_test
2421 build: test
2422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - test/core/iomgr/resolve_address_test.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002430 exclude_iomgrs:
2431 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002432- name: resource_quota_test
2433 cpu_cost: 30
2434 build: test
2435 language: c
2436 src:
2437 - test/core/iomgr/resource_quota_test.c
2438 deps:
2439 - grpc_test_util
2440 - grpc
2441 - gpr_test_util
2442 - gpr
yang-gd482e592015-12-10 14:04:00 -08002443- name: secure_channel_create_test
2444 build: test
2445 language: c
2446 src:
2447 - test/core/surface/secure_channel_create_test.c
2448 deps:
2449 - grpc_test_util
2450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002451 - gpr_test_util
2452 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002453- name: secure_endpoint_test
2454 build: test
2455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002456 src:
2457 - test/core/security/secure_endpoint_test.c
2458 deps:
2459 - grpc_test_util
2460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002461 - gpr_test_util
2462 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002463 exclude_iomgrs:
2464 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002465- name: sequential_connectivity_test
2466 build: test
2467 language: c
2468 src:
2469 - test/core/surface/sequential_connectivity_test.c
2470 deps:
2471 - grpc_test_util
2472 - grpc
2473 - gpr_test_util
2474 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002475 exclude_iomgrs:
2476 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002477- name: server_chttp2_test
2478 build: test
2479 language: c
2480 src:
2481 - test/core/surface/server_chttp2_test.c
2482 deps:
2483 - grpc_test_util
2484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002485 - gpr_test_util
2486 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002487- name: server_fuzzer
2488 build: fuzzer
2489 language: c
2490 src:
2491 - test/core/end2end/fuzzers/server_fuzzer.c
2492 deps:
2493 - grpc_test_util
2494 - grpc
2495 - gpr_test_util
2496 - gpr
2497 corpus_dirs:
2498 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002499 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002500 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002501- name: server_test
2502 build: test
2503 language: c
2504 src:
2505 - test/core/surface/server_test.c
2506 deps:
2507 - grpc_test_util
2508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002509 - gpr_test_util
2510 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002511- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002512 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002513 build: test
2514 language: c
2515 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002516 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002517 deps:
2518 - test_tcp_server
2519 - grpc_test_util
2520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002521 - gpr_test_util
2522 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002523 exclude_iomgrs:
2524 - uv
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002525- name: sockaddr_resolver_test
2526 build: test
2527 language: c
2528 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002529 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002530 deps:
2531 - grpc_test_util
2532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002533 - gpr_test_util
2534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002535- name: sockaddr_utils_test
2536 build: test
2537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002538 src:
2539 - test/core/iomgr/sockaddr_utils_test.c
2540 deps:
2541 - grpc_test_util
2542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002543 - gpr_test_util
2544 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002545- name: socket_utils_test
2546 build: test
2547 language: c
2548 src:
2549 - test/core/iomgr/socket_utils_test.c
2550 deps:
2551 - grpc_test_util
2552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002553 - gpr_test_util
2554 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002555 exclude_iomgrs:
2556 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002557 platforms:
2558 - mac
2559 - linux
2560 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002562 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002563 build: test
2564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002565 src:
2566 - test/core/iomgr/tcp_client_posix_test.c
2567 deps:
2568 - grpc_test_util
2569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002572 exclude_iomgrs:
2573 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002574 platforms:
2575 - mac
2576 - linux
2577 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002579 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580 build: test
2581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002582 src:
2583 - test/core/iomgr/tcp_posix_test.c
2584 deps:
2585 - grpc_test_util
2586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002587 - gpr_test_util
2588 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002589 exclude_iomgrs:
2590 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002591 platforms:
2592 - mac
2593 - linux
2594 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002595- name: tcp_server_posix_test
2596 build: test
2597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002598 src:
2599 - test/core/iomgr/tcp_server_posix_test.c
2600 deps:
2601 - grpc_test_util
2602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002603 - gpr_test_util
2604 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002605 exclude_iomgrs:
2606 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002607 platforms:
2608 - mac
2609 - linux
2610 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611- name: time_averaged_stats_test
2612 build: test
2613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002614 src:
2615 - test/core/iomgr/time_averaged_stats_test.c
2616 deps:
2617 - grpc_test_util
2618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002619 - gpr_test_util
2620 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002621- name: timeout_encoding_test
2622 build: test
2623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002624 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002625 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002626 deps:
2627 - grpc_test_util
2628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 - gpr_test_util
2630 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002631- name: timer_heap_test
2632 build: test
2633 language: c
2634 src:
2635 - test/core/iomgr/timer_heap_test.c
2636 deps:
2637 - grpc_test_util
2638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002639 - gpr_test_util
2640 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002641 exclude_iomgrs:
2642 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002643- name: timer_list_test
2644 build: test
2645 language: c
2646 src:
2647 - test/core/iomgr/timer_list_test.c
2648 deps:
2649 - grpc_test_util
2650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002651 - gpr_test_util
2652 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002653 exclude_iomgrs:
2654 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002655- name: transport_connectivity_state_test
2656 build: test
2657 language: c
2658 src:
2659 - test/core/transport/connectivity_state_test.c
2660 deps:
2661 - grpc_test_util
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002665- name: transport_metadata_test
2666 build: test
2667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002668 src:
2669 - test/core/transport/metadata_test.c
2670 deps:
2671 - grpc_test_util
2672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002673 - gpr_test_util
2674 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002675- name: transport_pid_controller_test
2676 build: test
2677 language: c
2678 src:
2679 - test/core/transport/pid_controller_test.c
2680 deps:
2681 - grpc_test_util
2682 - grpc
2683 - gpr_test_util
2684 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002685- name: transport_security_test
2686 build: test
2687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002688 src:
2689 - test/core/tsi/transport_security_test.c
2690 deps:
2691 - grpc_test_util
2692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr_test_util
2694 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002695 platforms:
2696 - linux
2697 - posix
2698 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002699- name: udp_server_test
2700 build: test
2701 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002702 src:
2703 - test/core/iomgr/udp_server_test.c
2704 deps:
2705 - grpc_test_util
2706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002707 - gpr_test_util
2708 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002709 exclude_iomgrs:
2710 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002711 platforms:
2712 - mac
2713 - linux
2714 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002715- name: uri_fuzzer_test
2716 build: fuzzer
2717 language: c
2718 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002719 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002720 deps:
2721 - grpc_test_util
2722 - grpc
2723 - gpr_test_util
2724 - gpr
2725 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002726 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002727 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728- name: uri_parser_test
2729 build: test
2730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002731 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002732 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002733 deps:
2734 - grpc_test_util
2735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002736 - gpr_test_util
2737 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002738- name: wakeup_fd_cv_test
2739 build: test
2740 language: c
2741 src:
2742 - test/core/iomgr/wakeup_fd_cv_test.c
2743 deps:
2744 - grpc_test_util
2745 - grpc
2746 - gpr_test_util
2747 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002748 exclude_iomgrs:
2749 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002750 platforms:
2751 - mac
2752 - linux
2753 - posix
vjpai04e992a2016-02-10 16:58:38 -08002754- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002755 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002756 build: test
2757 language: c++
2758 src:
2759 - test/cpp/common/alarm_cpp_test.cc
2760 deps:
2761 - grpc++_test_util
2762 - grpc_test_util
2763 - grpc++
2764 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002765 - gpr_test_util
2766 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002767- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002768 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002769 build: test
2770 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002771 src:
2772 - test/cpp/end2end/async_end2end_test.cc
2773 deps:
2774 - grpc++_test_util
2775 - grpc_test_util
2776 - grpc++
2777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002778 - gpr_test_util
2779 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002780- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002781 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002782 build: test
2783 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002784 src:
2785 - test/cpp/common/auth_property_iterator_test.cc
2786 deps:
2787 - grpc++_test_util
2788 - grpc_test_util
2789 - grpc++
2790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002791 - gpr_test_util
2792 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002793- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002794 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002795 build: test
2796 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002797 src:
yang-g52705592015-11-25 11:45:33 -08002798 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002799 deps:
2800 - grpc++
2801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803- name: cli_call_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/cli_call_test.cc
2809 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002810 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002811 - grpc++_test_util
2812 - grpc_test_util
2813 - grpc++
2814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002815 - gpr_test_util
2816 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002817- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002818 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002819 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002820 build: test
2821 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002822 src:
2823 - test/cpp/end2end/client_crash_test.cc
2824 deps:
2825 - grpc++_test_util
2826 - grpc_test_util
2827 - grpc++
2828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002829 - gpr_test_util
2830 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002831 platforms:
2832 - mac
2833 - linux
2834 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002835- name: client_crash_test_server
2836 build: test
2837 run: false
2838 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002839 src:
2840 - test/cpp/end2end/client_crash_test_server.cc
2841 deps:
2842 - grpc++_test_util
2843 - grpc_test_util
2844 - grpc++
2845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002846 - gpr_test_util
2847 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002848- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002849 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002850 build: test
2851 language: c++
2852 src:
2853 - src/proto/grpc/testing/control.proto
2854 - src/proto/grpc/testing/messages.proto
2855 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002856 - src/proto/grpc/testing/services.proto
2857 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002858 - test/cpp/codegen/codegen_test_full.cc
2859 deps:
2860 - grpc++
2861 - grpc
2862 - gpr
2863 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002864 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002865- name: codegen_test_minimal
2866 gtest: true
2867 build: test
2868 language: c++
2869 src:
2870 - src/proto/grpc/testing/control.proto
2871 - src/proto/grpc/testing/messages.proto
2872 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002873 - src/proto/grpc/testing/services.proto
2874 - src/proto/grpc/testing/stats.proto
2875 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002876 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002877 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002878 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002879- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002880 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002881 build: test
2882 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002883 src:
2884 - test/cpp/client/credentials_test.cc
2885 deps:
2886 - grpc++
2887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002888 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002889- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002890 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002891 build: test
2892 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002893 src:
2894 - test/cpp/util/byte_buffer_test.cc
2895 deps:
2896 - grpc_test_util
2897 - grpc++
2898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002899 - gpr_test_util
2900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002902 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002903 build: test
2904 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002905 src:
2906 - test/cpp/util/slice_test.cc
2907 deps:
2908 - grpc_test_util
2909 - grpc++
2910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002911 - gpr_test_util
2912 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002913- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002914 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002915 build: test
2916 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002917 src:
2918 - test/cpp/util/string_ref_test.cc
2919 deps:
2920 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002921- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002922 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002923 build: test
2924 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002925 src:
2926 - test/cpp/util/time_test.cc
2927 deps:
2928 - grpc_test_util
2929 - grpc++
2930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002931 - gpr_test_util
2932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002933- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002934 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002935 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002936 build: test
2937 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002938 src:
2939 - test/cpp/end2end/end2end_test.cc
2940 deps:
2941 - grpc++_test_util
2942 - grpc_test_util
2943 - grpc++
2944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002945 - gpr_test_util
2946 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002947- name: filter_end2end_test
2948 gtest: true
2949 build: test
2950 language: c++
2951 src:
2952 - test/cpp/end2end/filter_end2end_test.cc
2953 deps:
2954 - grpc++_test_util
2955 - grpc_test_util
2956 - grpc++
2957 - grpc
2958 - gpr_test_util
2959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002960- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002961 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002962 build: test
2963 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002964 src:
2965 - test/cpp/end2end/generic_end2end_test.cc
2966 deps:
2967 - grpc++_test_util
2968 - grpc_test_util
2969 - grpc++
2970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002971 - gpr_test_util
2972 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002973- name: golden_file_test
2974 gtest: true
2975 build: test
2976 language: c++
2977 src:
2978 - src/proto/grpc/testing/compiler_test.proto
2979 - test/cpp/codegen/golden_file_test.cc
2980 deps:
2981 - grpc++
2982 - grpc
2983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002984- name: grpc_cli
2985 build: test
2986 run: false
2987 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002988 src:
2989 - test/cpp/util/grpc_cli.cc
2990 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002991 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07002992 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07002993 - grpc++
2994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002995 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002996 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002997- name: grpc_cpp_plugin
2998 build: protoc
2999 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003000 src:
3001 - src/compiler/cpp_plugin.cc
3002 deps:
3003 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004 secure: false
3005 vs_config_type: Application
3006 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3007- name: grpc_csharp_plugin
3008 build: protoc
3009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003010 src:
3011 - src/compiler/csharp_plugin.cc
3012 deps:
3013 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003014 secure: false
3015 vs_config_type: Application
3016 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003017- name: grpc_node_plugin
3018 build: protoc
3019 language: c++
3020 src:
3021 - src/compiler/node_plugin.cc
3022 deps:
3023 - grpc_plugin_support
3024 secure: false
3025 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003026- name: grpc_objective_c_plugin
3027 build: protoc
3028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003029 src:
3030 - src/compiler/objective_c_plugin.cc
3031 deps:
3032 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003033 secure: false
3034 vs_config_type: Application
3035 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003036- name: grpc_php_plugin
3037 build: protoc
3038 language: c++
3039 src:
3040 - src/compiler/php_plugin.cc
3041 deps:
3042 - grpc_plugin_support
3043 secure: false
3044 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003045- name: grpc_python_plugin
3046 build: protoc
3047 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003048 src:
3049 - src/compiler/python_plugin.cc
3050 deps:
3051 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003052 secure: false
3053 vs_config_type: Application
3054 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3055- name: grpc_ruby_plugin
3056 build: protoc
3057 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003058 src:
3059 - src/compiler/ruby_plugin.cc
3060 deps:
3061 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003062 secure: false
3063 vs_config_type: Application
3064 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003065- name: grpc_tool_test
3066 gtest: true
3067 build: test
3068 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003069 src:
3070 - src/proto/grpc/testing/echo.proto
3071 - src/proto/grpc/testing/echo_messages.proto
3072 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003073 deps:
3074 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003075 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003076 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003077 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003078 - grpc_test_util
3079 - grpc++
3080 - grpc
3081 - gpr_test_util
3082 - gpr
3083 filegroups:
3084 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003085- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003086 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003087 build: test
3088 language: c++
3089 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003090 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003091 - test/cpp/grpclb/grpclb_api_test.cc
3092 deps:
3093 - grpc++_test_util
3094 - grpc_test_util
3095 - grpc++
3096 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003097- name: grpclb_test
3098 gtest: false
3099 build: test
3100 language: c++
3101 src:
3102 - src/proto/grpc/lb/v1/load_balancer.proto
3103 - test/cpp/grpclb/grpclb_test.cc
3104 deps:
3105 - gpr
3106 - gpr_test_util
3107 - grpc
3108 - grpc++
3109 - grpc++_test_util
3110 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003111- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003112 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003113 build: test
3114 language: c++
3115 src:
3116 - test/cpp/end2end/hybrid_end2end_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 Tillerbf4b2242015-08-31 15:53:53 -07003124- name: interop_client
3125 build: test
3126 run: false
3127 language: c++
3128 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003129 deps:
3130 - interop_client_main
3131 - interop_client_helper
3132 - grpc++_test_util
3133 - grpc_test_util
3134 - grpc++
3135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003136 - gpr_test_util
3137 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003138 - grpc++_test_config
3139 platforms:
3140 - mac
3141 - linux
3142 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003143- name: interop_server
3144 build: test
3145 run: false
3146 language: c++
3147 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003148 deps:
3149 - interop_server_main
3150 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003151 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003152 - grpc++_test_util
3153 - grpc_test_util
3154 - grpc++
3155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003156 - gpr_test_util
3157 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003158 - grpc++_test_config
3159 platforms:
3160 - mac
3161 - linux
3162 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003163- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003164 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003165 build: test
3166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003167 src:
3168 - test/cpp/interop/interop_test.cc
3169 deps:
3170 - grpc_test_util
3171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003172 - gpr_test_util
3173 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003174 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003175 platforms:
3176 - mac
3177 - linux
3178 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003179- name: json_run_localhost
3180 build: test
3181 run: false
3182 language: c++
3183 src:
3184 - test/cpp/qps/json_run_localhost.cc
3185 deps:
3186 - grpc++_test_util
3187 - grpc_test_util
3188 - grpc++
3189 - grpc
3190 - gpr_test_util
3191 - gpr
3192 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003193- name: metrics_client
3194 build: test
3195 run: false
3196 language: c++
3197 headers:
3198 - test/cpp/util/metrics_server.h
3199 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003200 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003201 - test/cpp/interop/metrics_client.cc
3202 deps:
3203 - grpc++
3204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003205 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003206 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003207- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003208 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003209 build: test
3210 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003211 src:
3212 - test/cpp/end2end/mock_test.cc
3213 deps:
3214 - grpc++_test_util
3215 - grpc_test_util
3216 - grpc++
3217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003218 - gpr_test_util
3219 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003220- name: noop-benchmark
3221 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003222 language: c++
3223 src:
3224 - test/cpp/microbenchmarks/noop-benchmark.cc
3225 deps:
3226 - google_benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003227- name: proto_server_reflection_test
3228 gtest: true
3229 build: test
3230 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003231 src:
3232 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003233 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003234 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003235 - grpc++_reflection
3236 - grpc++_test_util
3237 - grpc_test_util
3238 - grpc++
3239 - grpc
3240 - gpr_test_util
3241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003242- name: qps_interarrival_test
3243 build: test
3244 run: false
3245 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003246 src:
3247 - test/cpp/qps/qps_interarrival_test.cc
3248 deps:
3249 - qps
3250 - grpc++_test_util
3251 - grpc_test_util
3252 - grpc++
3253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003254 - gpr_test_util
3255 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003256 platforms:
3257 - mac
3258 - linux
3259 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003260- name: qps_json_driver
3261 build: test
3262 run: false
3263 language: c++
3264 src:
3265 - test/cpp/qps/qps_json_driver.cc
3266 deps:
3267 - qps
3268 - grpc++_test_util
3269 - grpc_test_util
3270 - grpc++
3271 - grpc
3272 - gpr_test_util
3273 - gpr
3274 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003275- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003276 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003277 build: test
3278 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003279 src:
3280 - test/cpp/qps/qps_openloop_test.cc
3281 deps:
3282 - qps
3283 - grpc++_test_util
3284 - grpc_test_util
3285 - grpc++
3286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003287 - gpr_test_util
3288 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003289 - grpc++_test_config
3290 platforms:
3291 - mac
3292 - linux
3293 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003294- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003295 build: test
3296 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003297 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003298 headers:
3299 - test/cpp/qps/client.h
3300 - test/cpp/qps/server.h
3301 src:
3302 - test/cpp/qps/worker.cc
3303 deps:
3304 - qps
3305 - grpc++_test_util
3306 - grpc_test_util
3307 - grpc++
3308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003309 - gpr_test_util
3310 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003311 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003312- name: reconnect_interop_client
3313 build: test
3314 run: false
3315 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003316 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003317 - src/proto/grpc/testing/empty.proto
3318 - src/proto/grpc/testing/messages.proto
3319 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003320 - test/cpp/interop/reconnect_interop_client.cc
3321 deps:
3322 - grpc++_test_util
3323 - grpc_test_util
3324 - grpc++
3325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003326 - gpr_test_util
3327 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003328 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003329- name: reconnect_interop_server
3330 build: test
3331 run: false
3332 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003333 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003334 - src/proto/grpc/testing/empty.proto
3335 - src/proto/grpc/testing/messages.proto
3336 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003337 - test/cpp/interop/reconnect_interop_server.cc
3338 deps:
3339 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003340 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003341 - grpc++_test_util
3342 - grpc_test_util
3343 - grpc++
3344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003345 - gpr_test_util
3346 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003347 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003348- name: round_robin_end2end_test
3349 gtest: true
3350 build: test
3351 language: c++
3352 src:
3353 - test/cpp/end2end/round_robin_end2end_test.cc
3354 deps:
3355 - grpc++_test_util
3356 - grpc_test_util
3357 - grpc++
3358 - grpc
3359 - gpr_test_util
3360 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003361- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003362 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003363 build: test
3364 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003365 src:
3366 - test/cpp/common/secure_auth_context_test.cc
3367 deps:
3368 - grpc++_test_util
3369 - grpc_test_util
3370 - grpc++
3371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003372 - gpr_test_util
3373 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003374- name: secure_sync_unary_ping_pong_test
3375 build: test
3376 language: c++
3377 src:
3378 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3379 deps:
3380 - qps
3381 - grpc++_test_util
3382 - grpc_test_util
3383 - grpc++
3384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003385 - gpr_test_util
3386 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003387 platforms:
3388 - mac
3389 - linux
3390 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003391- name: server_builder_plugin_test
3392 gtest: true
3393 build: test
3394 language: c++
3395 src:
3396 - test/cpp/end2end/server_builder_plugin_test.cc
3397 deps:
3398 - grpc++_test_util
3399 - grpc_test_util
3400 - grpc++
3401 - grpc
3402 - gpr_test_util
3403 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003404- name: server_context_test_spouse_test
3405 gtest: true
3406 build: test
3407 language: c++
3408 src:
3409 - test/cpp/test/server_context_test_spouse_test.cc
3410 deps:
3411 - grpc_test_util
3412 - grpc++_test
3413 - grpc++
3414 - grpc
3415 - gpr_test_util
3416 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003417- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003418 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003419 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003420 build: test
3421 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003422 src:
3423 - test/cpp/end2end/server_crash_test.cc
3424 deps:
3425 - grpc++_test_util
3426 - grpc_test_util
3427 - grpc++
3428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003429 - gpr_test_util
3430 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003431 platforms:
3432 - mac
3433 - linux
3434 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003435- name: server_crash_test_client
3436 build: test
3437 run: false
3438 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003439 src:
3440 - test/cpp/end2end/server_crash_test_client.cc
3441 deps:
3442 - grpc++_test_util
3443 - grpc_test_util
3444 - grpc++
3445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003446 - gpr_test_util
3447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003448- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003449 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003450 build: test
3451 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003452 src:
3453 - test/cpp/end2end/shutdown_test.cc
3454 deps:
3455 - grpc++_test_util
3456 - grpc_test_util
3457 - grpc++
3458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003459 - gpr_test_util
3460 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003461- name: status_test
3462 build: test
3463 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003464 src:
3465 - test/cpp/util/status_test.cc
3466 deps:
3467 - grpc_test_util
3468 - grpc++
3469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003470 - gpr_test_util
3471 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003472- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003473 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003474 build: test
3475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003476 src:
3477 - test/cpp/end2end/streaming_throughput_test.cc
3478 deps:
3479 - grpc++_test_util
3480 - grpc_test_util
3481 - grpc++
3482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003483 - gpr_test_util
3484 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003485 platforms:
3486 - mac
3487 - linux
3488 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003489- name: stress_test
3490 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003491 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003492 language: c++
3493 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003494 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003495 - test/cpp/interop/interop_client.h
3496 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003497 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003498 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003499 - src/proto/grpc/testing/empty.proto
3500 - src/proto/grpc/testing/messages.proto
3501 - src/proto/grpc/testing/metrics.proto
3502 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003503 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003504 - test/cpp/interop/interop_client.cc
3505 - test/cpp/interop/stress_interop_client.cc
3506 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003507 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003508 deps:
3509 - grpc++_test_util
3510 - grpc_test_util
3511 - grpc++
3512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003513 - gpr_test_util
3514 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003515 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003516- name: thread_manager_test
3517 build: test
3518 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003519 src:
3520 - test/cpp/thread_manager/thread_manager_test.cc
3521 deps:
3522 - grpc++
3523 - grpc
3524 - gpr
3525 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003526- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003527 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003528 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003529 build: test
3530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003531 src:
3532 - test/cpp/end2end/thread_stress_test.cc
3533 deps:
3534 - grpc++_test_util
3535 - grpc_test_util
3536 - grpc++
3537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003538 - gpr_test_util
3539 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003540- name: public_headers_must_be_c89
3541 build: test
3542 language: c89
3543 src:
3544 - test/core/surface/public_headers_must_be_c89.c
3545 deps:
3546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003547 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003548vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003549- linkage: static
3550 name: grpc.dependencies.zlib
3551 props: false
3552 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003553 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003554- linkage: static
3555 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003556 props: true
3557 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003558 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003559- name: gflags
3560 props: false
3561 redist: false
3562 version: 2.1.2.1
3563- name: gtest
3564 props: false
3565 redist: false
3566 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003567configs:
3568 asan:
3569 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003570 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3571 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003572 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003573 LD: clang
3574 LDFLAGS: -fsanitize=address
3575 LDXX: clang++
3576 compile_the_world: true
3577 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003578 ASAN_OPTIONS: detect_leaks=1:color=always
3579 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003580 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003581 asan-noleaks:
3582 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003583 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3584 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003585 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003586 LD: clang
3587 LDFLAGS: -fsanitize=address
3588 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003589 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003590 test_environ:
3591 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003592 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003593 asan-trace-cmp:
3594 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003595 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3596 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003597 CXX: clang++
3598 LD: clang
3599 LDFLAGS: -fsanitize=address
3600 LDXX: clang++
3601 compile_the_world: true
3602 test_environ:
3603 ASAN_OPTIONS: detect_leaks=1:color=always
3604 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3605 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003606 basicprof:
3607 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3608 DEFINES: NDEBUG
3609 dbg:
3610 CPPFLAGS: -O0
3611 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003612 easan:
3613 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003614 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3615 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003616 CXX: clang++
3617 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3618 LD: clang
3619 LDFLAGS: -fsanitize=address
3620 LDXX: clang++
3621 compile_the_world: true
3622 test_environ:
3623 ASAN_OPTIONS: detect_leaks=1:color=always
3624 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3625 timeout_multiplier: 3
3626 edbg:
3627 CPPFLAGS: -O0
3628 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3629 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003630 CC: clang
3631 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003632 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003633 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003634 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003635 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003636 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003637 LDXX: clang++
3638 compile_the_world: true
3639 test_environ:
3640 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3641 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003642 gcov:
3643 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003644 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003645 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003646 DEFINES: _DEBUG DEBUG GPR_GCOV
3647 LD: gcc
3648 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3649 LDXX: g++
3650 helgrind:
3651 CPPFLAGS: -O0
3652 DEFINES: _DEBUG DEBUG
3653 LDFLAGS: -rdynamic
3654 timeout_multiplier: 20
3655 valgrind: --tool=helgrind
3656 memcheck:
3657 CPPFLAGS: -O0
3658 DEFINES: _DEBUG DEBUG
3659 LDFLAGS: -rdynamic
3660 timeout_multiplier: 10
3661 valgrind: --tool=memcheck --leak-check=full
3662 msan:
3663 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003664 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3665 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3666 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003667 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003668 DEFINES: NDEBUG
3669 LD: clang
3670 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3671 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3672 LDXX: clang++
3673 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003674 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003675 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003676 CPPFLAGS: -O3 -fno-omit-frame-pointer
3677 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003678 LDFLAGS: -rdynamic
3679 opt:
3680 CPPFLAGS: -O2
3681 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003682 stapprof:
3683 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3684 DEFINES: NDEBUG
3685 tsan:
3686 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003687 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003688 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003689 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003690 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003691 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003692 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003693 LDXX: clang++
3694 compile_the_world: true
3695 test_environ:
3696 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003697 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003698 ubsan:
3699 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003700 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3701 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003702 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003703 DEFINES: NDEBUG
3704 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003705 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003706 LDXX: clang++
3707 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003708 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003709 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003710 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003711defaults:
3712 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003713 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003714 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003715 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003716 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003717 global:
3718 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3719 LDFLAGS: -g
Craig Tillerd3cd0172016-10-25 17:02:20 -07003720 google_benchmark:
Craig Tillerd8a2fa02016-10-26 16:38:46 -07003721 CPPFLAGS: -Ithird_party/google_benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003722 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003723 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003724 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003725node_modules:
3726- deps:
3727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003728 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003729 - boringssl
3730 - z
murgatroid9994a75412015-11-19 14:04:53 -08003731 headers:
3732 - src/node/ext/byte_buffer.h
3733 - src/node/ext/call.h
3734 - src/node/ext/call_credentials.h
3735 - src/node/ext/channel.h
3736 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003737 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003738 - src/node/ext/completion_queue_async_worker.h
3739 - src/node/ext/server.h
3740 - src/node/ext/server_credentials.h
3741 - src/node/ext/timeval.h
3742 js:
3743 - src/node/index.js
3744 - src/node/src/client.js
3745 - src/node/src/common.js
3746 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003747 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003748 - src/node/src/metadata.js
3749 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003750 name: grpc_node
3751 src:
3752 - src/node/ext/byte_buffer.cc
3753 - src/node/ext/call.cc
3754 - src/node/ext/call_credentials.cc
3755 - src/node/ext/channel.cc
3756 - src/node/ext/channel_credentials.cc
murgatroid999030c812016-09-16 13:25:08 -07003757 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003758 - src/node/ext/completion_queue_async_worker.cc
3759 - src/node/ext/node_grpc.cc
3760 - src/node/ext/server.cc
3761 - src/node/ext/server_credentials.cc
3762 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003763openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003764 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003765 extraction_dir: openssl-1.0.2f
3766 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003767php_config_m4:
3768 deps:
3769 - grpc
3770 - gpr
3771 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003772 headers:
3773 - src/php/ext/grpc/byte_buffer.h
3774 - src/php/ext/grpc/call.h
3775 - src/php/ext/grpc/call_credentials.h
3776 - src/php/ext/grpc/channel.h
3777 - src/php/ext/grpc/channel_credentials.h
3778 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003779 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003780 - src/php/ext/grpc/php_grpc.h
3781 - src/php/ext/grpc/server.h
3782 - src/php/ext/grpc/server_credentials.h
3783 - src/php/ext/grpc/timeval.h
3784 src:
3785 - src/php/ext/grpc/byte_buffer.c
3786 - src/php/ext/grpc/call.c
3787 - src/php/ext/grpc/call_credentials.c
3788 - src/php/ext/grpc/channel.c
3789 - src/php/ext/grpc/channel_credentials.c
3790 - src/php/ext/grpc/completion_queue.c
3791 - src/php/ext/grpc/php_grpc.c
3792 - src/php/ext/grpc/server.c
3793 - src/php/ext/grpc/server_credentials.c
3794 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003795python_dependencies:
3796 deps:
3797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003798 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003799 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003800 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003801ruby_gem:
3802 deps:
3803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003804 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003805 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003806 - z