blob: 2555abce0c663d40b734dea3285181e64f0087ef [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
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/string_util.h
69 - include/grpc/support/subprocess.h
70 - include/grpc/support/sync.h
71 - include/grpc/support/sync_generic.h
72 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070073 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010074 - include/grpc/support/thd.h
75 - include/grpc/support/time.h
76 - include/grpc/support/tls.h
77 - include/grpc/support/tls_gcc.h
78 - include/grpc/support/tls_msvc.h
79 - include/grpc/support/tls_pthread.h
80 - include/grpc/support/useful.h
81 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/timers.h
83 - src/core/lib/support/backoff.h
84 - src/core/lib/support/block_annotate.h
85 - src/core/lib/support/env.h
Craig Tiller0bc11712016-05-02 21:22:46 -070086 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/murmur_hash.h
88 - src/core/lib/support/stack_lockfree.h
89 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/thd_internal.h
92 - src/core/lib/support/time_precise.h
93 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010094 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/profiling/basic_timers.c
96 - src/core/lib/profiling/stap_timers.c
97 - src/core/lib/support/alloc.c
98 - src/core/lib/support/avl.c
99 - src/core/lib/support/backoff.c
100 - src/core/lib/support/cmdline.c
101 - src/core/lib/support/cpu_iphone.c
102 - src/core/lib/support/cpu_linux.c
103 - src/core/lib/support/cpu_posix.c
104 - src/core/lib/support/cpu_windows.c
105 - src/core/lib/support/env_linux.c
106 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/histogram.c
109 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/log.c
111 - src/core/lib/support/log_android.c
112 - src/core/lib/support/log_linux.c
113 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/log_windows.c
Craig Tiller0bc11712016-05-02 21:22:46 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/stack_lockfree.c
118 - src/core/lib/support/string.c
119 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700120 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/subprocess_posix.c
123 - src/core/lib/support/subprocess_windows.c
124 - src/core/lib/support/sync.c
125 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/thd.c
128 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/time.c
131 - src/core/lib/support/time_posix.c
132 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200135 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700139 uses:
140 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800141- name: gpr_codegen
142 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/atm.h
144 - include/grpc/impl/codegen/atm_gcc_atomic.h
145 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth2d317fb2016-12-05 08:07:13 -0800147 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700148 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/port_platform.h
150 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800151 - include/grpc/impl/codegen/sync.h
152 - include/grpc/impl/codegen/sync_generic.h
153 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700154 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700155- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700156 public_headers:
157 - include/grpc/byte_buffer.h
158 - include/grpc/byte_buffer_reader.h
159 - include/grpc/compression.h
160 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700161 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200162 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700163 - include/grpc/slice.h
164 - include/grpc/slice_buffer.h
Craig Tiller25834342015-09-25 08:08:24 -0700165 - include/grpc/status.h
166 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700167 - src/core/lib/channel/channel_args.h
168 - src/core/lib/channel/channel_stack.h
169 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/channel/compress_filter.h
171 - src/core/lib/channel/connected_channel.h
172 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700173 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700174 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700175 - src/core/lib/channel/http_client_filter.h
176 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700177 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700178 - src/core/lib/compression/algorithm_metadata.h
179 - src/core/lib/compression/message_compress.h
180 - src/core/lib/debug/trace.h
181 - src/core/lib/http/format_request.h
182 - src/core/lib/http/httpcli.h
183 - src/core/lib/http/parser.h
184 - src/core/lib/iomgr/closure.h
Craig Tillerf7cade12016-07-07 21:41:10 -0700185 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/iomgr/endpoint.h
187 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700188 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700189 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700190 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700191 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700192 - src/core/lib/iomgr/exec_ctx.h
193 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700194 - src/core/lib/iomgr/iocp_windows.h
195 - src/core/lib/iomgr/iomgr.h
196 - src/core/lib/iomgr/iomgr_internal.h
197 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700198 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700199 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700200 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700204 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700206 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700208 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/sockaddr.h
210 - src/core/lib/iomgr/sockaddr_posix.h
211 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700212 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700213 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700214 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/socket_utils_posix.h
216 - src/core/lib/iomgr/socket_windows.h
217 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700218 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/tcp_posix.h
220 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700221 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/tcp_windows.h
223 - src/core/lib/iomgr/time_averaged_stats.h
224 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700225 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700227 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/udp_server.h
229 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700230 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/wakeup_fd_pipe.h
232 - src/core/lib/iomgr/wakeup_fd_posix.h
233 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700234 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/iomgr/workqueue_windows.h
236 - src/core/lib/json/json.h
237 - src/core/lib/json/json_common.h
238 - src/core/lib/json/json_reader.h
239 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700240 - src/core/lib/slice/percent_encoding.h
241 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/surface/api_trace.h
243 - src/core/lib/surface/call.h
244 - src/core/lib/surface/call_test_only.h
245 - src/core/lib/surface/channel.h
246 - src/core/lib/surface/channel_init.h
247 - src/core/lib/surface/channel_stack_type.h
248 - src/core/lib/surface/completion_queue.h
249 - src/core/lib/surface/event_string.h
250 - src/core/lib/surface/init.h
251 - src/core/lib/surface/lame_client.h
252 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700255 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/transport/metadata.h
257 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700258 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700259 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400261 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/transport/transport.h
263 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700264 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/channel/channel_args.c
266 - src/core/lib/channel/channel_stack.c
267 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/channel/compress_filter.c
269 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700270 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700271 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/channel/http_client_filter.c
273 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700274 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700275 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/compression/message_compress.c
277 - src/core/lib/debug/trace.c
278 - src/core/lib/http/format_request.c
279 - src/core/lib/http/httpcli.c
280 - src/core/lib/http/parser.c
281 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700282 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/iomgr/endpoint.c
284 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700285 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700287 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700288 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700289 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700290 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/iomgr/exec_ctx.c
292 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/iomgr/iocp_windows.c
294 - src/core/lib/iomgr/iomgr.c
295 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700296 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700298 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700299 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700300 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700301 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700303 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/iomgr/pollset_windows.c
305 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700306 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700308 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700310 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/socket_utils_common_posix.c
312 - src/core/lib/iomgr/socket_utils_linux.c
313 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700314 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700315 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/socket_windows.c
317 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700318 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/iomgr/tcp_client_windows.c
320 - src/core/lib/iomgr/tcp_posix.c
321 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/tcp_windows.c
326 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700327 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/udp_server.c
331 - src/core/lib/iomgr/unix_sockets_posix.c
332 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700333 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/wakeup_fd_eventfd.c
335 - src/core/lib/iomgr/wakeup_fd_nospecial.c
336 - src/core/lib/iomgr/wakeup_fd_pipe.c
337 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/workqueue_windows.c
340 - src/core/lib/json/json.c
341 - src/core/lib/json/json_reader.c
342 - src/core/lib/json/json_string.c
343 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700344 - src/core/lib/slice/percent_encoding.c
345 - src/core/lib/slice/slice.c
346 - src/core/lib/slice/slice_buffer.c
347 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/surface/alarm.c
349 - src/core/lib/surface/api_trace.c
350 - src/core/lib/surface/byte_buffer.c
351 - src/core/lib/surface/byte_buffer_reader.c
352 - src/core/lib/surface/call.c
353 - src/core/lib/surface/call_details.c
354 - src/core/lib/surface/call_log_batch.c
355 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/surface/channel_init.c
357 - src/core/lib/surface/channel_ping.c
358 - src/core/lib/surface/channel_stack_type.c
359 - src/core/lib/surface/completion_queue.c
360 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/surface/lame_client.c
362 - src/core/lib/surface/metadata_array.c
363 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/surface/validate_metadata.c
365 - src/core/lib/surface/version.c
366 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700367 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700368 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/transport/metadata.c
370 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700371 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700372 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700373 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400374 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700375 - src/core/lib/transport/transport.c
376 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700377 deps:
378 - gpr
379 uses:
380 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700381- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700382 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700383 - src/core/ext/client_channel/client_channel.h
384 - src/core/ext/client_channel/client_channel_factory.h
385 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700386 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700387 - src/core/ext/client_channel/initial_connect_string.h
388 - src/core/ext/client_channel/lb_policy.h
389 - src/core/ext/client_channel/lb_policy_factory.h
390 - src/core/ext/client_channel/lb_policy_registry.h
391 - src/core/ext/client_channel/parse_address.h
392 - src/core/ext/client_channel/resolver.h
393 - src/core/ext/client_channel/resolver_factory.h
394 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700395 - src/core/ext/client_channel/subchannel.h
396 - src/core/ext/client_channel/subchannel_index.h
397 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700398 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700399 - src/core/ext/client_channel/channel_connectivity.c
400 - src/core/ext/client_channel/client_channel.c
401 - src/core/ext/client_channel/client_channel_factory.c
402 - src/core/ext/client_channel/client_channel_plugin.c
403 - src/core/ext/client_channel/connector.c
404 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700405 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700406 - src/core/ext/client_channel/initial_connect_string.c
407 - src/core/ext/client_channel/lb_policy.c
408 - src/core/ext/client_channel/lb_policy_factory.c
409 - src/core/ext/client_channel/lb_policy_registry.c
410 - src/core/ext/client_channel/parse_address.c
411 - src/core/ext/client_channel/resolver.c
412 - src/core/ext/client_channel/resolver_factory.c
413 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700414 - src/core/ext/client_channel/subchannel.c
415 - src/core/ext/client_channel/subchannel_index.c
416 - src/core/ext/client_channel/uri_parser.c
417 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700418 uses:
419 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800420- name: grpc_codegen
421 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700422 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800423 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800424 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800425 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800426 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800427 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700428 uses:
429 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700430- name: grpc_lb_policy_grpclb
431 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700432 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700433 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700434 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700435 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700436 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700437 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700438 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700439 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700440 uses:
441 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700442 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700443 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700444- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700445 src:
446 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700447 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700448 uses:
449 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700450 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700451- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700452 src:
453 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700454 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700455 uses:
456 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700457 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700458- name: grpc_load_reporting
459 headers:
460 - src/core/ext/load_reporting/load_reporting.h
461 - src/core/ext/load_reporting/load_reporting_filter.h
462 src:
463 - src/core/ext/load_reporting/load_reporting.c
464 - src/core/ext/load_reporting/load_reporting_filter.c
465 plugin: grpc_load_reporting_plugin
466 uses:
467 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700468- name: grpc_resolver_dns_native
469 src:
470 - src/core/ext/resolver/dns/native/dns_resolver.c
471 plugin: grpc_resolver_dns_native
472 uses:
473 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700474 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700475- name: grpc_resolver_sockaddr
476 src:
477 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
478 plugin: grpc_resolver_sockaddr
479 uses:
480 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700481 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100482- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700483 public_headers:
484 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100485 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700486 - src/core/lib/security/context/security_context.h
487 - src/core/lib/security/credentials/composite/composite_credentials.h
488 - src/core/lib/security/credentials/credentials.h
489 - src/core/lib/security/credentials/fake/fake_credentials.h
490 - src/core/lib/security/credentials/google_default/google_default_credentials.h
491 - src/core/lib/security/credentials/iam/iam_credentials.h
492 - src/core/lib/security/credentials/jwt/json_token.h
493 - src/core/lib/security/credentials/jwt/jwt_credentials.h
494 - src/core/lib/security/credentials/jwt/jwt_verifier.h
495 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
496 - src/core/lib/security/credentials/plugin/plugin_credentials.h
497 - src/core/lib/security/credentials/ssl/ssl_credentials.h
498 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700499 - src/core/lib/security/transport/secure_endpoint.h
500 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800501 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700502 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700503 - src/core/lib/security/util/b64.h
504 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100505 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700506 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700507 - src/core/lib/security/context/security_context.c
508 - src/core/lib/security/credentials/composite/composite_credentials.c
509 - src/core/lib/security/credentials/credentials.c
510 - src/core/lib/security/credentials/credentials_metadata.c
511 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700512 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700513 - src/core/lib/security/credentials/google_default/google_default_credentials.c
514 - src/core/lib/security/credentials/iam/iam_credentials.c
515 - src/core/lib/security/credentials/jwt/json_token.c
516 - src/core/lib/security/credentials/jwt/jwt_credentials.c
517 - src/core/lib/security/credentials/jwt/jwt_verifier.c
518 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
519 - src/core/lib/security/credentials/plugin/plugin_credentials.c
520 - src/core/lib/security/credentials/ssl/ssl_credentials.c
521 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700522 - src/core/lib/security/transport/secure_endpoint.c
523 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800524 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700525 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700526 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700527 - src/core/lib/security/util/b64.c
528 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700529 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700530 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700531 uses:
532 - grpc_base
533 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700534 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700535- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700536 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700537 headers:
538 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700539 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700540 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700541 - test/core/end2end/fixtures/proxy.h
542 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700543 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200544 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700545 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700546 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700547 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700548 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700549 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700550 - test/core/util/slice_splitter.h
551 src:
552 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700553 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700554 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700555 - test/core/end2end/fixtures/proxy.c
556 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700557 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200558 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700559 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700560 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700561 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700562 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700563 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700564 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700565 - test/core/util/port_windows.c
566 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700567 deps:
568 - grpc
569 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700570- name: grpc_transport_chttp2
571 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700572 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700573 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700574 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
575 - src/core/ext/transport/chttp2/transport/frame.h
576 - src/core/ext/transport/chttp2/transport/frame_data.h
577 - src/core/ext/transport/chttp2/transport/frame_goaway.h
578 - src/core/ext/transport/chttp2/transport/frame_ping.h
579 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
580 - src/core/ext/transport/chttp2/transport/frame_settings.h
581 - src/core/ext/transport/chttp2/transport/frame_window_update.h
582 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
583 - src/core/ext/transport/chttp2/transport/hpack_parser.h
584 - src/core/ext/transport/chttp2/transport/hpack_table.h
585 - src/core/ext/transport/chttp2/transport/http2_errors.h
586 - src/core/ext/transport/chttp2/transport/huffsyms.h
587 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
588 - src/core/ext/transport/chttp2/transport/internal.h
589 - src/core/ext/transport/chttp2/transport/status_conversion.h
590 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700591 - src/core/ext/transport/chttp2/transport/varint.h
592 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700593 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700594 - src/core/ext/transport/chttp2/transport/bin_encoder.c
595 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700596 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
597 - src/core/ext/transport/chttp2/transport/frame_data.c
598 - src/core/ext/transport/chttp2/transport/frame_goaway.c
599 - src/core/ext/transport/chttp2/transport/frame_ping.c
600 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
601 - src/core/ext/transport/chttp2/transport/frame_settings.c
602 - src/core/ext/transport/chttp2/transport/frame_window_update.c
603 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
604 - src/core/ext/transport/chttp2/transport/hpack_parser.c
605 - src/core/ext/transport/chttp2/transport/hpack_table.c
606 - src/core/ext/transport/chttp2/transport/huffsyms.c
607 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
608 - src/core/ext/transport/chttp2/transport/parsing.c
609 - src/core/ext/transport/chttp2/transport/status_conversion.c
610 - src/core/ext/transport/chttp2/transport/stream_lists.c
611 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700612 - src/core/ext/transport/chttp2/transport/varint.c
613 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700614 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700615 uses:
616 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700617 - grpc_transport_chttp2_alpn
618- name: grpc_transport_chttp2_alpn
619 headers:
620 - src/core/ext/transport/chttp2/alpn/alpn.h
621 src:
622 - src/core/ext/transport/chttp2/alpn/alpn.c
623 deps:
624 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800625- name: grpc_transport_chttp2_client_connector
626 headers:
627 - src/core/ext/transport/chttp2/client/chttp2_connector.h
628 src:
629 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800630 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800631 - grpc_transport_chttp2
632 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700633- name: grpc_transport_chttp2_client_insecure
634 src:
635 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700636 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700637 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800638 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700639 - grpc_transport_chttp2
640 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700641 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700642- name: grpc_transport_chttp2_client_secure
643 src:
644 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700645 uses:
646 - grpc_transport_chttp2
647 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700648 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700649 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800650 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800651- name: grpc_transport_chttp2_server
652 headers:
653 - src/core/ext/transport/chttp2/server/chttp2_server.h
654 src:
655 - src/core/ext/transport/chttp2/server/chttp2_server.c
656 uses:
657 - grpc_transport_chttp2
658 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700659- name: grpc_transport_chttp2_server_insecure
660 src:
661 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700662 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700663 uses:
664 - grpc_transport_chttp2
665 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800666 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700667- name: grpc_transport_chttp2_server_secure
668 src:
669 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700670 uses:
671 - grpc_transport_chttp2
672 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700673 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800674 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700675- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700676 public_headers:
677 - include/grpc/grpc_cronet.h
678 - include/grpc/grpc_security.h
679 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700680 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700681 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
682 src:
683 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
684 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
685 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700686 filegroups:
687 - grpc_base
688 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800689- name: nanopb
690 headers:
691 - third_party/nanopb/pb.h
692 - third_party/nanopb/pb_common.h
693 - third_party/nanopb/pb_decode.h
694 - third_party/nanopb/pb_encode.h
695 src:
696 - third_party/nanopb/pb_common.c
697 - third_party/nanopb/pb_decode.c
698 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700699- name: tsi
700 headers:
701 - src/core/lib/tsi/fake_transport_security.h
702 - src/core/lib/tsi/ssl_transport_security.h
703 - src/core/lib/tsi/ssl_types.h
704 - src/core/lib/tsi/transport_security.h
705 - src/core/lib/tsi/transport_security_interface.h
706 src:
707 - src/core/lib/tsi/fake_transport_security.c
708 - src/core/lib/tsi/ssl_transport_security.c
709 - src/core/lib/tsi/transport_security.c
710 deps:
711 - gpr
712 secure: true
713- name: grpc++_base
714 language: c++
715 public_headers:
716 - include/grpc++/alarm.h
717 - include/grpc++/channel.h
718 - include/grpc++/client_context.h
719 - include/grpc++/completion_queue.h
720 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700721 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700722 - include/grpc++/generic/async_generic_service.h
723 - include/grpc++/generic/generic_stub.h
724 - include/grpc++/grpc++.h
725 - include/grpc++/impl/call.h
726 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700727 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700728 - include/grpc++/impl/grpc_library.h
729 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700730 - include/grpc++/impl/rpc_method.h
731 - include/grpc++/impl/rpc_service_method.h
732 - include/grpc++/impl/serialization_traits.h
733 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700734 - include/grpc++/impl/server_builder_plugin.h
735 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700737 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700738 - include/grpc++/security/auth_context.h
739 - include/grpc++/security/auth_metadata_processor.h
740 - include/grpc++/security/credentials.h
741 - include/grpc++/security/server_credentials.h
742 - include/grpc++/server.h
743 - include/grpc++/server_builder.h
744 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700745 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700746 - include/grpc++/support/async_stream.h
747 - include/grpc++/support/async_unary_call.h
748 - include/grpc++/support/byte_buffer.h
749 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700750 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751 - include/grpc++/support/slice.h
752 - include/grpc++/support/status.h
753 - include/grpc++/support/status_code_enum.h
754 - include/grpc++/support/string_ref.h
755 - include/grpc++/support/stub_options.h
756 - include/grpc++/support/sync_stream.h
757 - include/grpc++/support/time.h
758 headers:
759 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700760 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 - src/cpp/server/dynamic_thread_pool.h
762 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700763 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700764 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700765 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 - src/cpp/client/client_context.cc
767 - src/cpp/client/create_channel.cc
768 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700769 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700770 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700773 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700774 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700775 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700776 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700778 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 - src/cpp/server/async_generic_service.cc
780 - src/cpp/server/create_default_thread_pool.cc
781 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700783 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 - src/cpp/server/server_context.cc
785 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700786 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700787 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700788 - src/cpp/util/byte_buffer_cc.cc
789 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - src/cpp/util/status.cc
791 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700792 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 uses:
yang-g17487f92016-06-03 15:21:15 -0700794 - grpc++_codegen_base
795- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 language: c++
797 public_headers:
798 - include/grpc++/impl/codegen/async_stream.h
799 - include/grpc++/impl/codegen/async_unary_call.h
800 - include/grpc++/impl/codegen/call.h
801 - include/grpc++/impl/codegen/call_hook.h
802 - include/grpc++/impl/codegen/channel_interface.h
803 - include/grpc++/impl/codegen/client_context.h
804 - include/grpc++/impl/codegen/client_unary_call.h
805 - include/grpc++/impl/codegen/completion_queue.h
806 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700807 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700808 - include/grpc++/impl/codegen/core_codegen_interface.h
809 - include/grpc++/impl/codegen/create_auth_context.h
810 - include/grpc++/impl/codegen/grpc_library.h
811 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812 - include/grpc++/impl/codegen/rpc_method.h
813 - include/grpc++/impl/codegen/rpc_service_method.h
814 - include/grpc++/impl/codegen/security/auth_context.h
815 - include/grpc++/impl/codegen/serialization_traits.h
816 - include/grpc++/impl/codegen/server_context.h
817 - include/grpc++/impl/codegen/server_interface.h
818 - include/grpc++/impl/codegen/service_type.h
819 - include/grpc++/impl/codegen/status.h
820 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700821 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 - include/grpc++/impl/codegen/string_ref.h
823 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 - include/grpc++/impl/codegen/sync_stream.h
825 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 uses:
827 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700828- name: grpc++_codegen_base_src
829 language: c++
830 src:
831 - src/cpp/codegen/codegen_init.cc
832 uses:
833 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700834- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700835 language: c++
836 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700837 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 uses:
yang-g17487f92016-06-03 15:21:15 -0700839 - grpc++_codegen_base
840 - grpc++_config_proto
841- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 language: c++
843 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700845- name: grpc++_reflection_proto
846 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700847 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700848 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700849- name: thrift_util
850 language: c++
851 public_headers:
852 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700853 - include/grpc++/impl/codegen/thrift_utils.h
854 uses:
855 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100856libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800857- name: gpr
858 build: all
859 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800860 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700861 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800862 secure: false
863 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
864- name: gpr_test_util
865 build: private
866 language: c
867 headers:
868 - test/core/util/test_config.h
869 src:
870 - test/core/util/test_config.c
871 deps:
872 - gpr
873 secure: false
874 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700875- name: grpc
876 build: all
877 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700878 src:
879 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700880 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800881 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700882 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700883 filegroups:
884 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700885 - grpc_transport_chttp2_server_secure
886 - grpc_transport_chttp2_client_secure
887 - grpc_transport_chttp2_server_insecure
888 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700889 - grpc_lb_policy_grpclb
890 - grpc_lb_policy_pick_first
891 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700892 - grpc_resolver_dns_native
893 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700894 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100895 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700896 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700897 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700898 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700899 vs_packages:
900 - grpc.dependencies.openssl
901 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700902 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700903- name: grpc_cronet
904 build: all
905 language: c
906 src:
907 - src/core/lib/surface/init.c
908 baselib: true
909 deps_linkage: static
910 dll: true
911 filegroups:
912 - grpc_base
913 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700914 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700915 generate_plugin_registry: true
916 platforms:
917 - linux
918 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100919- name: grpc_dll
920 build: private
921 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100922 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100923 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100924 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100925 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100926 build_system:
927 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100928 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100929 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100930 vs_config_type: DynamicLibrary
931 vs_packages:
932 - grpc.dependencies.openssl
933 - grpc.dependencies.zlib
934 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
935 vs_props:
936 - zlib
937 - openssl
938 - winsock
939 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700940- name: grpc_test_util
941 build: private
942 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700943 headers:
944 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800945 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700946 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700947 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700948 - test/core/end2end/data/server1_cert.c
949 - test/core/end2end/data/server1_key.c
950 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800951 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700952 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800954 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700955 - grpc
956 filegroups:
957 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700958 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700959 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
960- name: grpc_test_util_unsecure
961 build: private
962 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700963 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800964 - gpr
965 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800966 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700967 filegroups:
968 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700969 secure: false
970 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
971- name: grpc_unsecure
972 build: all
973 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700974 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700975 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700976 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800978 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700979 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700980 filegroups:
981 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700982 - grpc_transport_chttp2_server_insecure
983 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700984 - grpc_resolver_dns_native
985 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700986 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700987 - grpc_lb_policy_grpclb
988 - grpc_lb_policy_pick_first
989 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700990 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700991 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700992 secure: false
993 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700994- name: reconnect_server
995 build: private
996 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700997 headers:
998 - test/core/util/reconnect_server.h
999 src:
1000 - test/core/util/reconnect_server.c
1001 deps:
yang-gc9fca182015-11-06 16:41:33 -08001002 - test_tcp_server
1003 - grpc_test_util
1004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001005 - gpr_test_util
1006 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001007- name: test_tcp_server
1008 build: private
1009 language: c
1010 headers:
1011 - test/core/util/test_tcp_server.h
1012 src:
1013 - test/core/util/test_tcp_server.c
1014 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001015 - grpc_test_util
1016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001017 - gpr_test_util
1018 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001019- name: grpc++
1020 build: all
1021 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001022 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001023 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001024 - src/cpp/client/secure_credentials.h
1025 - src/cpp/common/secure_auth_context.h
1026 - src/cpp/server/secure_server_credentials.h
1027 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001028 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001029 - src/cpp/client/secure_credentials.cc
1030 - src/cpp/common/auth_property_iterator.cc
1031 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001032 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001033 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001034 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001035 - src/cpp/server/secure_server_credentials.cc
1036 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001037 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038 baselib: true
1039 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001040 filegroups:
1041 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001042 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001043 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001044 secure: check
1045 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001046- name: grpc++_cronet
1047 build: all
1048 language: c++
1049 src:
1050 - src/cpp/client/cronet_credentials.cc
1051 - src/cpp/client/insecure_credentials.cc
1052 - src/cpp/common/insecure_create_auth_context.cc
1053 - src/cpp/server/insecure_server_credentials.cc
1054 deps:
1055 - gpr
1056 - grpc_cronet
1057 baselib: true
1058 dll: true
1059 filegroups:
1060 - grpc++_base
1061 - grpc++_codegen_base
1062 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001063 - grpc_transport_chttp2_client_insecure
1064 - grpc_transport_chttp2_server_insecure
1065 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001066 platforms:
1067 - linux
1068 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001069- name: grpc++_proto_reflection_desc_db
1070 build: private
1071 language: c++
1072 headers:
1073 - test/cpp/util/proto_reflection_descriptor_database.h
1074 src:
1075 - test/cpp/util/proto_reflection_descriptor_database.cc
1076 deps:
1077 - grpc++
1078 filegroups:
1079 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001080 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001081- name: grpc++_reflection
1082 build: all
1083 language: c++
1084 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001085 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001086 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001087 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001088 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001089 - src/cpp/ext/proto_server_reflection.cc
1090 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001091 deps:
1092 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001093 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001094 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001095- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001096 build: private
yang-g42879982016-10-13 15:58:31 -07001097 language: c++
1098 headers:
1099 - include/grpc++/test/server_context_test_spouse.h
1100 src:
1101 - src/cpp/test/server_context_test_spouse.cc
1102 deps:
1103 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001104- name: grpc++_test_config
1105 build: private
1106 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001107 headers:
1108 - test/cpp/util/test_config.h
1109 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001110 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111- name: grpc++_test_util
1112 build: private
1113 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001114 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001115 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001116 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001117 - test/cpp/util/create_test_channel.h
1118 - test/cpp/util/string_ref_helper.h
1119 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001120 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001121 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001122 - src/proto/grpc/testing/echo_messages.proto
1123 - src/proto/grpc/testing/echo.proto
1124 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001125 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001126 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001127 - test/cpp/util/create_test_channel.cc
1128 - test/cpp/util/string_ref_helper.cc
1129 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001130 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001131 deps:
1132 - grpc++
1133 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001134 filegroups:
1135 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001136 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001137 - grpc++_codegen_proto
1138 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001139 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001140- name: grpc++_unsecure
1141 build: all
1142 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001143 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001144 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001145 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001146 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001147 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001148 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001149 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150 baselib: true
1151 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001152 filegroups:
1153 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001154 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001155 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001156 secure: false
1157 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001158- name: grpc_cli_libs
1159 build: private
1160 language: c++
1161 headers:
1162 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001163 - test/cpp/util/cli_credentials.h
1164 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001165 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001166 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001167 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001168 src:
1169 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001170 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001171 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001172 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001173 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001174 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001175 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001176 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001177 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001178 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001179 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180- name: grpc_plugin_support
1181 build: protoc
1182 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001183 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001184 - src/compiler/config.h
1185 - src/compiler/cpp_generator.h
1186 - src/compiler/cpp_generator_helpers.h
1187 - src/compiler/csharp_generator.h
1188 - src/compiler/csharp_generator_helpers.h
1189 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001190 - src/compiler/node_generator.h
1191 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001192 - src/compiler/objective_c_generator.h
1193 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001194 - src/compiler/php_generator.h
1195 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001196 - src/compiler/python_generator.h
1197 - src/compiler/ruby_generator.h
1198 - src/compiler/ruby_generator_helpers-inl.h
1199 - src/compiler/ruby_generator_map-inl.h
1200 - src/compiler/ruby_generator_string-inl.h
1201 src:
1202 - src/compiler/cpp_generator.cc
1203 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001204 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001205 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001206 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001207 - src/compiler/python_generator.cc
1208 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001209 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001210 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001211 secure: false
1212 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001213 vs_props:
1214 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001215- name: interop_client_helper
1216 build: private
1217 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001218 headers:
1219 - test/cpp/interop/client_helper.h
1220 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001221 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001222 - test/cpp/interop/client_helper.cc
1223 deps:
1224 - grpc++_test_util
1225 - grpc_test_util
1226 - grpc++
1227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001228 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001229- name: interop_client_main
1230 build: private
1231 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001232 headers:
1233 - test/cpp/interop/interop_client.h
1234 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001235 - src/proto/grpc/testing/empty.proto
1236 - src/proto/grpc/testing/messages.proto
1237 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001238 - test/cpp/interop/client.cc
1239 - test/cpp/interop/interop_client.cc
1240 deps:
1241 - interop_client_helper
1242 - grpc++_test_util
1243 - grpc_test_util
1244 - grpc++
1245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001246 - gpr_test_util
1247 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001248 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249- name: interop_server_helper
1250 build: private
1251 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001252 headers:
1253 - test/cpp/interop/server_helper.h
1254 src:
1255 - test/cpp/interop/server_helper.cc
1256 deps:
1257 - grpc_test_util
1258 - grpc++
1259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001260 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001261- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262 build: private
1263 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001264 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001265 - src/proto/grpc/testing/empty.proto
1266 - src/proto/grpc/testing/messages.proto
1267 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001268 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001269 deps:
1270 - interop_server_helper
1271 - grpc++_test_util
1272 - grpc_test_util
1273 - grpc++
1274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001275 - gpr_test_util
1276 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001277 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001278- name: interop_server_main
1279 build: private
1280 language: c++
1281 src:
1282 - test/cpp/interop/interop_server_bootstrap.cc
1283 deps:
1284 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285- name: qps
1286 build: private
1287 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001288 headers:
1289 - test/cpp/qps/client.h
1290 - test/cpp/qps/driver.h
1291 - test/cpp/qps/histogram.h
1292 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001293 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001294 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001295 - test/cpp/qps/qps_worker.h
1296 - test/cpp/qps/report.h
1297 - test/cpp/qps/server.h
1298 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001299 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001300 - test/cpp/util/benchmark_config.h
1301 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001302 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001303 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001304 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001305 - src/proto/grpc/testing/control.proto
1306 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001307 - test/cpp/qps/client_async.cc
1308 - test/cpp/qps/client_sync.cc
1309 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001310 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001311 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001312 - test/cpp/qps/qps_worker.cc
1313 - test/cpp/qps/report.cc
1314 - test/cpp/qps/server_async.cc
1315 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001316 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001317 - test/cpp/util/benchmark_config.cc
1318 deps:
1319 - grpc_test_util
1320 - grpc++_test_util
1321 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322- name: grpc_csharp_ext
1323 build: all
1324 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001325 src:
1326 - src/csharp/ext/grpc_csharp_ext.c
1327 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001329 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001330 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001331 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001332 dll: only
1333 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001334 vs_packages:
1335 - grpc.dependencies.openssl
1336 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001337 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001338 vs_props:
1339 - zlib
1340 - openssl
1341 - winsock
1342 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001343targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001344- name: alarm_test
1345 build: test
1346 language: c
1347 src:
1348 - test/core/surface/alarm_test.c
1349 deps:
1350 - grpc_test_util
1351 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001352 - gpr_test_util
1353 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001354- name: algorithm_test
1355 build: test
1356 language: c
1357 src:
1358 - test/core/compression/algorithm_test.c
1359 deps:
1360 - grpc_test_util
1361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 - gpr_test_util
1363 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001364- name: alloc_test
1365 build: test
1366 language: c
1367 src:
1368 - test/core/support/alloc_test.c
1369 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001372- name: alpn_test
1373 build: test
1374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001375 src:
1376 - test/core/transport/chttp2/alpn_test.c
1377 deps:
1378 - grpc_test_util
1379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001380 - gpr_test_util
1381 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001382- name: api_fuzzer
1383 build: fuzzer
1384 language: c
1385 src:
1386 - test/core/end2end/fuzzers/api_fuzzer.c
1387 deps:
1388 - grpc_test_util
1389 - grpc
1390 - gpr_test_util
1391 - gpr
1392 corpus_dirs:
1393 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001394 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001395 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001396- name: bad_server_response_test
1397 build: test
1398 language: c
1399 src:
1400 - test/core/end2end/bad_server_response_test.c
1401 deps:
1402 - test_tcp_server
1403 - grpc_test_util
1404 - grpc
1405 - gpr_test_util
1406 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001407 exclude_iomgrs:
1408 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001409- name: bin_decoder_test
1410 build: test
1411 language: c
1412 src:
1413 - test/core/transport/chttp2/bin_decoder_test.c
1414 deps:
1415 - grpc_test_util
1416 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001417- name: bin_encoder_test
1418 build: test
1419 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001420 src:
1421 - test/core/transport/chttp2/bin_encoder_test.c
1422 deps:
1423 - grpc_test_util
1424 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001425- name: census_context_test
1426 build: test
1427 language: c
1428 src:
1429 - test/core/census/context_test.c
1430 deps:
1431 - grpc_test_util
1432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001433 - gpr_test_util
1434 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001435- name: census_resource_test
1436 build: test
1437 language: c
1438 src:
1439 - test/core/census/resource_test.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
1443 - gpr_test_util
1444 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001445- name: census_trace_context_test
1446 build: test
1447 language: c
1448 src:
1449 - test/core/census/trace_context_test.c
1450 deps:
1451 - grpc_test_util
1452 - grpc
1453 - gpr_test_util
1454 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001455- name: channel_create_test
1456 build: test
1457 language: c
1458 src:
1459 - test/core/surface/channel_create_test.c
1460 deps:
1461 - grpc_test_util
1462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr_test_util
1464 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001465- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466 build: test
1467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001468 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001469 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001470 deps:
1471 - grpc_test_util
1472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001473 - gpr_test_util
1474 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001475- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001476 build: test
1477 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001478 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001479 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001480 deps:
1481 - grpc_test_util
1482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001483 - gpr_test_util
1484 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485- name: chttp2_stream_map_test
1486 build: test
1487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001488 src:
1489 - test/core/transport/chttp2/stream_map_test.c
1490 deps:
1491 - grpc_test_util
1492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001493 - gpr_test_util
1494 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001495- name: chttp2_varint_test
1496 build: test
1497 language: c
1498 src:
1499 - test/core/transport/chttp2/varint_test.c
1500 deps:
1501 - grpc_test_util
1502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001503 - gpr_test_util
1504 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001505- name: client_fuzzer
1506 build: fuzzer
1507 language: c
1508 src:
1509 - test/core/end2end/fuzzers/client_fuzzer.c
1510 deps:
1511 - grpc_test_util
1512 - grpc
1513 - gpr_test_util
1514 - gpr
1515 corpus_dirs:
1516 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001517 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001518 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001519- name: combiner_test
1520 cpu_cost: 30
1521 build: test
1522 language: c
1523 src:
1524 - test/core/iomgr/combiner_test.c
1525 deps:
1526 - grpc_test_util
1527 - grpc
1528 - gpr_test_util
1529 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001530- name: compression_test
1531 build: test
1532 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001533 src:
1534 - test/core/compression/compression_test.c
1535 deps:
1536 - grpc_test_util
1537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001538 - gpr_test_util
1539 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001540- name: concurrent_connectivity_test
1541 build: test
1542 language: c
1543 src:
1544 - test/core/surface/concurrent_connectivity_test.c
1545 deps:
1546 - grpc_test_util
1547 - grpc
1548 - gpr_test_util
1549 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001550 exclude_iomgrs:
1551 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001552- name: connection_refused_test
1553 cpu_cost: 0.1
1554 build: test
1555 language: c
1556 src:
1557 - test/core/end2end/connection_refused_test.c
1558 deps:
1559 - grpc_test_util
1560 - grpc
1561 - gpr_test_util
1562 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001563- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001564 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001565 build: test
1566 language: c
1567 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001568 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001569 deps:
1570 - grpc_test_util
1571 - grpc
1572 - gpr_test_util
1573 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001574 exclude_iomgrs:
1575 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001576- name: dns_resolver_test
1577 build: test
1578 language: c
1579 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001580 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001581 deps:
1582 - grpc_test_util
1583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001586- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001587 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588 build: test
1589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001590 src:
1591 - test/core/end2end/dualstack_socket_test.c
1592 deps:
1593 - grpc_test_util
1594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr_test_util
1596 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001597 exclude_iomgrs:
1598 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001599 platforms:
1600 - mac
1601 - linux
1602 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001603- name: endpoint_pair_test
1604 build: test
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/iomgr/endpoint_pair_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
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001615- name: ev_epoll_linux_test
1616 build: test
1617 language: c
1618 src:
1619 - test/core/iomgr/ev_epoll_linux_test.c
1620 deps:
1621 - grpc_test_util
1622 - grpc
1623 - gpr_test_util
1624 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001625 exclude_iomgrs:
1626 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001627 platforms:
1628 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001629- name: fd_conservation_posix_test
1630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/iomgr/fd_conservation_posix_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001639 exclude_iomgrs:
1640 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001641 platforms:
1642 - mac
1643 - linux
1644 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001645- name: fd_posix_test
1646 build: test
1647 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001648 src:
1649 - test/core/iomgr/fd_posix_test.c
1650 deps:
1651 - grpc_test_util
1652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001653 - gpr_test_util
1654 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001655 exclude_iomgrs:
1656 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001657 platforms:
1658 - mac
1659 - linux
1660 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001661- name: fling_client
1662 build: test
1663 run: false
1664 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001665 src:
1666 - test/core/fling/client.c
1667 deps:
1668 - grpc_test_util
1669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001670 - gpr_test_util
1671 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672- name: fling_server
1673 build: test
1674 run: false
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/fling/server.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001683- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001684 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001685 build: test
1686 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001687 src:
1688 - test/core/fling/fling_stream_test.c
1689 deps:
1690 - grpc_test_util
1691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001694 platforms:
1695 - mac
1696 - linux
1697 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001699 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700 build: test
1701 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001702 src:
1703 - test/core/fling/fling_test.c
1704 deps:
1705 - grpc_test_util
1706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001709 platforms:
1710 - mac
1711 - linux
1712 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713- name: gen_hpack_tables
1714 build: tool
1715 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001716 src:
1717 - tools/codegen/core/gen_hpack_tables.c
1718 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001720 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721- name: gen_legal_metadata_characters
1722 build: tool
1723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001724 src:
1725 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001726 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001727- name: gen_percent_encoding_tables
1728 build: tool
1729 language: c
1730 src:
1731 - tools/codegen/core/gen_percent_encoding_tables.c
1732 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001733- name: goaway_server_test
1734 cpu_cost: 0.1
1735 build: test
1736 language: c
1737 src:
1738 - test/core/end2end/goaway_server_test.c
1739 deps:
1740 - grpc_test_util
1741 - grpc
1742 - gpr_test_util
1743 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001744 exclude_iomgrs:
1745 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001746 platforms:
1747 - mac
1748 - linux
1749 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001750- name: gpr_avl_test
1751 build: test
1752 language: c
1753 src:
1754 - test/core/support/avl_test.c
1755 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr_test_util
1757 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001758- name: gpr_backoff_test
1759 build: test
1760 language: c
1761 src:
1762 - test/core/support/backoff_test.c
1763 deps:
1764 - gpr_test_util
1765 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001766- name: gpr_cmdline_test
1767 build: test
1768 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001769 src:
1770 - test/core/support/cmdline_test.c
1771 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001772 - gpr_test_util
1773 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001774- name: gpr_cpu_test
1775 build: test
1776 language: c
1777 src:
1778 - test/core/support/cpu_test.c
1779 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001782- name: gpr_env_test
1783 build: test
1784 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001785 src:
1786 - test/core/support/env_test.c
1787 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001788 - gpr_test_util
1789 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790- name: gpr_histogram_test
1791 build: test
1792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
1794 - test/core/support/histogram_test.c
1795 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001798- name: gpr_host_port_test
1799 build: test
1800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001801 src:
1802 - test/core/support/host_port_test.c
1803 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr_test_util
1805 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001806- name: gpr_log_test
1807 build: test
1808 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001809 src:
1810 - test/core/support/log_test.c
1811 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001812 - gpr_test_util
1813 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001814- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001815 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001816 build: test
1817 language: c
1818 src:
1819 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001820 deps:
1821 - gpr_test_util
1822 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001824 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001825 build: test
1826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001827 src:
1828 - test/core/support/stack_lockfree_test.c
1829 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr_test_util
1831 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832- name: gpr_string_test
1833 build: test
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
1836 - test/core/support/string_test.c
1837 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001841 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001842 build: test
1843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001844 src:
1845 - test/core/support/sync_test.c
1846 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001850 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851 build: test
1852 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001853 src:
1854 - test/core/support/thd_test.c
1855 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr_test_util
1857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858- name: gpr_time_test
1859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/support/time_test.c
1863 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: gpr_tls_test
1867 build: test
1868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/core/support/tls_test.c
1871 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr_test_util
1873 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874- name: gpr_useful_test
1875 build: test
1876 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001877 src:
1878 - test/core/support/useful_test.c
1879 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001882- name: grpc_auth_context_test
1883 build: test
1884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001885 src:
1886 - test/core/security/auth_context_test.c
1887 deps:
1888 - grpc_test_util
1889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001890 - gpr_test_util
1891 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001892- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001896 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001897 deps:
1898 - grpc_test_util
1899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902- name: grpc_byte_buffer_reader_test
1903 build: test
1904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001905 src:
1906 - test/core/surface/byte_buffer_reader_test.c
1907 deps:
1908 - grpc_test_util
1909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001912- name: grpc_channel_args_test
1913 build: test
1914 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001915 src:
1916 - test/core/channel/channel_args_test.c
1917 deps:
1918 - grpc_test_util
1919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001920 - gpr_test_util
1921 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001922- name: grpc_channel_stack_test
1923 build: test
1924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001925 src:
1926 - test/core/channel/channel_stack_test.c
1927 deps:
1928 - grpc_test_util
1929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: grpc_completion_queue_test
1933 build: test
1934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
1936 - test/core/surface/completion_queue_test.c
1937 deps:
1938 - grpc_test_util
1939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001940 - gpr_test_util
1941 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001942 exclude_iomgrs:
1943 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001944- name: grpc_create_jwt
1945 build: tool
1946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/core/security/create_jwt.c
1949 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001951 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001952 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953- name: grpc_credentials_test
1954 build: test
1955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001956 src:
1957 - test/core/security/credentials_test.c
1958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001964 build: test
1965 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001966 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001967 src:
1968 - test/core/security/fetch_oauth2.c
1969 deps:
1970 - grpc_test_util
1971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr_test_util
1973 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001974- name: grpc_invalid_channel_args_test
1975 build: test
1976 language: c
1977 src:
1978 - test/core/surface/invalid_channel_args_test.c
1979 deps:
1980 - grpc_test_util
1981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: grpc_json_token_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/security/json_token_test.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001994 platforms:
1995 - linux
1996 - posix
1997 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: grpc_jwt_verifier_test
1999 build: test
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/security/jwt_verifier_test.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: grpc_print_google_default_creds_token
2009 build: tool
2010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
2012 - test/core/security/print_google_default_creds_token.c
2013 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016- name: grpc_security_connector_test
2017 build: test
2018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002019 src:
2020 - test/core/security/security_connector_test.c
2021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026- name: grpc_verify_jwt
2027 build: tool
2028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002029 src:
2030 - test/core/security/verify_jwt.c
2031 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002034- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002035 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002036 language: c
2037 src:
2038 - test/core/handshake/client_ssl.c
2039 deps:
2040 - grpc_test_util
2041 - grpc
2042 - gpr_test_util
2043 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002044 platforms:
2045 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002046 secure: true
2047- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002048 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002049 language: c
2050 src:
2051 - test/core/handshake/server_ssl.c
2052 deps:
2053 - grpc_test_util
2054 - grpc
2055 - gpr_test_util
2056 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002057 platforms:
2058 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002059 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002060- name: hpack_parser_fuzzer_test
2061 build: fuzzer
2062 language: c
2063 src:
2064 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2065 deps:
2066 - grpc_test_util
2067 - grpc
2068 - gpr_test_util
2069 - gpr
2070 corpus_dirs:
2071 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002072 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002073 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: hpack_parser_test
2075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/transport/chttp2/hpack_parser_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: hpack_table_test
2085 build: test
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/core/transport/chttp2/hpack_table_test.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002094- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002095 build: test
2096 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002097 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002098 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002099 deps:
2100 - grpc_test_util
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002104- name: http_request_fuzzer_test
2105 build: fuzzer
2106 language: c
2107 src:
2108 - test/core/http/request_fuzzer.c
2109 deps:
2110 - grpc_test_util
2111 - grpc
2112 - gpr_test_util
2113 - gpr
2114 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002115 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002116 maxlen: 2048
2117- name: http_response_fuzzer_test
2118 build: fuzzer
2119 language: c
2120 src:
2121 - test/core/http/response_fuzzer.c
2122 deps:
2123 - grpc_test_util
2124 - grpc
2125 - gpr_test_util
2126 - gpr
2127 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002128 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002129 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002130- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002131 build: test
2132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002133 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002134 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002135 deps:
2136 - grpc_test_util
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002141 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002142 build: test
2143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002145 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002146 deps:
2147 - grpc_test_util
2148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002149 - gpr_test_util
2150 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002151 platforms:
2152 - mac
2153 - linux
2154 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002155- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002156 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002157 build: test
2158 language: c
2159 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002160 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002161 deps:
2162 - grpc_test_util
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002166 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002167 - linux
yang-gf1183302015-12-07 16:02:05 -08002168- name: init_test
2169 build: test
2170 language: c
2171 src:
2172 - test/core/surface/init_test.c
2173 deps:
2174 - grpc_test_util
2175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002178- name: internal_api_canary_iomgr_test
2179 build: test
2180 run: false
2181 language: c
2182 src:
2183 - test/core/internal_api_canaries/iomgr.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
2187 - gpr_test_util
2188 - gpr
2189- name: internal_api_canary_support_test
2190 build: test
2191 run: false
2192 language: c
2193 src:
2194 - test/core/internal_api_canaries/iomgr.c
2195 deps:
2196 - grpc_test_util
2197 - grpc
2198 - gpr_test_util
2199 - gpr
2200- name: internal_api_canary_transport_test
2201 build: test
2202 run: false
2203 language: c
2204 src:
2205 - test/core/internal_api_canaries/iomgr.c
2206 deps:
2207 - grpc_test_util
2208 - grpc
2209 - gpr_test_util
2210 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002211- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002212 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002213 build: test
2214 language: c
2215 src:
2216 - test/core/end2end/invalid_call_argument_test.c
2217 deps:
2218 - grpc_test_util
2219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002220 - gpr_test_util
2221 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002222- name: json_fuzzer_test
2223 build: fuzzer
2224 language: c
2225 src:
2226 - test/core/json/fuzzer.c
2227 deps:
2228 - grpc_test_util
2229 - grpc
2230 - gpr_test_util
2231 - gpr
2232 corpus_dirs:
2233 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002234 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: json_rewrite
2236 build: test
2237 run: false
2238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002239 src:
2240 - test/core/json/json_rewrite.c
2241 deps:
2242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002243 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002244- name: json_rewrite_test
2245 build: test
2246 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002247 src:
2248 - test/core/json/json_rewrite_test.c
2249 deps:
2250 - grpc_test_util
2251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002252 - gpr_test_util
2253 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002254- name: json_stream_error_test
2255 build: test
2256 language: c
2257 src:
2258 - test/core/json/json_stream_error_test.c
2259 deps:
2260 - grpc_test_util
2261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002262 - gpr_test_util
2263 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264- name: json_test
2265 build: test
2266 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002267 src:
2268 - test/core/json/json_test.c
2269 deps:
2270 - grpc_test_util
2271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002272 - gpr_test_util
2273 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002274- name: lame_client_test
2275 build: test
2276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002277 src:
2278 - test/core/surface/lame_client_test.c
2279 deps:
2280 - grpc_test_util
2281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002282 - gpr_test_util
2283 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002284- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002285 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002286 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002287 build: test
2288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002289 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002290 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002291 deps:
2292 - grpc_test_util
2293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 - gpr_test_util
2295 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002296- name: load_file_test
2297 build: test
2298 language: c
2299 src:
2300 - test/core/iomgr/load_file_test.c
2301 deps:
2302 - grpc_test_util
2303 - grpc
2304 - gpr_test_util
2305 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306- name: low_level_ping_pong_benchmark
2307 build: benchmark
2308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002309 src:
2310 - test/core/network_benchmarks/low_level_ping_pong.c
2311 deps:
2312 - grpc_test_util
2313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 - gpr_test_util
2315 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002316 platforms:
2317 - mac
2318 - linux
2319 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320- name: message_compress_test
2321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/core/compression/message_compress_test.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002330- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002331 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002332 build: test
2333 language: c
2334 src:
2335 - test/core/census/mlog_test.c
2336 deps:
2337 - grpc_test_util
2338 - grpc
2339 - gpr_test_util
2340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341- name: multiple_server_queues_test
2342 build: test
2343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002344 src:
2345 - test/core/end2end/multiple_server_queues_test.c
2346 deps:
2347 - grpc_test_util
2348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002349 - gpr_test_util
2350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351- name: murmur_hash_test
2352 build: test
2353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
2355 - test/core/support/murmur_hash_test.c
2356 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002359- name: nanopb_fuzzer_response_test
2360 build: fuzzer
2361 language: c
2362 src:
2363 - test/core/nanopb/fuzzer_response.c
2364 deps:
2365 - grpc_test_util
2366 - grpc
2367 - gpr_test_util
2368 - gpr
2369 corpus_dirs:
2370 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002371 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002372- name: nanopb_fuzzer_serverlist_test
2373 build: fuzzer
2374 language: c
2375 src:
2376 - test/core/nanopb/fuzzer_serverlist.c
2377 deps:
2378 - grpc_test_util
2379 - grpc
2380 - gpr_test_util
2381 - gpr
2382 corpus_dirs:
2383 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002384 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002386 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002387 build: test
2388 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002389 src:
2390 - test/core/end2end/no_server_test.c
2391 deps:
2392 - grpc_test_util
2393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002394 - gpr_test_util
2395 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002396- name: percent_decode_fuzzer
2397 build: fuzzer
2398 language: c
2399 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002400 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002401 deps:
2402 - grpc_test_util
2403 - grpc
2404 - gpr_test_util
2405 - gpr
2406 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002407 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002408 maxlen: 32
2409- name: percent_encode_fuzzer
2410 build: fuzzer
2411 language: c
2412 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002413 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002414 deps:
2415 - grpc_test_util
2416 - grpc
2417 - gpr_test_util
2418 - gpr
2419 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002420 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002421 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002422- name: percent_encoding_test
2423 build: test
2424 language: c
2425 src:
2426 - test/core/slice/percent_encoding_test.c
2427 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002428 - grpc_test_util
2429 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002430 - gpr_test_util
2431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: resolve_address_test
2433 build: test
2434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
2436 - test/core/iomgr/resolve_address_test.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002442 exclude_iomgrs:
2443 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002444- name: resource_quota_test
2445 cpu_cost: 30
2446 build: test
2447 language: c
2448 src:
2449 - test/core/iomgr/resource_quota_test.c
2450 deps:
2451 - grpc_test_util
2452 - grpc
2453 - gpr_test_util
2454 - gpr
yang-gd482e592015-12-10 14:04:00 -08002455- name: secure_channel_create_test
2456 build: test
2457 language: c
2458 src:
2459 - test/core/surface/secure_channel_create_test.c
2460 deps:
2461 - grpc_test_util
2462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr_test_util
2464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465- name: secure_endpoint_test
2466 build: test
2467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002468 src:
2469 - test/core/security/secure_endpoint_test.c
2470 deps:
2471 - grpc_test_util
2472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002473 - gpr_test_util
2474 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002475 exclude_iomgrs:
2476 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002477- name: sequential_connectivity_test
2478 build: test
2479 language: c
2480 src:
2481 - test/core/surface/sequential_connectivity_test.c
2482 deps:
2483 - grpc_test_util
2484 - grpc
2485 - gpr_test_util
2486 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002487 exclude_iomgrs:
2488 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002489- name: server_chttp2_test
2490 build: test
2491 language: c
2492 src:
2493 - test/core/surface/server_chttp2_test.c
2494 deps:
2495 - grpc_test_util
2496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002497 - gpr_test_util
2498 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002499- name: server_fuzzer
2500 build: fuzzer
2501 language: c
2502 src:
2503 - test/core/end2end/fuzzers/server_fuzzer.c
2504 deps:
2505 - grpc_test_util
2506 - grpc
2507 - gpr_test_util
2508 - gpr
2509 corpus_dirs:
2510 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002511 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002512 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002513- name: server_test
2514 build: test
2515 language: c
2516 src:
2517 - test/core/surface/server_test.c
2518 deps:
2519 - grpc_test_util
2520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002521 - gpr_test_util
2522 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002523- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002524 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002525 build: test
2526 language: c
2527 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002528 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002529 deps:
2530 - test_tcp_server
2531 - grpc_test_util
2532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002533 - gpr_test_util
2534 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002535 exclude_iomgrs:
2536 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002537- name: slice_buffer_test
2538 build: test
2539 language: c
2540 src:
2541 - test/core/slice/slice_buffer_test.c
2542 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002543 - grpc_test_util
2544 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002545 - gpr_test_util
2546 - gpr
2547- name: slice_string_helpers_test
2548 build: test
2549 language: c
2550 src:
2551 - test/core/slice/slice_string_helpers_test.c
2552 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002553 - grpc_test_util
2554 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002555 - gpr_test_util
2556 - gpr
2557- name: slice_test
2558 build: test
2559 language: c
2560 src:
2561 - test/core/slice/slice_test.c
2562 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002563 - grpc_test_util
2564 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002565 - gpr_test_util
2566 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002567- name: sockaddr_resolver_test
2568 build: test
2569 language: c
2570 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002571 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002572 deps:
2573 - grpc_test_util
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002577- name: sockaddr_utils_test
2578 build: test
2579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002580 src:
2581 - test/core/iomgr/sockaddr_utils_test.c
2582 deps:
2583 - grpc_test_util
2584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002585 - gpr_test_util
2586 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002587- name: socket_utils_test
2588 build: test
2589 language: c
2590 src:
2591 - test/core/iomgr/socket_utils_test.c
2592 deps:
2593 - grpc_test_util
2594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002595 - gpr_test_util
2596 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002597 exclude_iomgrs:
2598 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002599 platforms:
2600 - mac
2601 - linux
2602 - posix
yang-g31e21282016-11-04 15:10:03 -07002603- name: ssl_server_fuzzer
2604 build: fuzzer
2605 language: c
2606 src:
2607 - test/core/security/ssl_server_fuzzer.c
2608 deps:
2609 - grpc_test_util
2610 - grpc
2611 - gpr_test_util
2612 - gpr
2613 corpus_dirs:
2614 - test/core/security/corpus/ssl_server_corpus
2615 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002617 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002618 build: test
2619 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002620 src:
2621 - test/core/iomgr/tcp_client_posix_test.c
2622 deps:
2623 - grpc_test_util
2624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002625 - gpr_test_util
2626 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002627 exclude_iomgrs:
2628 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002629 platforms:
2630 - mac
2631 - linux
2632 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002633- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002634 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002635 build: test
2636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002637 src:
2638 - test/core/iomgr/tcp_posix_test.c
2639 deps:
2640 - grpc_test_util
2641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002642 - gpr_test_util
2643 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002644 exclude_iomgrs:
2645 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002646 platforms:
2647 - mac
2648 - linux
2649 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650- name: tcp_server_posix_test
2651 build: test
2652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002653 src:
2654 - test/core/iomgr/tcp_server_posix_test.c
2655 deps:
2656 - grpc_test_util
2657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002658 - gpr_test_util
2659 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002660 exclude_iomgrs:
2661 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002662 platforms:
2663 - mac
2664 - linux
2665 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002666- name: time_averaged_stats_test
2667 build: test
2668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002669 src:
2670 - test/core/iomgr/time_averaged_stats_test.c
2671 deps:
2672 - grpc_test_util
2673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002674 - gpr_test_util
2675 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002676- name: timeout_encoding_test
2677 build: test
2678 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002679 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002680 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002681 deps:
2682 - grpc_test_util
2683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002684 - gpr_test_util
2685 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002686- name: timer_heap_test
2687 build: test
2688 language: c
2689 src:
2690 - test/core/iomgr/timer_heap_test.c
2691 deps:
2692 - grpc_test_util
2693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002694 - gpr_test_util
2695 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002696 exclude_iomgrs:
2697 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002698- name: timer_list_test
2699 build: test
2700 language: c
2701 src:
2702 - test/core/iomgr/timer_list_test.c
2703 deps:
2704 - grpc_test_util
2705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002706 - gpr_test_util
2707 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002708 exclude_iomgrs:
2709 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002710- name: transport_connectivity_state_test
2711 build: test
2712 language: c
2713 src:
2714 - test/core/transport/connectivity_state_test.c
2715 deps:
2716 - grpc_test_util
2717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002718 - gpr_test_util
2719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720- name: transport_metadata_test
2721 build: test
2722 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002723 src:
2724 - test/core/transport/metadata_test.c
2725 deps:
2726 - grpc_test_util
2727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002728 - gpr_test_util
2729 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002730- name: transport_pid_controller_test
2731 build: test
2732 language: c
2733 src:
2734 - test/core/transport/pid_controller_test.c
2735 deps:
2736 - grpc_test_util
2737 - grpc
2738 - gpr_test_util
2739 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002740- name: transport_security_test
2741 build: test
2742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002743 src:
2744 - test/core/tsi/transport_security_test.c
2745 deps:
2746 - grpc_test_util
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr_test_util
2749 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002750 platforms:
2751 - linux
2752 - posix
2753 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002754- name: udp_server_test
2755 build: test
2756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002757 src:
2758 - test/core/iomgr/udp_server_test.c
2759 deps:
2760 - grpc_test_util
2761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002762 - gpr_test_util
2763 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002764 exclude_iomgrs:
2765 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002766 platforms:
2767 - mac
2768 - linux
2769 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002770- name: uri_fuzzer_test
2771 build: fuzzer
2772 language: c
2773 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002774 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002775 deps:
2776 - grpc_test_util
2777 - grpc
2778 - gpr_test_util
2779 - gpr
2780 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002781 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002782 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002783- name: uri_parser_test
2784 build: test
2785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002786 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002787 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002788 deps:
2789 - grpc_test_util
2790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002791 - gpr_test_util
2792 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002793- name: wakeup_fd_cv_test
2794 build: test
2795 language: c
2796 src:
2797 - test/core/iomgr/wakeup_fd_cv_test.c
2798 deps:
2799 - grpc_test_util
2800 - grpc
2801 - gpr_test_util
2802 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002803 exclude_iomgrs:
2804 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002805 platforms:
2806 - mac
2807 - linux
2808 - posix
vjpai04e992a2016-02-10 16:58:38 -08002809- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002810 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002811 build: test
2812 language: c++
2813 src:
2814 - test/cpp/common/alarm_cpp_test.cc
2815 deps:
2816 - grpc++_test_util
2817 - grpc_test_util
2818 - grpc++
2819 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002820 - gpr_test_util
2821 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002822- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002823 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002824 build: test
2825 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002826 src:
2827 - test/cpp/end2end/async_end2end_test.cc
2828 deps:
2829 - grpc++_test_util
2830 - grpc_test_util
2831 - grpc++
2832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002833 - gpr_test_util
2834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002835- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002836 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002837 build: test
2838 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002839 src:
2840 - test/cpp/common/auth_property_iterator_test.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
Craig Tiller93d802b2016-10-25 21:05:49 -07002848- name: bm_fullstack
2849 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002850 language: c++
2851 src:
2852 - test/cpp/microbenchmarks/bm_fullstack.cc
2853 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002854 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002855 - grpc++_test_util
2856 - grpc_test_util
2857 - grpc++
2858 - grpc
2859 - gpr_test_util
2860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002861- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002862 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002863 build: test
2864 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002865 src:
yang-g52705592015-11-25 11:45:33 -08002866 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002867 deps:
2868 - grpc++
2869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002870 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002871- name: channel_filter_test
2872 gtest: true
2873 build: test
2874 language: c++
2875 src:
2876 - test/cpp/common/channel_filter_test.cc
2877 deps:
2878 - grpc++
2879 - grpc
2880 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002881- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002882 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002883 build: test
2884 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002885 src:
2886 - test/cpp/util/cli_call_test.cc
2887 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002888 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002889 - grpc++_test_util
2890 - grpc_test_util
2891 - grpc++
2892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002893 - gpr_test_util
2894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002896 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002897 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898 build: test
2899 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002900 src:
2901 - test/cpp/end2end/client_crash_test.cc
2902 deps:
2903 - grpc++_test_util
2904 - grpc_test_util
2905 - grpc++
2906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002907 - gpr_test_util
2908 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002909 platforms:
2910 - mac
2911 - linux
2912 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002913- name: client_crash_test_server
2914 build: test
2915 run: false
2916 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002917 src:
2918 - test/cpp/end2end/client_crash_test_server.cc
2919 deps:
2920 - grpc++_test_util
2921 - grpc_test_util
2922 - grpc++
2923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002924 - gpr_test_util
2925 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002926- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002927 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002928 build: test
2929 language: c++
2930 src:
2931 - src/proto/grpc/testing/control.proto
2932 - src/proto/grpc/testing/messages.proto
2933 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002934 - src/proto/grpc/testing/services.proto
2935 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002936 - test/cpp/codegen/codegen_test_full.cc
2937 deps:
2938 - grpc++
2939 - grpc
2940 - gpr
2941 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002942 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002943- name: codegen_test_minimal
2944 gtest: true
2945 build: test
2946 language: c++
2947 src:
2948 - src/proto/grpc/testing/control.proto
2949 - src/proto/grpc/testing/messages.proto
2950 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002951 - src/proto/grpc/testing/services.proto
2952 - src/proto/grpc/testing/stats.proto
2953 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002954 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002955 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002956 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002957- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002958 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002959 build: test
2960 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002961 src:
2962 - test/cpp/client/credentials_test.cc
2963 deps:
2964 - grpc++
2965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002968 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969 build: test
2970 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002971 src:
2972 - test/cpp/util/byte_buffer_test.cc
2973 deps:
2974 - grpc_test_util
2975 - grpc++
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002979- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002980 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002981 build: test
2982 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002983 src:
2984 - test/cpp/util/slice_test.cc
2985 deps:
2986 - grpc_test_util
2987 - grpc++
2988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002989 - gpr_test_util
2990 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002991- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002992 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002993 build: test
2994 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002995 src:
2996 - test/cpp/util/string_ref_test.cc
2997 deps:
2998 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002999- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003000 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003001 build: test
3002 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003003 src:
3004 - test/cpp/util/time_test.cc
3005 deps:
3006 - grpc_test_util
3007 - grpc++
3008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003009 - gpr_test_util
3010 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003012 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003013 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003014 build: test
3015 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003016 src:
3017 - test/cpp/end2end/end2end_test.cc
3018 deps:
3019 - grpc++_test_util
3020 - grpc_test_util
3021 - grpc++
3022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003023 - gpr_test_util
3024 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003025- name: filter_end2end_test
3026 gtest: true
3027 build: test
3028 language: c++
3029 src:
3030 - test/cpp/end2end/filter_end2end_test.cc
3031 deps:
3032 - grpc++_test_util
3033 - grpc_test_util
3034 - grpc++
3035 - grpc
3036 - gpr_test_util
3037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003039 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040 build: test
3041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003042 src:
3043 - test/cpp/end2end/generic_end2end_test.cc
3044 deps:
3045 - grpc++_test_util
3046 - grpc_test_util
3047 - grpc++
3048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003049 - gpr_test_util
3050 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003051- name: golden_file_test
3052 gtest: true
3053 build: test
3054 language: c++
3055 src:
3056 - src/proto/grpc/testing/compiler_test.proto
3057 - test/cpp/codegen/golden_file_test.cc
3058 deps:
3059 - grpc++
3060 - grpc
3061 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003062- name: grpc_cli
3063 build: test
3064 run: false
3065 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003066 src:
3067 - test/cpp/util/grpc_cli.cc
3068 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003069 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003070 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003071 - grpc++
3072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003073 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003074 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003075- name: grpc_cpp_plugin
3076 build: protoc
3077 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003078 src:
3079 - src/compiler/cpp_plugin.cc
3080 deps:
3081 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003082 secure: false
3083 vs_config_type: Application
3084 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3085- name: grpc_csharp_plugin
3086 build: protoc
3087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003088 src:
3089 - src/compiler/csharp_plugin.cc
3090 deps:
3091 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003092 secure: false
3093 vs_config_type: Application
3094 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003095- name: grpc_node_plugin
3096 build: protoc
3097 language: c++
3098 src:
3099 - src/compiler/node_plugin.cc
3100 deps:
3101 - grpc_plugin_support
3102 secure: false
3103 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003104- name: grpc_objective_c_plugin
3105 build: protoc
3106 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003107 src:
3108 - src/compiler/objective_c_plugin.cc
3109 deps:
3110 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003111 secure: false
3112 vs_config_type: Application
3113 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003114- name: grpc_php_plugin
3115 build: protoc
3116 language: c++
3117 src:
3118 - src/compiler/php_plugin.cc
3119 deps:
3120 - grpc_plugin_support
3121 secure: false
3122 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003123- name: grpc_python_plugin
3124 build: protoc
3125 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003126 src:
3127 - src/compiler/python_plugin.cc
3128 deps:
3129 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003130 secure: false
3131 vs_config_type: Application
3132 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3133- name: grpc_ruby_plugin
3134 build: protoc
3135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003136 src:
3137 - src/compiler/ruby_plugin.cc
3138 deps:
3139 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003140 secure: false
3141 vs_config_type: Application
3142 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003143- name: grpc_tool_test
3144 gtest: true
3145 build: test
3146 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003147 src:
3148 - src/proto/grpc/testing/echo.proto
3149 - src/proto/grpc/testing/echo_messages.proto
3150 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003151 deps:
3152 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003153 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003154 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003155 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003156 - grpc_test_util
3157 - grpc++
3158 - grpc
3159 - gpr_test_util
3160 - gpr
3161 filegroups:
3162 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003163- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003164 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003165 build: test
3166 language: c++
3167 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003168 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003169 - test/cpp/grpclb/grpclb_api_test.cc
3170 deps:
3171 - grpc++_test_util
3172 - grpc_test_util
3173 - grpc++
3174 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003175- name: grpclb_test
3176 gtest: false
3177 build: test
3178 language: c++
3179 src:
3180 - src/proto/grpc/lb/v1/load_balancer.proto
3181 - test/cpp/grpclb/grpclb_test.cc
3182 deps:
3183 - gpr
3184 - gpr_test_util
3185 - grpc
3186 - grpc++
3187 - grpc++_test_util
3188 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003189- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003190 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003191 build: test
3192 language: c++
3193 src:
3194 - test/cpp/end2end/hybrid_end2end_test.cc
3195 deps:
3196 - grpc++_test_util
3197 - grpc_test_util
3198 - grpc++
3199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003200 - gpr_test_util
3201 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003202- name: interop_client
3203 build: test
3204 run: false
3205 language: c++
3206 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003207 deps:
3208 - interop_client_main
3209 - interop_client_helper
3210 - grpc++_test_util
3211 - grpc_test_util
3212 - grpc++
3213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003214 - gpr_test_util
3215 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003216 - grpc++_test_config
3217 platforms:
3218 - mac
3219 - linux
3220 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003221- name: interop_server
3222 build: test
3223 run: false
3224 language: c++
3225 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003226 deps:
3227 - interop_server_main
3228 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003229 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003230 - grpc++_test_util
3231 - grpc_test_util
3232 - grpc++
3233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003234 - gpr_test_util
3235 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003236 - grpc++_test_config
3237 platforms:
3238 - mac
3239 - linux
3240 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003241- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003242 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003243 build: test
3244 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003245 src:
3246 - test/cpp/interop/interop_test.cc
3247 deps:
3248 - grpc_test_util
3249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003250 - gpr_test_util
3251 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003252 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003253 platforms:
3254 - mac
3255 - linux
3256 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003257- name: json_run_localhost
3258 build: test
3259 run: false
3260 language: c++
3261 src:
3262 - test/cpp/qps/json_run_localhost.cc
3263 deps:
3264 - grpc++_test_util
3265 - grpc_test_util
3266 - grpc++
3267 - grpc
3268 - gpr_test_util
3269 - gpr
3270 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003271- name: metrics_client
3272 build: test
3273 run: false
3274 language: c++
3275 headers:
3276 - test/cpp/util/metrics_server.h
3277 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003278 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003279 - test/cpp/interop/metrics_client.cc
3280 deps:
3281 - grpc++
3282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003283 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003284 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003286 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003287 build: test
3288 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003289 src:
3290 - test/cpp/end2end/mock_test.cc
3291 deps:
3292 - grpc++_test_util
3293 - grpc_test_util
3294 - grpc++
3295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003296 - gpr_test_util
3297 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003298- name: noop-benchmark
3299 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003300 language: c++
3301 src:
3302 - test/cpp/microbenchmarks/noop-benchmark.cc
3303 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003304 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003305- name: proto_server_reflection_test
3306 gtest: true
3307 build: test
3308 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003309 src:
3310 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003311 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003312 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003313 - grpc++_reflection
3314 - grpc++_test_util
3315 - grpc_test_util
3316 - grpc++
3317 - grpc
3318 - gpr_test_util
3319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003320- name: qps_interarrival_test
3321 build: test
3322 run: false
3323 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003324 src:
3325 - test/cpp/qps/qps_interarrival_test.cc
3326 deps:
3327 - qps
3328 - grpc++_test_util
3329 - grpc_test_util
3330 - grpc++
3331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003332 - gpr_test_util
3333 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003334 platforms:
3335 - mac
3336 - linux
3337 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003338- name: qps_json_driver
3339 build: test
3340 run: false
3341 language: c++
3342 src:
3343 - test/cpp/qps/qps_json_driver.cc
3344 deps:
3345 - qps
3346 - grpc++_test_util
3347 - grpc_test_util
3348 - grpc++
3349 - grpc
3350 - gpr_test_util
3351 - gpr
3352 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003353- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003354 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003355 build: test
3356 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003357 src:
3358 - test/cpp/qps/qps_openloop_test.cc
3359 deps:
3360 - qps
3361 - grpc++_test_util
3362 - grpc_test_util
3363 - grpc++
3364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003365 - gpr_test_util
3366 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003367 - grpc++_test_config
3368 platforms:
3369 - mac
3370 - linux
3371 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003372- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003373 build: test
3374 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003375 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003376 headers:
3377 - test/cpp/qps/client.h
3378 - test/cpp/qps/server.h
3379 src:
3380 - test/cpp/qps/worker.cc
3381 deps:
3382 - qps
3383 - grpc++_test_util
3384 - grpc_test_util
3385 - grpc++
3386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003387 - gpr_test_util
3388 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003389 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003390- name: reconnect_interop_client
3391 build: test
3392 run: false
3393 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003394 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003395 - src/proto/grpc/testing/empty.proto
3396 - src/proto/grpc/testing/messages.proto
3397 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003398 - test/cpp/interop/reconnect_interop_client.cc
3399 deps:
3400 - grpc++_test_util
3401 - grpc_test_util
3402 - grpc++
3403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003404 - gpr_test_util
3405 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003406 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003407- name: reconnect_interop_server
3408 build: test
3409 run: false
3410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003411 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003412 - src/proto/grpc/testing/empty.proto
3413 - src/proto/grpc/testing/messages.proto
3414 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003415 - test/cpp/interop/reconnect_interop_server.cc
3416 deps:
3417 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003418 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003419 - grpc++_test_util
3420 - grpc_test_util
3421 - grpc++
3422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003423 - gpr_test_util
3424 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003425 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003426- name: round_robin_end2end_test
3427 gtest: true
3428 build: test
3429 language: c++
3430 src:
3431 - test/cpp/end2end/round_robin_end2end_test.cc
3432 deps:
3433 - grpc++_test_util
3434 - grpc_test_util
3435 - grpc++
3436 - grpc
3437 - gpr_test_util
3438 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003439- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003440 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003441 build: test
3442 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003443 src:
3444 - test/cpp/common/secure_auth_context_test.cc
3445 deps:
3446 - grpc++_test_util
3447 - grpc_test_util
3448 - grpc++
3449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003450 - gpr_test_util
3451 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003452- name: secure_sync_unary_ping_pong_test
3453 build: test
3454 language: c++
3455 src:
3456 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3457 deps:
3458 - qps
3459 - grpc++_test_util
3460 - grpc_test_util
3461 - grpc++
3462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003463 - gpr_test_util
3464 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003465 platforms:
3466 - mac
3467 - linux
3468 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003469- name: server_builder_plugin_test
3470 gtest: true
3471 build: test
3472 language: c++
3473 src:
3474 - test/cpp/end2end/server_builder_plugin_test.cc
3475 deps:
3476 - grpc++_test_util
3477 - grpc_test_util
3478 - grpc++
3479 - grpc
3480 - gpr_test_util
3481 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003482- name: server_context_test_spouse_test
3483 gtest: true
3484 build: test
3485 language: c++
3486 src:
3487 - test/cpp/test/server_context_test_spouse_test.cc
3488 deps:
3489 - grpc_test_util
3490 - grpc++_test
3491 - grpc++
3492 - grpc
3493 - gpr_test_util
3494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003495- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003496 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003497 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003498 build: test
3499 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003500 src:
3501 - test/cpp/end2end/server_crash_test.cc
3502 deps:
3503 - grpc++_test_util
3504 - grpc_test_util
3505 - grpc++
3506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003507 - gpr_test_util
3508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003509 platforms:
3510 - mac
3511 - linux
3512 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003513- name: server_crash_test_client
3514 build: test
3515 run: false
3516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003517 src:
3518 - test/cpp/end2end/server_crash_test_client.cc
3519 deps:
3520 - grpc++_test_util
3521 - grpc_test_util
3522 - grpc++
3523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003524 - gpr_test_util
3525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003526- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003527 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003528 build: test
3529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003530 src:
3531 - test/cpp/end2end/shutdown_test.cc
3532 deps:
3533 - grpc++_test_util
3534 - grpc_test_util
3535 - grpc++
3536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003537 - gpr_test_util
3538 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003539- name: status_test
3540 build: test
3541 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003542 src:
3543 - test/cpp/util/status_test.cc
3544 deps:
3545 - grpc_test_util
3546 - grpc++
3547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003548 - gpr_test_util
3549 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003550- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003551 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003552 build: test
3553 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003554 src:
3555 - test/cpp/end2end/streaming_throughput_test.cc
3556 deps:
3557 - grpc++_test_util
3558 - grpc_test_util
3559 - grpc++
3560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003561 - gpr_test_util
3562 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003563 platforms:
3564 - mac
3565 - linux
3566 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003567- name: stress_test
3568 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003569 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003570 language: c++
3571 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003572 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003573 - test/cpp/interop/interop_client.h
3574 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003575 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003576 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003577 - src/proto/grpc/testing/empty.proto
3578 - src/proto/grpc/testing/messages.proto
3579 - src/proto/grpc/testing/metrics.proto
3580 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003581 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003582 - test/cpp/interop/interop_client.cc
3583 - test/cpp/interop/stress_interop_client.cc
3584 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003585 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003586 deps:
3587 - grpc++_test_util
3588 - grpc_test_util
3589 - grpc++
3590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003591 - gpr_test_util
3592 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003593 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003594- name: thread_manager_test
3595 build: test
3596 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003597 src:
3598 - test/cpp/thread_manager/thread_manager_test.cc
3599 deps:
3600 - grpc++
3601 - grpc
3602 - gpr
3603 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003604- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003605 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003606 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003607 build: test
3608 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003609 src:
3610 - test/cpp/end2end/thread_stress_test.cc
3611 deps:
3612 - grpc++_test_util
3613 - grpc_test_util
3614 - grpc++
3615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003616 - gpr_test_util
3617 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003618- name: public_headers_must_be_c89
3619 build: test
3620 language: c89
3621 src:
3622 - test/core/surface/public_headers_must_be_c89.c
3623 deps:
3624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003626vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003627- linkage: static
3628 name: grpc.dependencies.zlib
3629 props: false
3630 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003631 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003632- linkage: static
3633 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003634 props: true
3635 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003636 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003637- name: gflags
3638 props: false
3639 redist: false
3640 version: 2.1.2.1
3641- name: gtest
3642 props: false
3643 redist: false
3644 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003645configs:
3646 asan:
3647 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003648 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3649 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003650 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003651 LD: clang
3652 LDFLAGS: -fsanitize=address
3653 LDXX: clang++
3654 compile_the_world: true
3655 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003656 ASAN_OPTIONS: detect_leaks=1:color=always
3657 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003658 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003659 asan-noleaks:
3660 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003661 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3662 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003663 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003664 LD: clang
3665 LDFLAGS: -fsanitize=address
3666 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003667 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003668 test_environ:
3669 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003670 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003671 asan-trace-cmp:
3672 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003673 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3674 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003675 CXX: clang++
3676 LD: clang
3677 LDFLAGS: -fsanitize=address
3678 LDXX: clang++
3679 compile_the_world: true
3680 test_environ:
3681 ASAN_OPTIONS: detect_leaks=1:color=always
3682 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3683 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003684 basicprof:
3685 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3686 DEFINES: NDEBUG
3687 dbg:
3688 CPPFLAGS: -O0
3689 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003690 easan:
3691 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003692 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3693 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003694 CXX: clang++
3695 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3696 LD: clang
3697 LDFLAGS: -fsanitize=address
3698 LDXX: clang++
3699 compile_the_world: true
3700 test_environ:
3701 ASAN_OPTIONS: detect_leaks=1:color=always
3702 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3703 timeout_multiplier: 3
3704 edbg:
3705 CPPFLAGS: -O0
3706 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3707 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003708 CC: clang
3709 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003710 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003711 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003712 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003713 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003714 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003715 LDXX: clang++
3716 compile_the_world: true
3717 test_environ:
3718 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3719 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003720 gcov:
3721 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003722 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003723 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003724 DEFINES: _DEBUG DEBUG GPR_GCOV
3725 LD: gcc
3726 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3727 LDXX: g++
3728 helgrind:
3729 CPPFLAGS: -O0
3730 DEFINES: _DEBUG DEBUG
3731 LDFLAGS: -rdynamic
3732 timeout_multiplier: 20
3733 valgrind: --tool=helgrind
3734 memcheck:
3735 CPPFLAGS: -O0
3736 DEFINES: _DEBUG DEBUG
3737 LDFLAGS: -rdynamic
3738 timeout_multiplier: 10
3739 valgrind: --tool=memcheck --leak-check=full
3740 msan:
3741 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003742 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3743 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3744 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003745 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003746 DEFINES: NDEBUG
3747 LD: clang
3748 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3749 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3750 LDXX: clang++
3751 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003752 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003753 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003754 CPPFLAGS: -O3 -fno-omit-frame-pointer
3755 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003756 LDFLAGS: -rdynamic
3757 opt:
3758 CPPFLAGS: -O2
3759 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003760 stapprof:
3761 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3762 DEFINES: NDEBUG
3763 tsan:
3764 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003765 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003766 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003767 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003768 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003769 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003770 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003771 LDXX: clang++
3772 compile_the_world: true
3773 test_environ:
3774 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003775 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003776 ubsan:
3777 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003778 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3779 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003780 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003781 DEFINES: NDEBUG
3782 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003783 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003784 LDXX: clang++
3785 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003786 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003787 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003788 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003789defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003790 benchmark:
3791 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003792 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003793 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003794 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003795 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003796 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003797 global:
3798 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3799 LDFLAGS: -g
3800 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003801 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003802 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003803node_modules:
3804- deps:
3805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003806 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003807 - boringssl
3808 - z
murgatroid9994a75412015-11-19 14:04:53 -08003809 headers:
3810 - src/node/ext/byte_buffer.h
3811 - src/node/ext/call.h
3812 - src/node/ext/call_credentials.h
3813 - src/node/ext/channel.h
3814 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003815 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003816 - src/node/ext/completion_queue_async_worker.h
3817 - src/node/ext/server.h
3818 - src/node/ext/server_credentials.h
3819 - src/node/ext/timeval.h
3820 js:
3821 - src/node/index.js
3822 - src/node/src/client.js
3823 - src/node/src/common.js
3824 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003825 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003826 - src/node/src/metadata.js
3827 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003828 name: grpc_node
3829 src:
3830 - src/node/ext/byte_buffer.cc
3831 - src/node/ext/call.cc
3832 - src/node/ext/call_credentials.cc
3833 - src/node/ext/channel.cc
3834 - src/node/ext/channel_credentials.cc
murgatroid999030c812016-09-16 13:25:08 -07003835 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003836 - src/node/ext/completion_queue_async_worker.cc
3837 - src/node/ext/node_grpc.cc
3838 - src/node/ext/server.cc
3839 - src/node/ext/server_credentials.cc
3840 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003841openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003842 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003843 extraction_dir: openssl-1.0.2f
3844 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003845php_config_m4:
3846 deps:
3847 - grpc
3848 - gpr
3849 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003850 headers:
3851 - src/php/ext/grpc/byte_buffer.h
3852 - src/php/ext/grpc/call.h
3853 - src/php/ext/grpc/call_credentials.h
3854 - src/php/ext/grpc/channel.h
3855 - src/php/ext/grpc/channel_credentials.h
3856 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003857 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003858 - src/php/ext/grpc/php_grpc.h
3859 - src/php/ext/grpc/server.h
3860 - src/php/ext/grpc/server_credentials.h
3861 - src/php/ext/grpc/timeval.h
3862 src:
3863 - src/php/ext/grpc/byte_buffer.c
3864 - src/php/ext/grpc/call.c
3865 - src/php/ext/grpc/call_credentials.c
3866 - src/php/ext/grpc/channel.c
3867 - src/php/ext/grpc/channel_credentials.c
3868 - src/php/ext/grpc/completion_queue.c
3869 - src/php/ext/grpc/php_grpc.c
3870 - src/php/ext/grpc/server.c
3871 - src/php/ext/grpc/server_credentials.c
3872 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003873python_dependencies:
3874 deps:
3875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003876 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003877 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003878 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003879ruby_gem:
3880 deps:
3881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003883 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003884 - z