blob: ecd9ebe5b7b134333168d30ba8922a380425a2b3 [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
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#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
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070015 core_version: 4.0.0-dev
David Garcia Quintasae64b012017-04-21 16:12:39 -070016 g_stands_for: gregarious
David Garcia Quintas9e1acc02017-04-13 16:30:15 -070017 version: 1.4.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
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070088 - src/core/lib/support/arena.h
Craig Tiller4d780a52017-04-12 13:47:18 -070089 - src/core/lib/support/atomic.h
90 - src/core/lib/support/atomic_with_atm.h
91 - src/core/lib/support/atomic_with_std.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/backoff.h
93 - src/core/lib/support/block_annotate.h
94 - src/core/lib/support/env.h
Craig Tillerb3d70102017-03-31 14:17:09 -070095 - src/core/lib/support/memory.h
Craig Tiller57726ca2016-09-12 11:59:45 -070096 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080098 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070099 - src/core/lib/support/stack_lockfree.h
100 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700101 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/support/thd_internal.h
103 - src/core/lib/support/time_precise.h
104 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100105 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700106 - src/core/lib/profiling/basic_timers.c
107 - src/core/lib/profiling/stap_timers.c
108 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700109 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700110 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/avl.c
112 - src/core/lib/support/backoff.c
113 - src/core/lib/support/cmdline.c
114 - src/core/lib/support/cpu_iphone.c
115 - src/core/lib/support/cpu_linux.c
116 - src/core/lib/support/cpu_posix.c
117 - src/core/lib/support/cpu_windows.c
118 - src/core/lib/support/env_linux.c
119 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/histogram.c
122 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/log.c
124 - src/core/lib/support/log_android.c
125 - src/core/lib/support/log_linux.c
126 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700127 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700128 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700129 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/stack_lockfree.c
131 - src/core/lib/support/string.c
132 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700133 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/subprocess_posix.c
136 - src/core/lib/support/subprocess_windows.c
137 - src/core/lib/support/sync.c
138 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700139 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700140 - src/core/lib/support/thd.c
141 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/time.c
144 - src/core/lib/support/time_posix.c
145 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700147 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200148 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700149 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700150 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700151 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700152 uses:
153 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800154- name: gpr_codegen
155 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800156 - include/grpc/impl/codegen/atm.h
157 - include/grpc/impl/codegen/atm_gcc_atomic.h
158 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700159 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800160 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700161 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800162 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800163 - include/grpc/impl/codegen/sync.h
164 - include/grpc/impl/codegen/sync_generic.h
165 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700166 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700167- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700168 public_headers:
169 - include/grpc/byte_buffer.h
170 - include/grpc/byte_buffer_reader.h
171 - include/grpc/compression.h
172 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700173 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200174 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800175 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700176 - include/grpc/slice.h
177 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700178 - include/grpc/status.h
Muxi Yan1d3ce9a2017-05-15 16:01:17 -0700179 - include/grpc/support/workaround_list.h
Craig Tiller25834342015-09-25 08:08:24 -0700180 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700181 - src/core/lib/channel/channel_args.h
182 - src/core/lib/channel/channel_stack.h
183 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/channel/connected_channel.h
185 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700186 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800187 - src/core/lib/channel/handshaker_factory.h
188 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/compression/algorithm_metadata.h
190 - src/core/lib/compression/message_compress.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/http/format_request.h
192 - src/core/lib/http/httpcli.h
193 - src/core/lib/http/parser.h
194 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700195 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/endpoint.h
197 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700198 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800199 - src/core/lib/iomgr/error_internal.h
Craig Tillerc67cc992017-04-27 10:15:51 -0700200 - src/core/lib/iomgr/ev_epoll1_linux.h
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700201 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700202 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
Craig Tillerf4360d72017-04-07 08:51:00 -0700203 - src/core/lib/iomgr/ev_epollex_linux.h
Craig Tillerc67cc992017-04-27 10:15:51 -0700204 - src/core/lib/iomgr/ev_epollsig_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700205 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700206 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/exec_ctx.h
208 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/iocp_windows.h
210 - src/core/lib/iomgr/iomgr.h
211 - src/core/lib/iomgr/iomgr_internal.h
212 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller819cd882017-04-25 13:18:22 -0700213 - src/core/lib/iomgr/is_epollexclusive_available.h
Craig Tiller85178862016-05-18 16:09:16 -0700214 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700215 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700216 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700217 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700221 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700223 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700225 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/iomgr/sockaddr.h
227 - src/core/lib/iomgr/sockaddr_posix.h
228 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700229 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500230 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700231 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700232 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/socket_utils_posix.h
234 - src/core/lib/iomgr/socket_windows.h
Craig Tiller819cd882017-04-25 13:18:22 -0700235 - src/core/lib/iomgr/sys_epoll_wrapper.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700237 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/tcp_posix.h
239 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700240 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700241 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/tcp_windows.h
243 - src/core/lib/iomgr/time_averaged_stats.h
244 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700245 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/timer_heap.h
Craig Tillerc3571792017-05-02 12:33:38 -0700247 - src/core/lib/iomgr/timer_manager.h
murgatroid999030c812016-09-16 13:25:08 -0700248 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/iomgr/udp_server.h
250 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700251 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/iomgr/wakeup_fd_pipe.h
253 - src/core/lib/iomgr/wakeup_fd_posix.h
254 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700255 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/iomgr/workqueue_windows.h
257 - src/core/lib/json/json.h
258 - src/core/lib/json/json_common.h
259 - src/core/lib/json/json_reader.h
260 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700261 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700262 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800263 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800264 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700265 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700266 - src/core/lib/surface/api_trace.h
267 - src/core/lib/surface/call.h
268 - src/core/lib/surface/call_test_only.h
269 - src/core/lib/surface/channel.h
270 - src/core/lib/surface/channel_init.h
271 - src/core/lib/surface/channel_stack_type.h
272 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700273 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/surface/event_string.h
275 - src/core/lib/surface/init.h
276 - src/core/lib/surface/lame_client.h
277 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800278 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700279 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800282 - src/core/lib/transport/error_utils.h
283 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/transport/metadata.h
285 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700286 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700287 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800289 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400290 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/transport/transport.h
292 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700293 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/channel/channel_args.c
295 - src/core/lib/channel/channel_stack.c
296 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700298 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800299 - src/core/lib/channel/handshaker_factory.c
300 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700301 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/compression/message_compress.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/http/format_request.c
304 - src/core/lib/http/httpcli.c
305 - src/core/lib/http/parser.c
306 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700307 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/endpoint.c
309 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700310 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700312 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700313 - src/core/lib/iomgr/ev_epoll1_linux.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700314 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700315 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700316 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700317 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700318 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700319 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200320 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/exec_ctx.c
322 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/iocp_windows.c
324 - src/core/lib/iomgr/iomgr.c
325 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700328 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700329 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700330 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700331 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700332 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700333 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/pollset_windows.c
337 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700340 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500342 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700343 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/socket_utils_common_posix.c
345 - src/core/lib/iomgr/socket_utils_linux.c
346 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700348 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/iomgr/socket_windows.c
350 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700351 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/tcp_client_windows.c
353 - src/core/lib/iomgr/tcp_posix.c
354 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700355 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700356 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
357 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700358 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700360 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/iomgr/tcp_windows.c
362 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700363 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700365 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700366 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700367 - src/core/lib/iomgr/udp_server.c
368 - src/core/lib/iomgr/unix_sockets_posix.c
369 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700370 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700371 - src/core/lib/iomgr/wakeup_fd_eventfd.c
372 - src/core/lib/iomgr/wakeup_fd_nospecial.c
373 - src/core/lib/iomgr/wakeup_fd_pipe.c
374 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700375 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700376 - src/core/lib/iomgr/workqueue_windows.c
377 - src/core/lib/json/json.c
378 - src/core/lib/json/json_reader.c
379 - src/core/lib/json/json_string.c
380 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700381 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700382 - src/core/lib/slice/percent_encoding.c
383 - src/core/lib/slice/slice.c
384 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800385 - src/core/lib/slice/slice_hash_table.c
386 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700387 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/surface/alarm.c
389 - src/core/lib/surface/api_trace.c
390 - src/core/lib/surface/byte_buffer.c
391 - src/core/lib/surface/byte_buffer_reader.c
392 - src/core/lib/surface/call.c
393 - src/core/lib/surface/call_details.c
394 - src/core/lib/surface/call_log_batch.c
395 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700396 - src/core/lib/surface/channel_init.c
397 - src/core/lib/surface/channel_ping.c
398 - src/core/lib/surface/channel_stack_type.c
399 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700400 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700402 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700403 - src/core/lib/surface/metadata_array.c
404 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/surface/validate_metadata.c
406 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700407 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700408 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700409 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800410 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700411 - src/core/lib/transport/metadata.c
412 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700413 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700414 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700415 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800416 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400417 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700418 - src/core/lib/transport/transport.c
419 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700420 deps:
421 - gpr
422 uses:
423 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700424 - grpc_trace
Mark D. Roth2137cd82016-09-14 09:04:00 -0700425- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700426 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700427 - src/core/ext/filters/client_channel/client_channel.h
428 - src/core/ext/filters/client_channel/client_channel_factory.h
429 - src/core/ext/filters/client_channel/connector.h
430 - src/core/ext/filters/client_channel/http_connect_handshaker.h
431 - src/core/ext/filters/client_channel/http_proxy.h
432 - src/core/ext/filters/client_channel/lb_policy.h
433 - src/core/ext/filters/client_channel/lb_policy_factory.h
434 - src/core/ext/filters/client_channel/lb_policy_registry.h
435 - src/core/ext/filters/client_channel/parse_address.h
436 - src/core/ext/filters/client_channel/proxy_mapper.h
437 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
438 - src/core/ext/filters/client_channel/resolver.h
439 - src/core/ext/filters/client_channel/resolver_factory.h
440 - src/core/ext/filters/client_channel/resolver_registry.h
441 - src/core/ext/filters/client_channel/retry_throttle.h
442 - src/core/ext/filters/client_channel/subchannel.h
443 - src/core/ext/filters/client_channel/subchannel_index.h
444 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700445 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700446 - src/core/ext/filters/client_channel/channel_connectivity.c
447 - src/core/ext/filters/client_channel/client_channel.c
448 - src/core/ext/filters/client_channel/client_channel_factory.c
449 - src/core/ext/filters/client_channel/client_channel_plugin.c
450 - src/core/ext/filters/client_channel/connector.c
451 - src/core/ext/filters/client_channel/http_connect_handshaker.c
452 - src/core/ext/filters/client_channel/http_proxy.c
453 - src/core/ext/filters/client_channel/lb_policy.c
454 - src/core/ext/filters/client_channel/lb_policy_factory.c
455 - src/core/ext/filters/client_channel/lb_policy_registry.c
456 - src/core/ext/filters/client_channel/parse_address.c
457 - src/core/ext/filters/client_channel/proxy_mapper.c
458 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
459 - src/core/ext/filters/client_channel/resolver.c
460 - src/core/ext/filters/client_channel/resolver_factory.c
461 - src/core/ext/filters/client_channel/resolver_registry.c
462 - src/core/ext/filters/client_channel/retry_throttle.c
463 - src/core/ext/filters/client_channel/subchannel.c
464 - src/core/ext/filters/client_channel/subchannel_index.c
465 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700466 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700467 uses:
468 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700469 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800470- name: grpc_codegen
471 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700472 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800473 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800474 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800475 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800476 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800477 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700478 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800479 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700480 uses:
481 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700482- name: grpc_deadline_filter
483 headers:
484 - src/core/ext/filters/deadline/deadline_filter.h
485 src:
486 - src/core/ext/filters/deadline/deadline_filter.c
487 plugin: grpc_deadline_filter
488 uses:
489 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700490- name: grpc_http_filters
491 headers:
492 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700493 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700494 - src/core/ext/filters/http/server/http_server_filter.h
495 src:
496 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700497 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700498 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700499 - src/core/ext/filters/http/server/http_server_filter.c
500 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700501 uses:
502 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700503- name: grpc_lb_policy_grpclb
504 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700505 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700506 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
507 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700508 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700509 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
510 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700511 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700512 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700513 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
514 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700515 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700516 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
517 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800518 plugin: grpc_lb_policy_grpclb
519 uses:
520 - grpc_base
521 - grpc_client_channel
522 - nanopb
523- name: grpc_lb_policy_grpclb_secure
524 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700525 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700526 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
527 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700528 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700529 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
530 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800531 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700532 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700533 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
534 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700535 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700536 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
537 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700538 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700539 uses:
540 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700541 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700542 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700543 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700544- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700545 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700547 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700548 uses:
549 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700550 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700551- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700552 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700553 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700554 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700555 uses:
556 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700557 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700558- name: grpc_load_reporting
559 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700560 - src/core/ext/filters/load_reporting/load_reporting.h
561 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700562 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700563 - src/core/ext/filters/load_reporting/load_reporting.c
564 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700565 plugin: grpc_load_reporting_plugin
566 uses:
567 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700568- name: grpc_max_age_filter
569 headers:
570 - src/core/ext/filters/max_age/max_age_filter.h
571 src:
572 - src/core/ext/filters/max_age/max_age_filter.c
573 plugin: grpc_max_age_filter
574 uses:
575 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700576- name: grpc_message_size_filter
577 headers:
578 - src/core/ext/filters/message_size/message_size_filter.h
579 src:
580 - src/core/ext/filters/message_size/message_size_filter.c
581 plugin: grpc_message_size_filter
582 uses:
583 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700584- name: grpc_resolver_dns_ares
585 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700586 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
587 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700588 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700589 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
590 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
591 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700592 plugin: grpc_resolver_dns_ares
593 uses:
594 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700595 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700596- name: grpc_resolver_dns_native
597 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700598 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700599 plugin: grpc_resolver_dns_native
600 uses:
601 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700602 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700603- name: grpc_resolver_sockaddr
604 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700605 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700606 plugin: grpc_resolver_sockaddr
607 uses:
608 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700609 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100610- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700611 public_headers:
612 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100613 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700614 - src/core/lib/security/context/security_context.h
615 - src/core/lib/security/credentials/composite/composite_credentials.h
616 - src/core/lib/security/credentials/credentials.h
617 - src/core/lib/security/credentials/fake/fake_credentials.h
618 - src/core/lib/security/credentials/google_default/google_default_credentials.h
619 - src/core/lib/security/credentials/iam/iam_credentials.h
620 - src/core/lib/security/credentials/jwt/json_token.h
621 - src/core/lib/security/credentials/jwt/jwt_credentials.h
622 - src/core/lib/security/credentials/jwt/jwt_verifier.h
623 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
624 - src/core/lib/security/credentials/plugin/plugin_credentials.h
625 - src/core/lib/security/credentials/ssl/ssl_credentials.h
626 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800627 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700628 - src/core/lib/security/transport/secure_endpoint.h
629 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800630 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700631 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700632 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100633 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700634 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700635 - src/core/lib/security/context/security_context.c
636 - src/core/lib/security/credentials/composite/composite_credentials.c
637 - src/core/lib/security/credentials/credentials.c
638 - src/core/lib/security/credentials/credentials_metadata.c
639 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700640 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700641 - src/core/lib/security/credentials/google_default/google_default_credentials.c
642 - src/core/lib/security/credentials/iam/iam_credentials.c
643 - src/core/lib/security/credentials/jwt/json_token.c
644 - src/core/lib/security/credentials/jwt/jwt_credentials.c
645 - src/core/lib/security/credentials/jwt/jwt_verifier.c
646 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
647 - src/core/lib/security/credentials/plugin/plugin_credentials.c
648 - src/core/lib/security/credentials/ssl/ssl_credentials.c
649 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800650 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700651 - src/core/lib/security/transport/secure_endpoint.c
652 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800653 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700654 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700655 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700656 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700657 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700658 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700659 uses:
660 - grpc_base
661 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700662 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700663- name: grpc_server_backward_compatibility
664 headers:
665 - src/core/ext/filters/workarounds/workaround_utils.h
666 src:
667 - src/core/ext/filters/workarounds/workaround_utils.c
668 uses:
669 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700670- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700671 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700672 headers:
673 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700674 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800675 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700676 - test/core/end2end/fixtures/proxy.h
677 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800678 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700679 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200680 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700681 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700682 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700683 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700684 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700685 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700686 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800687 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700688 src:
689 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700690 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800691 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700692 - test/core/end2end/fixtures/proxy.c
693 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800694 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700695 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200696 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700697 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700698 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700699 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800700 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700701 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700702 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800703 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700704 deps:
705 - grpc
706 - gpr_test_util
Craig Tiller1f477302017-05-05 11:01:25 -0700707- name: grpc_trace
708 headers:
709 - src/core/lib/debug/trace.h
710 src:
711 - src/core/lib/debug/trace.c
712 deps:
713 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700714- name: grpc_transport_chttp2
715 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700716 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700717 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700718 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
719 - src/core/ext/transport/chttp2/transport/frame.h
720 - src/core/ext/transport/chttp2/transport/frame_data.h
721 - src/core/ext/transport/chttp2/transport/frame_goaway.h
722 - src/core/ext/transport/chttp2/transport/frame_ping.h
723 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
724 - src/core/ext/transport/chttp2/transport/frame_settings.h
725 - src/core/ext/transport/chttp2/transport/frame_window_update.h
726 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
727 - src/core/ext/transport/chttp2/transport/hpack_parser.h
728 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700729 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700730 - src/core/ext/transport/chttp2/transport/huffsyms.h
731 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
732 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700733 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700734 - src/core/ext/transport/chttp2/transport/varint.h
735 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700736 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700737 - src/core/ext/transport/chttp2/transport/bin_encoder.c
738 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700739 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
740 - src/core/ext/transport/chttp2/transport/frame_data.c
741 - src/core/ext/transport/chttp2/transport/frame_goaway.c
742 - src/core/ext/transport/chttp2/transport/frame_ping.c
743 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
744 - src/core/ext/transport/chttp2/transport/frame_settings.c
745 - src/core/ext/transport/chttp2/transport/frame_window_update.c
746 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
747 - src/core/ext/transport/chttp2/transport/hpack_parser.c
748 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700749 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700750 - src/core/ext/transport/chttp2/transport/huffsyms.c
751 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
752 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700753 - src/core/ext/transport/chttp2/transport/stream_lists.c
754 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700755 - src/core/ext/transport/chttp2/transport/varint.c
756 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700757 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700758 uses:
759 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700760 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700761 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700762- name: grpc_transport_chttp2_alpn
763 headers:
764 - src/core/ext/transport/chttp2/alpn/alpn.h
765 src:
766 - src/core/ext/transport/chttp2/alpn/alpn.c
767 deps:
768 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800769- name: grpc_transport_chttp2_client_connector
770 headers:
771 - src/core/ext/transport/chttp2/client/chttp2_connector.h
772 src:
773 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800774 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800775 - grpc_transport_chttp2
776 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700777 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700778- name: grpc_transport_chttp2_client_insecure
779 src:
780 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700781 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700782 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800783 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700784 - grpc_transport_chttp2
785 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700786 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700787- name: grpc_transport_chttp2_client_secure
788 src:
789 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700790 uses:
791 - grpc_transport_chttp2
792 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700793 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700794 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800795 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800796- name: grpc_transport_chttp2_server
797 headers:
798 - src/core/ext/transport/chttp2/server/chttp2_server.h
799 src:
800 - src/core/ext/transport/chttp2/server/chttp2_server.c
801 uses:
802 - grpc_transport_chttp2
803 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700804- name: grpc_transport_chttp2_server_insecure
805 src:
806 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700807 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700808 uses:
809 - grpc_transport_chttp2
810 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800811 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700812- name: grpc_transport_chttp2_server_secure
813 src:
814 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700815 uses:
816 - grpc_transport_chttp2
817 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700818 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800819 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700820- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700821 public_headers:
822 - include/grpc/grpc_cronet.h
823 - include/grpc/grpc_security.h
824 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700825 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800826 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800827 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700828 src:
829 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
830 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
831 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700832 filegroups:
833 - grpc_base
834 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700835 - grpc_http_filters
Muxi Yan29ff4662017-05-15 10:27:55 -0700836- name: grpc_workaround_cronet_compression_filter
837 headers:
838 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
839 src:
840 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
841 plugin: grpc_workaround_cronet_compression_filter
842 uses:
843 - grpc_base
844 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800845- name: nanopb
846 headers:
847 - third_party/nanopb/pb.h
848 - third_party/nanopb/pb_common.h
849 - third_party/nanopb/pb_decode.h
850 - third_party/nanopb/pb_encode.h
851 src:
852 - third_party/nanopb/pb_common.c
853 - third_party/nanopb/pb_decode.c
854 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700855- name: tsi
856 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700857 - src/core/tsi/fake_transport_security.h
858 - src/core/tsi/ssl_transport_security.h
859 - src/core/tsi/ssl_types.h
860 - src/core/tsi/transport_security.h
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700861 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700862 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700864 - src/core/tsi/fake_transport_security.c
865 - src/core/tsi/ssl_transport_security.c
866 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700867 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700868 deps:
869 - gpr
870 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700871 uses:
872 - grpc_trace
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700873- name: grpc++_base
874 language: c++
875 public_headers:
876 - include/grpc++/alarm.h
877 - include/grpc++/channel.h
878 - include/grpc++/client_context.h
879 - include/grpc++/completion_queue.h
880 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700881 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800882 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - include/grpc++/generic/async_generic_service.h
884 - include/grpc++/generic/generic_stub.h
885 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800886 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800888 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700890 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 - include/grpc++/impl/grpc_library.h
892 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 - include/grpc++/impl/rpc_method.h
894 - include/grpc++/impl/rpc_service_method.h
895 - include/grpc++/impl/serialization_traits.h
896 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700897 - include/grpc++/impl/server_builder_plugin.h
898 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700900 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700901 - include/grpc++/security/auth_context.h
902 - include/grpc++/security/auth_metadata_processor.h
903 - include/grpc++/security/credentials.h
904 - include/grpc++/security/server_credentials.h
905 - include/grpc++/server.h
906 - include/grpc++/server_builder.h
907 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700908 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700909 - include/grpc++/support/async_stream.h
910 - include/grpc++/support/async_unary_call.h
911 - include/grpc++/support/byte_buffer.h
912 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700913 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700914 - include/grpc++/support/slice.h
915 - include/grpc++/support/status.h
916 - include/grpc++/support/status_code_enum.h
917 - include/grpc++/support/string_ref.h
918 - include/grpc++/support/stub_options.h
919 - include/grpc++/support/sync_stream.h
920 - include/grpc++/support/time.h
921 headers:
922 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700923 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700924 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800925 - src/cpp/server/health/default_health_check_service.h
926 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700927 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700928 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700929 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700930 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700931 - src/cpp/client/client_context.cc
932 - src/cpp/client/create_channel.cc
933 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700934 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700935 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700936 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700938 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700939 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700940 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700941 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700942 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700943 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700944 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800945 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 - src/cpp/server/create_default_thread_pool.cc
947 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800948 - src/cpp/server/health/default_health_check_service.cc
949 - src/cpp/server/health/health.pb.c
950 - src/cpp/server/health/health_check_service.cc
951 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700953 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700954 - src/cpp/server/server_context.cc
955 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700956 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700957 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700958 - src/cpp/util/byte_buffer_cc.cc
959 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700960 - src/cpp/util/status.cc
961 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700962 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700963 uses:
yang-g17487f92016-06-03 15:21:15 -0700964 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700965 - grpc_base
966 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700967- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700968 language: c++
969 public_headers:
970 - include/grpc++/impl/codegen/async_stream.h
971 - include/grpc++/impl/codegen/async_unary_call.h
972 - include/grpc++/impl/codegen/call.h
973 - include/grpc++/impl/codegen/call_hook.h
974 - include/grpc++/impl/codegen/channel_interface.h
975 - include/grpc++/impl/codegen/client_context.h
976 - include/grpc++/impl/codegen/client_unary_call.h
977 - include/grpc++/impl/codegen/completion_queue.h
978 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700979 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700980 - include/grpc++/impl/codegen/core_codegen_interface.h
981 - include/grpc++/impl/codegen/create_auth_context.h
982 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800983 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700984 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700985 - include/grpc++/impl/codegen/rpc_method.h
986 - include/grpc++/impl/codegen/rpc_service_method.h
987 - include/grpc++/impl/codegen/security/auth_context.h
988 - include/grpc++/impl/codegen/serialization_traits.h
989 - include/grpc++/impl/codegen/server_context.h
990 - include/grpc++/impl/codegen/server_interface.h
991 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800992 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700993 - include/grpc++/impl/codegen/status.h
994 - include/grpc++/impl/codegen/status_code_enum.h
995 - include/grpc++/impl/codegen/string_ref.h
996 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700997 - include/grpc++/impl/codegen/sync_stream.h
998 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700999 uses:
1000 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -07001001- name: grpc++_codegen_base_src
1002 language: c++
1003 src:
1004 - src/cpp/codegen/codegen_init.cc
1005 uses:
1006 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -07001007- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001008 language: c++
1009 public_headers:
yang-g17487f92016-06-03 15:21:15 -07001010 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001011 uses:
yang-g17487f92016-06-03 15:21:15 -07001012 - grpc++_codegen_base
1013 - grpc++_config_proto
1014- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001015 language: c++
1016 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001017 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001018- name: grpc++_reflection_proto
1019 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001020 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001021 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001022- name: grpc++_test
1023 language: c++
1024 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001025 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001026 - include/grpc++/test/server_context_test_spouse.h
1027 deps:
1028 - grpc++
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001029libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001030- name: gpr
1031 build: all
1032 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001033 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001034 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001035 secure: false
1036 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1037- name: gpr_test_util
1038 build: private
1039 language: c
1040 headers:
1041 - test/core/util/test_config.h
1042 src:
1043 - test/core/util/test_config.c
1044 deps:
1045 - gpr
1046 secure: false
1047 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048- name: grpc
1049 build: all
1050 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001051 src:
1052 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001053 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001054 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001055 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001056 filegroups:
1057 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001058 - grpc_transport_chttp2_server_secure
1059 - grpc_transport_chttp2_client_secure
1060 - grpc_transport_chttp2_server_insecure
1061 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001062 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001063 - grpc_lb_policy_pick_first
1064 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001065 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001066 - grpc_resolver_dns_native
1067 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001068 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001069 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001070 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001071 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001072 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001073 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001074 - grpc_workaround_cronet_compression_filter
1075 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001076 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001078 vs_packages:
1079 - grpc.dependencies.openssl
1080 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001081 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001082- name: grpc_cronet
1083 build: all
1084 language: c
1085 src:
1086 - src/core/lib/surface/init.c
1087 baselib: true
1088 deps_linkage: static
1089 dll: true
1090 filegroups:
1091 - grpc_base
1092 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001093 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001094 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001095 generate_plugin_registry: true
1096 platforms:
1097 - linux
1098 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001099- name: grpc_dll
1100 build: private
1101 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001102 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001103 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001104 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001105 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001106 build_system:
1107 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001108 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001109 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001110 vs_config_type: DynamicLibrary
1111 vs_packages:
1112 - grpc.dependencies.openssl
1113 - grpc.dependencies.zlib
1114 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1115 vs_props:
1116 - zlib
1117 - openssl
1118 - winsock
1119 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001120- name: grpc_test_util
1121 build: private
1122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001123 headers:
1124 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001125 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001126 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001127 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001128 - test/core/end2end/data/server1_cert.c
1129 - test/core/end2end/data/server1_key.c
1130 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001131 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001132 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001133 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001134 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001135 - grpc
1136 filegroups:
1137 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001138 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001139 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1140- name: grpc_test_util_unsecure
1141 build: private
1142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001143 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001144 - gpr
1145 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001146 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001147 filegroups:
1148 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149 secure: false
1150 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1151- name: grpc_unsecure
1152 build: all
1153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001154 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001155 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001156 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001157 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001158 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001160 filegroups:
1161 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001162 - grpc_transport_chttp2_server_insecure
1163 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001164 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001165 - grpc_resolver_dns_native
1166 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001167 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001168 - grpc_lb_policy_grpclb
1169 - grpc_lb_policy_pick_first
1170 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001171 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001172 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001173 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001174 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001175 - grpc_workaround_cronet_compression_filter
1176 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001177 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178 secure: false
1179 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180- name: reconnect_server
1181 build: private
1182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001183 headers:
1184 - test/core/util/reconnect_server.h
1185 src:
1186 - test/core/util/reconnect_server.c
1187 deps:
yang-gc9fca182015-11-06 16:41:33 -08001188 - test_tcp_server
1189 - grpc_test_util
1190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001191 - gpr_test_util
1192 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001193- name: test_tcp_server
1194 build: private
1195 language: c
1196 headers:
1197 - test/core/util/test_tcp_server.h
1198 src:
1199 - test/core/util/test_tcp_server.c
1200 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001201 - grpc_test_util
1202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001203 - gpr_test_util
1204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001205- name: grpc++
1206 build: all
1207 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001208 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001209 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001210 - src/cpp/client/secure_credentials.h
1211 - src/cpp/common/secure_auth_context.h
1212 - src/cpp/server/secure_server_credentials.h
1213 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001214 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001215 - src/cpp/client/secure_credentials.cc
1216 - src/cpp/common/auth_property_iterator.cc
1217 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001218 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001219 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001220 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001221 - src/cpp/server/secure_server_credentials.cc
1222 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001223 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001224 baselib: true
1225 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001226 filegroups:
1227 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001228 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001229 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001230 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001231 secure: check
1232 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001233- name: grpc++_cronet
1234 build: all
1235 language: c++
1236 src:
1237 - src/cpp/client/cronet_credentials.cc
1238 - src/cpp/client/insecure_credentials.cc
1239 - src/cpp/common/insecure_create_auth_context.cc
1240 - src/cpp/server/insecure_server_credentials.cc
1241 deps:
1242 - gpr
1243 - grpc_cronet
1244 baselib: true
1245 dll: true
1246 filegroups:
1247 - grpc++_base
1248 - grpc++_codegen_base
1249 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001250 - grpc_transport_chttp2_client_insecure
1251 - grpc_transport_chttp2_server_insecure
1252 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001253 platforms:
1254 - linux
1255 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001256- name: grpc++_error_details
1257 build: all
1258 language: c++
1259 public_headers:
1260 - include/grpc++/support/error_details.h
1261 src:
1262 - src/proto/grpc/status/status.proto
1263 - src/cpp/util/error_details.cc
1264 deps:
1265 - grpc++
1266 baselib: true
1267 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001268- name: grpc++_proto_reflection_desc_db
1269 build: private
1270 language: c++
1271 headers:
1272 - test/cpp/util/proto_reflection_descriptor_database.h
1273 src:
1274 - test/cpp/util/proto_reflection_descriptor_database.cc
1275 deps:
1276 - grpc++
1277 filegroups:
1278 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001279 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001280- name: grpc++_reflection
1281 build: all
1282 language: c++
1283 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001284 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001285 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001286 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001287 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001288 - src/cpp/ext/proto_server_reflection.cc
1289 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001290 deps:
1291 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001292 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001293 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001294- name: grpc++_test_config
1295 build: private
1296 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001297 headers:
1298 - test/cpp/util/test_config.h
1299 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001300 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301- name: grpc++_test_util
1302 build: private
1303 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001304 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001305 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001306 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001307 - test/cpp/util/create_test_channel.h
1308 - test/cpp/util/string_ref_helper.h
1309 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001310 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
yang-gc8a49d22016-12-12 11:18:49 -08001312 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001313 - src/proto/grpc/testing/echo_messages.proto
1314 - src/proto/grpc/testing/echo.proto
1315 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001316 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001317 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001318 - test/cpp/util/create_test_channel.cc
1319 - test/cpp/util/string_ref_helper.cc
1320 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001321 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001322 deps:
1323 - grpc++
1324 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001325 filegroups:
1326 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001327 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001328 - grpc++_codegen_proto
1329 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001330- name: grpc++_unsecure
1331 build: all
1332 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001333 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001334 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001335 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001336 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001337 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001338 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001339 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340 baselib: true
1341 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001342 filegroups:
1343 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001344 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001345 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346 secure: false
1347 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001348- name: grpc_benchmark
1349 build: test
1350 language: c++
1351 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001352 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1353 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001354 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001355 src:
1356 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001357 deps:
1358 - benchmark
1359 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001360 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001361 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001362 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001363- name: grpc_cli_libs
1364 build: private
1365 language: c++
1366 headers:
1367 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001368 - test/cpp/util/cli_credentials.h
1369 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001370 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001371 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001372 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001373 src:
1374 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001375 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001376 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001377 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001378 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001379 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001380 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001381 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001382 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001383 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001384 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: grpc_plugin_support
1386 build: protoc
1387 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001388 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001389 - src/compiler/config.h
1390 - src/compiler/cpp_generator.h
1391 - src/compiler/cpp_generator_helpers.h
1392 - src/compiler/csharp_generator.h
1393 - src/compiler/csharp_generator_helpers.h
1394 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001395 - src/compiler/node_generator.h
1396 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001397 - src/compiler/objective_c_generator.h
1398 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001399 - src/compiler/php_generator.h
1400 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301401 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001402 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301403 - src/compiler/python_generator_helpers.h
1404 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001405 - src/compiler/ruby_generator.h
1406 - src/compiler/ruby_generator_helpers-inl.h
1407 - src/compiler/ruby_generator_map-inl.h
1408 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301409 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001410 src:
1411 - src/compiler/cpp_generator.cc
1412 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001413 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001414 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001415 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001416 - src/compiler/python_generator.cc
1417 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001418 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001419 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001420 secure: false
1421 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001422 vs_props:
1423 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001424- name: http2_client_main
1425 build: private
1426 language: c++
1427 headers:
1428 - test/cpp/interop/http2_client.h
1429 src:
1430 - src/proto/grpc/testing/empty.proto
1431 - src/proto/grpc/testing/messages.proto
1432 - src/proto/grpc/testing/test.proto
1433 - test/cpp/interop/http2_client.cc
1434 deps:
1435 - grpc++_test_util
1436 - grpc_test_util
1437 - grpc++
1438 - grpc
1439 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001440- name: interop_client_helper
1441 build: private
1442 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001443 headers:
1444 - test/cpp/interop/client_helper.h
1445 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001446 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001447 - test/cpp/interop/client_helper.cc
1448 deps:
1449 - grpc++_test_util
1450 - grpc_test_util
1451 - grpc++
1452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001453 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001454- name: interop_client_main
1455 build: private
1456 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001457 headers:
1458 - test/cpp/interop/interop_client.h
1459 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001460 - src/proto/grpc/testing/empty.proto
1461 - src/proto/grpc/testing/messages.proto
1462 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001463 - test/cpp/interop/client.cc
1464 - test/cpp/interop/interop_client.cc
1465 deps:
1466 - interop_client_helper
1467 - grpc++_test_util
1468 - grpc_test_util
1469 - grpc++
1470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001473 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474- name: interop_server_helper
1475 build: private
1476 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001477 headers:
1478 - test/cpp/interop/server_helper.h
1479 src:
1480 - test/cpp/interop/server_helper.cc
1481 deps:
yang-gcc591022017-01-11 11:10:43 -08001482 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001483 - grpc_test_util
1484 - grpc++
1485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001486 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001487- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488 build: private
1489 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001490 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001491 - src/proto/grpc/testing/empty.proto
1492 - src/proto/grpc/testing/messages.proto
1493 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001494 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001495 deps:
1496 - interop_server_helper
1497 - grpc++_test_util
1498 - grpc_test_util
1499 - grpc++
1500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001503 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001504- name: interop_server_main
1505 build: private
1506 language: c++
1507 src:
1508 - test/cpp/interop/interop_server_bootstrap.cc
1509 deps:
1510 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511- name: qps
1512 build: private
1513 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001514 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001515 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001516 - test/cpp/qps/client.h
1517 - test/cpp/qps/driver.h
1518 - test/cpp/qps/histogram.h
1519 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001520 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001521 - test/cpp/qps/qps_worker.h
1522 - test/cpp/qps/report.h
1523 - test/cpp/qps/server.h
1524 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001525 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001527 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001528 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001529 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001530 - src/proto/grpc/testing/control.proto
1531 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001532 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001533 - test/cpp/qps/client_async.cc
1534 - test/cpp/qps/client_sync.cc
1535 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001536 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001537 - test/cpp/qps/qps_worker.cc
1538 - test/cpp/qps/report.cc
1539 - test/cpp/qps/server_async.cc
1540 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001541 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001542 deps:
1543 - grpc_test_util
1544 - grpc++_test_util
1545 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001546- name: grpc_csharp_ext
1547 build: all
1548 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001549 src:
1550 - src/csharp/ext/grpc_csharp_ext.c
1551 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001554 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001555 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001556 dll: only
1557 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001558 vs_packages:
1559 - grpc.dependencies.openssl
1560 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001561 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001562 vs_props:
1563 - zlib
1564 - openssl
1565 - winsock
1566 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001568- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001569 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001570 build: test
1571 language: c
1572 src:
1573 - test/core/surface/alarm_test.c
1574 deps:
1575 - grpc_test_util
1576 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001577 - gpr_test_util
1578 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001579- name: algorithm_test
1580 build: test
1581 language: c
1582 src:
1583 - test/core/compression/algorithm_test.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001589- name: alloc_test
1590 build: test
1591 language: c
1592 src:
1593 - test/core/support/alloc_test.c
1594 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr_test_util
1596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597- name: alpn_test
1598 build: test
1599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001600 src:
1601 - test/core/transport/chttp2/alpn_test.c
1602 deps:
1603 - grpc_test_util
1604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001605 - gpr_test_util
1606 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001607- name: api_fuzzer
1608 build: fuzzer
1609 language: c
1610 src:
1611 - test/core/end2end/fuzzers/api_fuzzer.c
1612 deps:
1613 - grpc_test_util
1614 - grpc
1615 - gpr_test_util
1616 - gpr
1617 corpus_dirs:
1618 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001619 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001620 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001621- name: arena_test
1622 build: test
1623 language: c
1624 src:
1625 - test/core/support/arena_test.c
1626 deps:
1627 - gpr_test_util
1628 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001629- name: bad_server_response_test
1630 build: test
1631 language: c
1632 src:
1633 - test/core/end2end/bad_server_response_test.c
1634 deps:
1635 - test_tcp_server
1636 - grpc_test_util
1637 - grpc
1638 - gpr_test_util
1639 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001640 exclude_iomgrs:
1641 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001642- name: bdp_estimator_test
1643 build: test
1644 language: c
1645 src:
1646 - test/core/transport/bdp_estimator_test.c
1647 deps:
1648 - grpc_test_util
1649 - grpc
1650 - gpr_test_util
1651 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001652- name: bin_decoder_test
1653 build: test
1654 language: c
1655 src:
1656 - test/core/transport/chttp2/bin_decoder_test.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001660- name: bin_encoder_test
1661 build: test
1662 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001663 src:
1664 - test/core/transport/chttp2/bin_encoder_test.c
1665 deps:
1666 - grpc_test_util
1667 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001668- name: census_context_test
1669 build: test
1670 language: c
1671 src:
1672 - test/core/census/context_test.c
1673 deps:
1674 - grpc_test_util
1675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001678- name: census_resource_test
1679 build: test
1680 language: c
1681 src:
1682 - test/core/census/resource_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
1686 - gpr_test_util
1687 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001688- name: census_trace_context_test
1689 build: test
1690 language: c
1691 src:
1692 - test/core/census/trace_context_test.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
1696 - gpr_test_util
1697 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001698- name: channel_create_test
1699 build: test
1700 language: c
1701 src:
1702 - test/core/surface/channel_create_test.c
1703 deps:
1704 - grpc_test_util
1705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001706 - gpr_test_util
1707 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001708- name: check_epollexclusive
1709 build: tool
1710 language: c
1711 src:
1712 - test/build/check_epollexclusive.c
1713 deps:
1714 - grpc
1715 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001716- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717 build: test
1718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001719 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001720 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001721 deps:
1722 - grpc_test_util
1723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr_test_util
1725 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001726- name: chttp2_stream_map_test
1727 build: test
1728 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001729 src:
1730 - test/core/transport/chttp2/stream_map_test.c
1731 deps:
1732 - grpc_test_util
1733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001734 - gpr_test_util
1735 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001736- name: chttp2_varint_test
1737 build: test
1738 language: c
1739 src:
1740 - test/core/transport/chttp2/varint_test.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001746- name: client_fuzzer
1747 build: fuzzer
1748 language: c
1749 src:
1750 - test/core/end2end/fuzzers/client_fuzzer.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
1754 - gpr_test_util
1755 - gpr
1756 corpus_dirs:
1757 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001758 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001759 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001760- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001761 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001762 build: test
1763 language: c
1764 src:
1765 - test/core/iomgr/combiner_test.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
1769 - gpr_test_util
1770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771- name: compression_test
1772 build: test
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/compression/compression_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001779 - gpr_test_util
1780 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001781- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001782 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001783 build: test
1784 language: c
1785 src:
1786 - test/core/surface/concurrent_connectivity_test.c
1787 deps:
1788 - grpc_test_util
1789 - grpc
1790 - gpr_test_util
1791 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001792 exclude_iomgrs:
1793 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001794- name: connection_refused_test
1795 cpu_cost: 0.1
1796 build: test
1797 language: c
1798 src:
1799 - test/core/end2end/connection_refused_test.c
1800 deps:
1801 - grpc_test_util
1802 - grpc
1803 - gpr_test_util
1804 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001805- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001806 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001807 build: test
1808 language: c
1809 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001810 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001811 deps:
1812 - grpc_test_util
1813 - grpc
1814 - gpr_test_util
1815 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001816 exclude_iomgrs:
1817 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001818- name: dns_resolver_test
1819 build: test
1820 language: c
1821 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001822 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001823 deps:
1824 - grpc_test_util
1825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001829 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/end2end/dualstack_socket_test.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001839 exclude_iomgrs:
1840 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001841 platforms:
1842 - mac
1843 - linux
1844 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001845- name: endpoint_pair_test
1846 build: test
1847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001848 src:
1849 - test/core/iomgr/endpoint_pair_test.c
1850 deps:
1851 - grpc_test_util
1852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr_test_util
1854 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001855 exclude_iomgrs:
1856 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001857- name: error_test
1858 cpu_cost: 30
1859 build: test
1860 language: c
1861 src:
1862 - test/core/iomgr/error_test.c
1863 deps:
1864 - grpc_test_util
1865 - grpc
1866 - gpr_test_util
1867 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00001868- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001869 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001870 build: test
1871 language: c
1872 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00001873 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001874 deps:
1875 - grpc_test_util
1876 - grpc
1877 - gpr_test_util
1878 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001879 exclude_iomgrs:
1880 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001881 platforms:
1882 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001883- name: fake_resolver_test
1884 build: test
1885 language: c
1886 src:
1887 - test/core/client_channel/resolvers/fake_resolver_test.c
1888 deps:
1889 - grpc_test_util
1890 - grpc
1891 - gpr_test_util
1892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: fd_conservation_posix_test
1894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
1897 - test/core/iomgr/fd_conservation_posix_test.c
1898 deps:
1899 - grpc_test_util
1900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001903 exclude_iomgrs:
1904 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001905 platforms:
1906 - mac
1907 - linux
1908 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001909- name: fd_posix_test
1910 build: test
1911 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001912 src:
1913 - test/core/iomgr/fd_posix_test.c
1914 deps:
1915 - grpc_test_util
1916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001917 - gpr_test_util
1918 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001919 exclude_iomgrs:
1920 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001921 platforms:
1922 - mac
1923 - linux
1924 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: fling_client
1926 build: test
1927 run: false
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
1930 - test/core/fling/client.c
1931 deps:
1932 - grpc_test_util
1933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: fling_server
1937 build: test
1938 run: false
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/fling/server.c
1942 deps:
1943 - grpc_test_util
1944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 - gpr_test_util
1946 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001947- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001948 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949 build: test
1950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001951 src:
1952 - test/core/fling/fling_stream_test.c
1953 deps:
1954 - grpc_test_util
1955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr_test_util
1957 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001958 platforms:
1959 - mac
1960 - linux
1961 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001963 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001964 build: test
1965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001966 src:
1967 - test/core/fling/fling_test.c
1968 deps:
1969 - grpc_test_util
1970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001971 - gpr_test_util
1972 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001973 platforms:
1974 - mac
1975 - linux
1976 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001977- name: gen_hpack_tables
1978 build: tool
1979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001980 src:
1981 - tools/codegen/core/gen_hpack_tables.c
1982 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001984 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: gen_legal_metadata_characters
1986 build: tool
1987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001991- name: gen_percent_encoding_tables
1992 build: tool
1993 language: c
1994 src:
1995 - tools/codegen/core/gen_percent_encoding_tables.c
1996 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001997- name: goaway_server_test
1998 cpu_cost: 0.1
1999 build: test
2000 language: c
2001 src:
2002 - test/core/end2end/goaway_server_test.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
2006 - gpr_test_util
2007 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002008 exclude_iomgrs:
2009 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002010 platforms:
2011 - mac
2012 - linux
2013 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002014- name: gpr_avl_test
2015 build: test
2016 language: c
2017 src:
2018 - test/core/support/avl_test.c
2019 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002022- name: gpr_backoff_test
2023 build: test
2024 language: c
2025 src:
2026 - test/core/support/backoff_test.c
2027 deps:
2028 - gpr_test_util
2029 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002030- name: gpr_cmdline_test
2031 build: test
2032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002033 src:
2034 - test/core/support/cmdline_test.c
2035 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr_test_util
2037 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002038- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002039 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002040 build: test
2041 language: c
2042 src:
2043 - test/core/support/cpu_test.c
2044 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: gpr_env_test
2048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/support/env_test.c
2052 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002055- name: gpr_histogram_test
2056 build: test
2057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002058 src:
2059 - test/core/support/histogram_test.c
2060 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 - gpr_test_util
2062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: gpr_host_port_test
2064 build: test
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/core/support/host_port_test.c
2068 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: gpr_log_test
2072 build: test
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/support/log_test.c
2076 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 - gpr_test_util
2078 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002079- name: gpr_mpscq_test
2080 cpu_cost: 30
2081 build: test
2082 language: c
2083 src:
2084 - test/core/support/mpscq_test.c
2085 deps:
2086 - gpr_test_util
2087 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002088- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002089 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002090 build: test
2091 language: c
2092 src:
2093 - test/core/support/spinlock_test.c
2094 deps:
2095 - gpr_test_util
2096 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002097- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002098 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099 build: test
2100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002101 src:
2102 - test/core/support/stack_lockfree_test.c
2103 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002104 - gpr_test_util
2105 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002106- name: gpr_string_test
2107 build: test
2108 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002109 src:
2110 - test/core/support/string_test.c
2111 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002112 - gpr_test_util
2113 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002115 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116 build: test
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - test/core/support/sync_test.c
2120 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002121 - gpr_test_util
2122 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002124 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125 build: test
2126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002127 src:
2128 - test/core/support/thd_test.c
2129 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002130 - gpr_test_util
2131 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: gpr_time_test
2133 build: test
2134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
2136 - test/core/support/time_test.c
2137 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: gpr_tls_test
2141 build: test
2142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002143 src:
2144 - test/core/support/tls_test.c
2145 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002146 - gpr_test_util
2147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148- name: gpr_useful_test
2149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/support/useful_test.c
2153 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: grpc_auth_context_test
2157 build: test
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
2160 - test/core/security/auth_context_test.c
2161 deps:
2162 - grpc_test_util
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002166- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167 build: test
2168 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002169 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002170 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002171 deps:
2172 - grpc_test_util
2173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176- name: grpc_byte_buffer_reader_test
2177 build: test
2178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002179 src:
2180 - test/core/surface/byte_buffer_reader_test.c
2181 deps:
2182 - grpc_test_util
2183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr_test_util
2185 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186- name: grpc_channel_args_test
2187 build: test
2188 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002189 src:
2190 - test/core/channel/channel_args_test.c
2191 deps:
2192 - grpc_test_util
2193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002194 - gpr_test_util
2195 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196- name: grpc_channel_stack_test
2197 build: test
2198 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002199 src:
2200 - test/core/channel/channel_stack_test.c
2201 deps:
2202 - grpc_test_util
2203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206- name: grpc_completion_queue_test
2207 build: test
2208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002209 src:
2210 - test/core/surface/completion_queue_test.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002216- name: grpc_completion_queue_threading_test
2217 build: test
2218 language: c
2219 src:
2220 - test/core/surface/completion_queue_threading_test.c
2221 deps:
2222 - grpc_test_util
2223 - grpc
2224 - gpr_test_util
2225 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002226 exclude_iomgrs:
2227 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002228- name: grpc_create_jwt
2229 build: tool
2230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002231 src:
2232 - test/core/security/create_jwt.c
2233 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002236 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237- name: grpc_credentials_test
2238 build: test
2239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002240 src:
2241 - test/core/security/credentials_test.c
2242 deps:
2243 - grpc_test_util
2244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002248 build: test
2249 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - test/core/security/fetch_oauth2.c
2253 deps:
2254 - grpc_test_util
2255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002258- name: grpc_invalid_channel_args_test
2259 build: test
2260 language: c
2261 src:
2262 - test/core/surface/invalid_channel_args_test.c
2263 deps:
2264 - grpc_test_util
2265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 - gpr_test_util
2267 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268- name: grpc_json_token_test
2269 build: test
2270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
2272 - test/core/security/json_token_test.c
2273 deps:
2274 - grpc_test_util
2275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002276 - gpr_test_util
2277 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002278 platforms:
2279 - linux
2280 - posix
2281 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002282- name: grpc_jwt_verifier_test
2283 build: test
2284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
2286 - test/core/security/jwt_verifier_test.c
2287 deps:
2288 - grpc_test_util
2289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002290 - gpr_test_util
2291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002292- name: grpc_print_google_default_creds_token
2293 build: tool
2294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002295 src:
2296 - test/core/security/print_google_default_creds_token.c
2297 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: grpc_security_connector_test
2301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
2304 - test/core/security/security_connector_test.c
2305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310- name: grpc_verify_jwt
2311 build: tool
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/core/security/verify_jwt.c
2315 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002318- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002319 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002320 language: c
2321 src:
2322 - test/core/handshake/client_ssl.c
2323 deps:
2324 - grpc_test_util
2325 - grpc
2326 - gpr_test_util
2327 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002328 exclude_iomgrs:
2329 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002330 platforms:
2331 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002332 secure: true
2333- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002334 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002335 language: c
2336 src:
2337 - test/core/handshake/server_ssl.c
2338 deps:
2339 - grpc_test_util
2340 - grpc
2341 - gpr_test_util
2342 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002343 platforms:
2344 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002345 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002346- name: hpack_parser_fuzzer_test
2347 build: fuzzer
2348 language: c
2349 src:
2350 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2351 deps:
2352 - grpc_test_util
2353 - grpc
2354 - gpr_test_util
2355 - gpr
2356 corpus_dirs:
2357 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002358 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002359 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002360- name: hpack_parser_test
2361 build: test
2362 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002363 src:
2364 - test/core/transport/chttp2/hpack_parser_test.c
2365 deps:
2366 - grpc_test_util
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: hpack_table_test
2371 build: test
2372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
2374 - test/core/transport/chttp2/hpack_table_test.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002380- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381 build: test
2382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002383 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002384 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002385 deps:
2386 - grpc_test_util
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr_test_util
2389 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002390- name: http_request_fuzzer_test
2391 build: fuzzer
2392 language: c
2393 src:
2394 - test/core/http/request_fuzzer.c
2395 deps:
2396 - grpc_test_util
2397 - grpc
2398 - gpr_test_util
2399 - gpr
2400 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002401 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002402 maxlen: 2048
2403- name: http_response_fuzzer_test
2404 build: fuzzer
2405 language: c
2406 src:
2407 - test/core/http/response_fuzzer.c
2408 deps:
2409 - grpc_test_util
2410 - grpc
2411 - gpr_test_util
2412 - gpr
2413 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002414 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002415 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002416- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002417 build: test
2418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002419 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002420 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002421 deps:
2422 - grpc_test_util
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002427 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002428 build: test
2429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002431 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002432 deps:
2433 - grpc_test_util
2434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002435 - gpr_test_util
2436 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002437 platforms:
2438 - mac
2439 - linux
2440 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002441- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002442 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002443 build: test
2444 language: c
2445 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002446 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002447 deps:
2448 - grpc_test_util
2449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002450 - gpr_test_util
2451 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002452 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002453 - linux
yang-gf1183302015-12-07 16:02:05 -08002454- name: init_test
2455 build: test
2456 language: c
2457 src:
2458 - test/core/surface/init_test.c
2459 deps:
2460 - grpc_test_util
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002464- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002465 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002466 build: test
2467 language: c
2468 src:
2469 - test/core/end2end/invalid_call_argument_test.c
2470 deps:
2471 - grpc_test_util
2472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002473 - gpr_test_util
2474 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002475- name: json_fuzzer_test
2476 build: fuzzer
2477 language: c
2478 src:
2479 - test/core/json/fuzzer.c
2480 deps:
2481 - grpc_test_util
2482 - grpc
2483 - gpr_test_util
2484 - gpr
2485 corpus_dirs:
2486 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002487 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488- name: json_rewrite
2489 build: test
2490 run: false
2491 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002492 src:
2493 - test/core/json/json_rewrite.c
2494 deps:
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497- name: json_rewrite_test
2498 build: test
2499 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002500 src:
2501 - test/core/json/json_rewrite_test.c
2502 deps:
2503 - grpc_test_util
2504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002505 - gpr_test_util
2506 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002507- name: json_stream_error_test
2508 build: test
2509 language: c
2510 src:
2511 - test/core/json/json_stream_error_test.c
2512 deps:
2513 - grpc_test_util
2514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002515 - gpr_test_util
2516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: json_test
2518 build: test
2519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002520 src:
2521 - test/core/json/json_test.c
2522 deps:
2523 - grpc_test_util
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: lame_client_test
2528 build: test
2529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
2531 - test/core/surface/lame_client_test.c
2532 deps:
2533 - grpc_test_util
2534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002535 - gpr_test_util
2536 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002537- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002538 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002539 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002540 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002542 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002543 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002544 deps:
2545 - grpc_test_util
2546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002547 - gpr_test_util
2548 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002549- name: load_file_test
2550 build: test
2551 language: c
2552 src:
2553 - test/core/iomgr/load_file_test.c
2554 deps:
2555 - grpc_test_util
2556 - grpc
2557 - gpr_test_util
2558 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559- name: low_level_ping_pong_benchmark
2560 build: benchmark
2561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
2563 - test/core/network_benchmarks/low_level_ping_pong.c
2564 deps:
2565 - grpc_test_util
2566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002567 - gpr_test_util
2568 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002569 platforms:
2570 - mac
2571 - linux
2572 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002573- name: memory_profile_client
2574 build: test
2575 run: false
2576 language: c
2577 src:
2578 - test/core/memory_usage/client.c
2579 deps:
2580 - grpc_test_util
2581 - grpc
2582 - gpr_test_util
2583 - gpr
2584- name: memory_profile_server
2585 build: test
2586 run: false
2587 language: c
2588 src:
2589 - test/core/memory_usage/server.c
2590 deps:
2591 - grpc_test_util
2592 - grpc
2593 - gpr_test_util
2594 - gpr
2595- name: memory_profile_test
2596 cpu_cost: 1.5
2597 build: test
2598 language: c
2599 src:
2600 - test/core/memory_usage/memory_usage_test.c
2601 deps:
2602 - grpc_test_util
2603 - grpc
2604 - gpr_test_util
2605 - gpr
2606 platforms:
2607 - mac
2608 - linux
2609 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610- name: message_compress_test
2611 build: test
2612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002613 src:
2614 - test/core/compression/message_compress_test.c
2615 deps:
2616 - grpc_test_util
2617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002618 - gpr_test_util
2619 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002620- name: minimal_stack_is_minimal_test
2621 build: test
2622 language: c
2623 src:
2624 - test/core/channel/minimal_stack_is_minimal_test.c
2625 deps:
2626 - grpc_test_util
2627 - grpc
2628 - gpr_test_util
2629 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002630- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002631 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002632 build: test
2633 language: c
2634 src:
2635 - test/core/census/mlog_test.c
2636 deps:
2637 - grpc_test_util
2638 - grpc
2639 - gpr_test_util
2640 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002641- name: multiple_server_queues_test
2642 build: test
2643 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002644 src:
2645 - test/core/end2end/multiple_server_queues_test.c
2646 deps:
2647 - grpc_test_util
2648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002649 - gpr_test_util
2650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002651- name: murmur_hash_test
2652 build: test
2653 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - test/core/support/murmur_hash_test.c
2656 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002657 - gpr_test_util
2658 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002659- name: nanopb_fuzzer_response_test
2660 build: fuzzer
2661 language: c
2662 src:
2663 - test/core/nanopb/fuzzer_response.c
2664 deps:
2665 - grpc_test_util
2666 - grpc
2667 - gpr_test_util
2668 - gpr
2669 corpus_dirs:
2670 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002671 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002672- name: nanopb_fuzzer_serverlist_test
2673 build: fuzzer
2674 language: c
2675 src:
2676 - test/core/nanopb/fuzzer_serverlist.c
2677 deps:
2678 - grpc_test_util
2679 - grpc
2680 - gpr_test_util
2681 - gpr
2682 corpus_dirs:
2683 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002684 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002685- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002686 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002687 build: test
2688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002689 src:
2690 - test/core/end2end/no_server_test.c
2691 deps:
2692 - grpc_test_util
2693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002694 - gpr_test_util
2695 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002696- name: parse_address_test
2697 build: test
2698 language: c
2699 src:
2700 - test/core/client_channel/parse_address_test.c
2701 deps:
2702 - grpc_test_util
2703 - grpc
2704 - gpr_test_util
2705 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002706- name: percent_decode_fuzzer
2707 build: fuzzer
2708 language: c
2709 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002710 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002711 deps:
2712 - grpc_test_util
2713 - grpc
2714 - gpr_test_util
2715 - gpr
2716 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002717 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002718 maxlen: 32
2719- name: percent_encode_fuzzer
2720 build: fuzzer
2721 language: c
2722 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002723 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002724 deps:
2725 - grpc_test_util
2726 - grpc
2727 - gpr_test_util
2728 - gpr
2729 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002730 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002731 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002732- name: percent_encoding_test
2733 build: test
2734 language: c
2735 src:
2736 - test/core/slice/percent_encoding_test.c
2737 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002738 - grpc_test_util
2739 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002740 - gpr_test_util
2741 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002742- name: pollset_set_test
2743 build: test
2744 language: c
2745 src:
2746 - test/core/iomgr/pollset_set_test.c
2747 deps:
2748 - grpc_test_util
2749 - grpc
2750 - gpr_test_util
2751 - gpr
2752 exclude_iomgrs:
2753 - uv
2754 platforms:
2755 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002756- name: resolve_address_posix_test
2757 build: test
2758 language: c
2759 src:
2760 - test/core/iomgr/resolve_address_posix_test.c
2761 deps:
2762 - grpc_test_util
2763 - grpc
2764 - gpr_test_util
2765 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002766 exclude_iomgrs:
2767 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002768 platforms:
2769 - mac
2770 - linux
2771 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002772- name: resolve_address_test
2773 build: test
2774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002775 src:
2776 - test/core/iomgr/resolve_address_test.c
2777 deps:
2778 - grpc_test_util
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr_test_util
2781 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002782- name: resource_quota_test
2783 cpu_cost: 30
2784 build: test
2785 language: c
2786 src:
2787 - test/core/iomgr/resource_quota_test.c
2788 deps:
2789 - grpc_test_util
2790 - grpc
2791 - gpr_test_util
2792 - gpr
yang-gd482e592015-12-10 14:04:00 -08002793- name: secure_channel_create_test
2794 build: test
2795 language: c
2796 src:
2797 - test/core/surface/secure_channel_create_test.c
2798 deps:
2799 - grpc_test_util
2800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002801 - gpr_test_util
2802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803- name: secure_endpoint_test
2804 build: test
2805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002806 src:
2807 - test/core/security/secure_endpoint_test.c
2808 deps:
2809 - grpc_test_util
2810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002811 - gpr_test_util
2812 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002813 exclude_iomgrs:
2814 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002815- name: sequential_connectivity_test
2816 build: test
2817 language: c
2818 src:
2819 - test/core/surface/sequential_connectivity_test.c
2820 deps:
2821 - grpc_test_util
2822 - grpc
2823 - gpr_test_util
2824 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002825 exclude_iomgrs:
2826 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002827- name: server_chttp2_test
2828 build: test
2829 language: c
2830 src:
2831 - test/core/surface/server_chttp2_test.c
2832 deps:
2833 - grpc_test_util
2834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002835 - gpr_test_util
2836 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002837- name: server_fuzzer
2838 build: fuzzer
2839 language: c
2840 src:
2841 - test/core/end2end/fuzzers/server_fuzzer.c
2842 deps:
2843 - grpc_test_util
2844 - grpc
2845 - gpr_test_util
2846 - gpr
2847 corpus_dirs:
2848 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002849 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002850 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002851- name: server_test
2852 build: test
2853 language: c
2854 src:
2855 - test/core/surface/server_test.c
2856 deps:
2857 - grpc_test_util
2858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002859 - gpr_test_util
2860 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002861- name: slice_buffer_test
2862 build: test
2863 language: c
2864 src:
2865 - test/core/slice/slice_buffer_test.c
2866 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002867 - grpc_test_util
2868 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002869 - gpr_test_util
2870 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002871- name: slice_hash_table_test
2872 build: test
2873 language: c
2874 src:
2875 - test/core/slice/slice_hash_table_test.c
2876 deps:
2877 - grpc_test_util
2878 - grpc
2879 - gpr_test_util
2880 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002881- name: slice_string_helpers_test
2882 build: test
2883 language: c
2884 src:
2885 - test/core/slice/slice_string_helpers_test.c
2886 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002887 - grpc_test_util
2888 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002889 - gpr_test_util
2890 - gpr
2891- name: slice_test
2892 build: test
2893 language: c
2894 src:
2895 - test/core/slice/slice_test.c
2896 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002897 - grpc_test_util
2898 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002899 - gpr_test_util
2900 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002901- name: sockaddr_resolver_test
2902 build: test
2903 language: c
2904 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002905 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002906 deps:
2907 - grpc_test_util
2908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002909 - gpr_test_util
2910 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002911- name: sockaddr_utils_test
2912 build: test
2913 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002914 src:
2915 - test/core/iomgr/sockaddr_utils_test.c
2916 deps:
2917 - grpc_test_util
2918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002919 - gpr_test_util
2920 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002921- name: socket_utils_test
2922 build: test
2923 language: c
2924 src:
2925 - test/core/iomgr/socket_utils_test.c
2926 deps:
2927 - grpc_test_util
2928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002929 - gpr_test_util
2930 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002931 exclude_iomgrs:
2932 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002933 platforms:
2934 - mac
2935 - linux
2936 - posix
yang-g31e21282016-11-04 15:10:03 -07002937- name: ssl_server_fuzzer
2938 build: fuzzer
2939 language: c
2940 src:
2941 - test/core/security/ssl_server_fuzzer.c
2942 deps:
2943 - grpc_test_util
2944 - grpc
2945 - gpr_test_util
2946 - gpr
2947 corpus_dirs:
2948 - test/core/security/corpus/ssl_server_corpus
2949 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002950- name: status_conversion_test
2951 build: test
2952 language: c
2953 src:
2954 - test/core/transport/status_conversion_test.c
2955 deps:
2956 - grpc_test_util
2957 - grpc
2958 - gpr_test_util
2959 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002960- name: stream_owned_slice_test
2961 build: test
2962 language: c
2963 src:
2964 - test/core/transport/stream_owned_slice_test.c
2965 deps:
2966 - grpc_test_util
2967 - grpc
2968 - gpr_test_util
2969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002970- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002971 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972 build: test
2973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002974 src:
2975 - test/core/iomgr/tcp_client_posix_test.c
2976 deps:
2977 - grpc_test_util
2978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002979 - gpr_test_util
2980 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002981 exclude_iomgrs:
2982 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002983 platforms:
2984 - mac
2985 - linux
2986 - posix
murgatroid991191b722017-02-08 11:56:52 -08002987- name: tcp_client_uv_test
2988 cpu_cost: 0.5
2989 build: test
2990 language: c
2991 src:
2992 - test/core/iomgr/tcp_client_uv_test.c
2993 deps:
2994 - grpc_test_util
2995 - grpc
2996 - gpr_test_util
2997 - gpr
2998 exclude_iomgrs:
2999 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003001 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002 build: test
3003 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003004 src:
3005 - test/core/iomgr/tcp_posix_test.c
3006 deps:
3007 - grpc_test_util
3008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003009 - gpr_test_util
3010 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003011 exclude_iomgrs:
3012 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003013 platforms:
3014 - mac
3015 - linux
3016 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003017- name: tcp_server_posix_test
3018 build: test
3019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003020 src:
3021 - test/core/iomgr/tcp_server_posix_test.c
3022 deps:
3023 - grpc_test_util
3024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003025 - gpr_test_util
3026 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003027 exclude_iomgrs:
3028 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003029 platforms:
3030 - mac
3031 - linux
3032 - posix
murgatroid991191b722017-02-08 11:56:52 -08003033- name: tcp_server_uv_test
3034 build: test
3035 language: c
3036 src:
3037 - test/core/iomgr/tcp_server_uv_test.c
3038 deps:
3039 - grpc_test_util
3040 - grpc
3041 - gpr_test_util
3042 - gpr
3043 exclude_iomgrs:
3044 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003045- name: time_averaged_stats_test
3046 build: test
3047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003048 src:
3049 - test/core/iomgr/time_averaged_stats_test.c
3050 deps:
3051 - grpc_test_util
3052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003053 - gpr_test_util
3054 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003055- name: timeout_encoding_test
3056 build: test
3057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003058 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003059 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003060 deps:
3061 - grpc_test_util
3062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003063 - gpr_test_util
3064 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003065- name: timer_heap_test
3066 build: test
3067 language: c
3068 src:
3069 - test/core/iomgr/timer_heap_test.c
3070 deps:
3071 - grpc_test_util
3072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003073 - gpr_test_util
3074 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003075 exclude_iomgrs:
3076 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003077- name: timer_list_test
3078 build: test
3079 language: c
3080 src:
3081 - test/core/iomgr/timer_list_test.c
3082 deps:
3083 - grpc_test_util
3084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003085 - gpr_test_util
3086 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003087 exclude_iomgrs:
3088 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003089- name: transport_connectivity_state_test
3090 build: test
3091 language: c
3092 src:
3093 - test/core/transport/connectivity_state_test.c
3094 deps:
3095 - grpc_test_util
3096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003097 - gpr_test_util
3098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003099- name: transport_metadata_test
3100 build: test
3101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003102 src:
3103 - test/core/transport/metadata_test.c
3104 deps:
3105 - grpc_test_util
3106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003107 - gpr_test_util
3108 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003109- name: transport_pid_controller_test
3110 build: test
3111 language: c
3112 src:
3113 - test/core/transport/pid_controller_test.c
3114 deps:
3115 - grpc_test_util
3116 - grpc
3117 - gpr_test_util
3118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003119- name: transport_security_test
3120 build: test
3121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003122 src:
3123 - test/core/tsi/transport_security_test.c
3124 deps:
3125 - grpc_test_util
3126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003127 - gpr_test_util
3128 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003129 platforms:
3130 - linux
3131 - posix
3132 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003133- name: udp_server_test
3134 build: test
3135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003136 src:
3137 - test/core/iomgr/udp_server_test.c
3138 deps:
3139 - grpc_test_util
3140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003141 - gpr_test_util
3142 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003143 exclude_iomgrs:
3144 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003145 platforms:
3146 - mac
3147 - linux
3148 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003149- name: uri_fuzzer_test
3150 build: fuzzer
3151 language: c
3152 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003153 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003154 deps:
3155 - grpc_test_util
3156 - grpc
3157 - gpr_test_util
3158 - gpr
3159 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003160 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003161 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003162- name: uri_parser_test
3163 build: test
3164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003165 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003166 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003167 deps:
3168 - grpc_test_util
3169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003170 - gpr_test_util
3171 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003172- name: wakeup_fd_cv_test
3173 build: test
3174 language: c
3175 src:
3176 - test/core/iomgr/wakeup_fd_cv_test.c
3177 deps:
3178 - grpc_test_util
3179 - grpc
3180 - gpr_test_util
3181 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003182 exclude_iomgrs:
3183 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003184 platforms:
3185 - mac
3186 - linux
3187 - posix
vjpai04e992a2016-02-10 16:58:38 -08003188- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003189 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003190 build: test
3191 language: c++
3192 src:
3193 - test/cpp/common/alarm_cpp_test.cc
3194 deps:
3195 - grpc++_test_util
3196 - grpc_test_util
3197 - grpc++
3198 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003199 - gpr_test_util
3200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003202 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003203 build: test
3204 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003205 src:
3206 - test/cpp/end2end/async_end2end_test.cc
3207 deps:
3208 - grpc++_test_util
3209 - grpc_test_util
3210 - grpc++
3211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003212 - gpr_test_util
3213 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003214- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003215 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003216 build: test
3217 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003218 src:
3219 - test/cpp/common/auth_property_iterator_test.cc
3220 deps:
3221 - grpc++_test_util
3222 - grpc_test_util
3223 - grpc++
3224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003225 - gpr_test_util
3226 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003227- name: bm_arena
3228 build: test
3229 language: c++
3230 src:
3231 - test/cpp/microbenchmarks/bm_arena.cc
3232 deps:
3233 - grpc_benchmark
3234 - benchmark
3235 - grpc++_test_util
3236 - grpc_test_util
3237 - grpc++
3238 - grpc
3239 - gpr_test_util
3240 - gpr
3241 args:
3242 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003243 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003244 platforms:
3245 - mac
3246 - linux
3247 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003248- name: bm_call_create
3249 build: test
3250 language: c++
3251 src:
3252 - test/cpp/microbenchmarks/bm_call_create.cc
3253 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003254 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003255 - benchmark
3256 - grpc++_test_util
3257 - grpc_test_util
3258 - grpc++
3259 - grpc
3260 - gpr_test_util
3261 - gpr
3262 args:
3263 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003264 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003265 platforms:
3266 - mac
3267 - linux
3268 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003269- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003270 build: test
3271 language: c++
3272 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003273 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003274 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003275 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003276 - benchmark
3277 - grpc++_test_util
3278 - grpc_test_util
3279 - grpc++
3280 - grpc
3281 - gpr_test_util
3282 - gpr
3283 args:
3284 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003285 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003286 platforms:
3287 - mac
3288 - linux
3289 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003290- name: bm_chttp2_transport
3291 build: test
3292 language: c++
3293 src:
3294 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3295 deps:
3296 - grpc_benchmark
3297 - benchmark
3298 - grpc++_test_util
3299 - grpc_test_util
3300 - grpc++
3301 - grpc
3302 - gpr_test_util
3303 - gpr
3304 args:
3305 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003306 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003307 platforms:
3308 - mac
3309 - linux
3310 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003311- name: bm_closure
3312 build: test
3313 language: c++
3314 src:
3315 - test/cpp/microbenchmarks/bm_closure.cc
3316 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003317 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003318 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003319 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003320 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003321 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003322 - grpc
3323 - gpr_test_util
3324 - gpr
3325 args:
3326 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003327 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003328 platforms:
3329 - mac
3330 - linux
3331 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003332- name: bm_cq
3333 build: test
3334 language: c++
3335 src:
3336 - test/cpp/microbenchmarks/bm_cq.cc
3337 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003338 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003339 - benchmark
3340 - grpc++_test_util
3341 - grpc_test_util
3342 - grpc++
3343 - grpc
3344 - gpr_test_util
3345 - gpr
3346 args:
3347 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003348 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003349 platforms:
3350 - mac
3351 - linux
3352 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003353- name: bm_cq_multiple_threads
3354 build: test
3355 language: c++
3356 src:
3357 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3358 deps:
3359 - grpc_benchmark
3360 - benchmark
3361 - grpc++_test_util
3362 - grpc_test_util
3363 - grpc++
3364 - grpc
3365 - gpr_test_util
3366 - gpr
3367 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003368 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003369 defaults: benchmark
3370 platforms:
3371 - mac
3372 - linux
3373 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003374- name: bm_error
3375 build: test
3376 language: c++
3377 src:
3378 - test/cpp/microbenchmarks/bm_error.cc
3379 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003380 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003381 - benchmark
3382 - grpc++_test_util
3383 - grpc_test_util
3384 - grpc++
3385 - grpc
3386 - gpr_test_util
3387 - gpr
3388 args:
3389 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003390 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003391 platforms:
3392 - mac
3393 - linux
3394 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003395- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003396 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003397 language: c++
3398 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003399 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003400 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003401 - grpc_benchmark
3402 - benchmark
3403 - grpc++_test_util
3404 - grpc_test_util
3405 - grpc++
3406 - grpc
3407 - gpr_test_util
3408 - gpr
3409 args:
3410 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003411 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003412 excluded_poll_engines:
3413 - poll
3414 - poll-cv
3415 platforms:
3416 - mac
3417 - linux
3418 - posix
3419 timeout_seconds: 1200
3420- name: bm_fullstack_streaming_pump
3421 build: test
3422 language: c++
3423 src:
3424 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003425 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003426 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003427 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003428 - grpc++_test_util
3429 - grpc_test_util
3430 - grpc++
3431 - grpc
3432 - gpr_test_util
3433 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003434 args:
3435 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003436 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003437 excluded_poll_engines:
3438 - poll
3439 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003440 platforms:
3441 - mac
3442 - linux
3443 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003444 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003445- name: bm_fullstack_trickle
3446 build: test
3447 language: c++
3448 src:
3449 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3450 deps:
3451 - grpc_benchmark
3452 - benchmark
3453 - grpc++_test_util
3454 - grpc_test_util
3455 - grpc++
3456 - grpc
3457 - gpr_test_util
3458 - gpr
3459 args:
3460 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003461 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003462 excluded_poll_engines:
3463 - poll
3464 - poll-cv
3465 platforms:
3466 - mac
3467 - linux
3468 - posix
3469 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003470- name: bm_fullstack_unary_ping_pong
3471 build: test
3472 language: c++
3473 src:
3474 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3475 deps:
3476 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003477 - benchmark
3478 - grpc++_test_util
3479 - grpc_test_util
3480 - grpc++
3481 - grpc
3482 - gpr_test_util
3483 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003484 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003485 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003486 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003487 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003488 - poll
3489 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003490 platforms:
3491 - mac
3492 - linux
3493 - posix
3494 timeout_seconds: 1200
3495- name: bm_metadata
3496 build: test
3497 language: c++
3498 src:
3499 - test/cpp/microbenchmarks/bm_metadata.cc
3500 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003501 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003502 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003503 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003504 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003505 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003506 - grpc
3507 - gpr_test_util
3508 - gpr
3509 args:
3510 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003511 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003512 platforms:
3513 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003514 - linux
3515 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003516- name: bm_pollset
3517 build: test
3518 language: c++
3519 src:
3520 - test/cpp/microbenchmarks/bm_pollset.cc
3521 deps:
3522 - grpc_benchmark
3523 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003524 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003525 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003526 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003527 - grpc
3528 - gpr_test_util
3529 - gpr
3530 args:
3531 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003532 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003533 platforms:
3534 - mac
3535 - linux
3536 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003537- name: channel_arguments_test
3538 gtest: true
3539 build: test
3540 language: c++
3541 src:
3542 - test/cpp/common/channel_arguments_test.cc
3543 deps:
3544 - grpc++
3545 - grpc
3546 - gpr
3547- name: channel_filter_test
3548 gtest: true
3549 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003550 language: c++
3551 src:
3552 - test/cpp/common/channel_filter_test.cc
3553 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003554 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003555 - grpc
3556 - gpr
3557- name: cli_call_test
3558 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003559 build: test
3560 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003561 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003562 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003563 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003564 - grpc_cli_libs
3565 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003566 - grpc_test_util
3567 - grpc++
3568 - grpc
3569 - gpr_test_util
3570 - gpr
3571- name: client_crash_test
3572 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003573 cpu_cost: 0.1
3574 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003575 language: c++
3576 src:
3577 - test/cpp/end2end/client_crash_test.cc
3578 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003579 - grpc++_test_util
3580 - grpc_test_util
3581 - grpc++
3582 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003583 - gpr_test_util
3584 - gpr
3585 platforms:
3586 - mac
3587 - linux
3588 - posix
3589- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003590 build: test
3591 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003592 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003593 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003594 - test/cpp/end2end/client_crash_test_server.cc
3595 deps:
3596 - grpc++_test_util
3597 - grpc_test_util
3598 - grpc++
3599 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003600 - gpr_test_util
3601 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003602- name: codegen_test_full
3603 gtest: true
3604 build: test
3605 language: c++
3606 src:
3607 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003608 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003609 - src/proto/grpc/testing/payloads.proto
3610 - src/proto/grpc/testing/services.proto
3611 - src/proto/grpc/testing/stats.proto
3612 - test/cpp/codegen/codegen_test_full.cc
3613 deps:
3614 - grpc++
3615 - grpc
3616 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003617 filegroups:
3618 - grpc++_codegen_base
3619- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003620 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003621 build: test
yang-g34b58612016-06-03 17:30:09 -07003622 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003623 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003624 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003625 - src/proto/grpc/testing/messages.proto
3626 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003627 - src/proto/grpc/testing/services.proto
3628 - src/proto/grpc/testing/stats.proto
3629 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003630 deps:
3631 - grpc
3632 - gpr
Craig Tillerca62ff02016-02-24 22:22:57 -08003633 filegroups:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003634 - grpc++_codegen_base
3635 - grpc++_codegen_base_src
Craig Tiller25834342015-09-25 08:08:24 -07003636- name: credentials_test
3637 gtest: true
3638 build: test
3639 language: c++
3640 src:
3641 - test/cpp/client/credentials_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003642 deps:
3643 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003644 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003645 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003646- name: cxx_byte_buffer_test
3647 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003648 build: test
3649 language: c++
3650 src:
3651 - test/cpp/util/byte_buffer_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003652 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003653 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003654 - grpc++
3655 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003656 - gpr_test_util
3657 - gpr
3658- name: cxx_slice_test
3659 gtest: true
3660 build: test
3661 language: c++
Craig Tillerda179ce2016-02-09 12:01:53 -08003662 src:
3663 - test/cpp/util/slice_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003664 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003665 - grpc_test_util
Craig Tillerbfd05532016-01-20 09:53:15 -08003666 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003667 - grpc
3668 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003669 - gpr
3670- name: cxx_string_ref_test
3671 gtest: true
3672 build: test
3673 language: c++
3674 src:
3675 - test/cpp/util/string_ref_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003676 deps:
3677 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003678- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003679 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003680 build: test
3681 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003682 src:
3683 - test/cpp/util/time_test.cc
3684 deps:
3685 - grpc_test_util
3686 - grpc++
3687 - grpc
3688 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003689 - gpr
3690- name: end2end_test
yang-gb8aa58b2016-04-14 15:50:50 -07003691 gtest: true
3692 cpu_cost: 0.5
3693 build: test
3694 language: c++
3695 src:
3696 - test/cpp/end2end/end2end_test.cc
3697 deps:
3698 - grpc++_test_util
3699 - grpc_test_util
3700 - grpc++
3701 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003702 - gpr_test_util
3703 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003704- name: error_details_test
3705 gtest: true
3706 build: test
3707 language: c++
3708 src:
3709 - src/proto/grpc/testing/echo_messages.proto
3710 - test/cpp/util/error_details_test.cc
3711 deps:
3712 - grpc++_error_details
3713 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003714- name: filter_end2end_test
3715 gtest: true
3716 build: test
3717 language: c++
3718 src:
3719 - test/cpp/end2end/filter_end2end_test.cc
3720 deps:
3721 - grpc++_test_util
3722 - grpc_test_util
3723 - grpc++
3724 - grpc
3725 - gpr_test_util
3726 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003727- name: generic_end2end_test
3728 gtest: true
3729 build: test
3730 language: c++
3731 src:
3732 - test/cpp/end2end/generic_end2end_test.cc
3733 deps:
3734 - grpc++_test_util
3735 - grpc_test_util
3736 - grpc++
3737 - grpc
3738 - gpr_test_util
3739 - gpr
3740- name: golden_file_test
3741 gtest: true
3742 build: test
3743 language: c++
3744 src:
3745 - src/proto/grpc/testing/compiler_test.proto
3746 - test/cpp/codegen/golden_file_test.cc
3747 deps:
3748 - grpc++
3749 - grpc
3750 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003751 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003752 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003753- name: grpc_cli
3754 build: test
3755 run: false
3756 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003757 src:
3758 - test/cpp/util/grpc_cli.cc
3759 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003760 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003761 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003762 - grpc++
3763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003764 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003765 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003766- name: grpc_cpp_plugin
3767 build: protoc
3768 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003769 src:
3770 - src/compiler/cpp_plugin.cc
3771 deps:
3772 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003773 secure: false
3774 vs_config_type: Application
3775 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3776- name: grpc_csharp_plugin
3777 build: protoc
3778 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003779 src:
3780 - src/compiler/csharp_plugin.cc
3781 deps:
3782 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003783 secure: false
3784 vs_config_type: Application
3785 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003786- name: grpc_node_plugin
3787 build: protoc
3788 language: c++
3789 src:
3790 - src/compiler/node_plugin.cc
3791 deps:
3792 - grpc_plugin_support
3793 secure: false
3794 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003795- name: grpc_objective_c_plugin
3796 build: protoc
3797 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003798 src:
3799 - src/compiler/objective_c_plugin.cc
3800 deps:
3801 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003802 secure: false
3803 vs_config_type: Application
3804 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003805- name: grpc_php_plugin
3806 build: protoc
3807 language: c++
3808 src:
3809 - src/compiler/php_plugin.cc
3810 deps:
3811 - grpc_plugin_support
3812 secure: false
3813 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003814- name: grpc_python_plugin
3815 build: protoc
3816 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003817 src:
3818 - src/compiler/python_plugin.cc
3819 deps:
3820 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003821 secure: false
3822 vs_config_type: Application
3823 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3824- name: grpc_ruby_plugin
3825 build: protoc
3826 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003827 src:
3828 - src/compiler/ruby_plugin.cc
3829 deps:
3830 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003831 secure: false
3832 vs_config_type: Application
3833 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003834- name: grpc_tool_test
3835 gtest: true
3836 build: test
3837 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003838 src:
3839 - src/proto/grpc/testing/echo.proto
3840 - src/proto/grpc/testing/echo_messages.proto
3841 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003842 deps:
3843 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003844 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003845 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003846 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003847 - grpc_test_util
3848 - grpc++
3849 - grpc
3850 - gpr_test_util
3851 - gpr
3852 filegroups:
3853 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003854- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003855 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003856 build: test
3857 language: c++
3858 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003859 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003860 - test/cpp/grpclb/grpclb_api_test.cc
3861 deps:
3862 - grpc++_test_util
3863 - grpc_test_util
3864 - grpc++
3865 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07003866- name: grpclb_end2end_test
3867 gtest: true
3868 build: test
3869 language: c++
3870 src:
3871 - src/proto/grpc/lb/v1/load_balancer.proto
3872 - test/cpp/end2end/grpclb_end2end_test.cc
3873 deps:
3874 - grpc++_test_util
3875 - grpc_test_util
3876 - grpc++
3877 - grpc
3878 - gpr_test_util
3879 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07003880- name: grpclb_test
3881 gtest: false
3882 build: test
3883 language: c++
3884 src:
3885 - src/proto/grpc/lb/v1/load_balancer.proto
3886 - test/cpp/grpclb/grpclb_test.cc
3887 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003888 - grpc++_test_util
3889 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003890 - grpc++
3891 - grpc
3892 - gpr_test_util
3893 - gpr
yang-gad327642016-12-12 14:32:09 -08003894- name: health_service_end2end_test
3895 gtest: true
3896 build: test
3897 language: c++
3898 src:
3899 - test/cpp/end2end/health_service_end2end_test.cc
3900 deps:
3901 - grpc++_test_util
3902 - grpc_test_util
3903 - grpc++
3904 - grpc
3905 - gpr_test_util
3906 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003907- name: http2_client
3908 build: test
3909 run: false
3910 language: c++
3911 src: []
3912 deps:
3913 - http2_client_main
3914 - grpc++_test_util
3915 - grpc_test_util
3916 - grpc++
3917 - grpc
3918 - grpc++_test_config
3919 platforms:
3920 - mac
3921 - linux
3922 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003923- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003924 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003925 build: test
3926 language: c++
3927 src:
3928 - test/cpp/end2end/hybrid_end2end_test.cc
3929 deps:
3930 - grpc++_test_util
3931 - grpc_test_util
3932 - grpc++
3933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003934 - gpr_test_util
3935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003936- name: interop_client
3937 build: test
3938 run: false
3939 language: c++
3940 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003941 deps:
3942 - interop_client_main
3943 - interop_client_helper
3944 - grpc++_test_util
3945 - grpc_test_util
3946 - grpc++
3947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003948 - gpr_test_util
3949 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003950 - grpc++_test_config
3951 platforms:
3952 - mac
3953 - linux
3954 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003955- name: interop_server
3956 build: test
3957 run: false
3958 language: c++
3959 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003960 deps:
3961 - interop_server_main
3962 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003963 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003964 - grpc++_test_util
3965 - grpc_test_util
3966 - grpc++
3967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003968 - gpr_test_util
3969 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003970 - grpc++_test_config
3971 platforms:
3972 - mac
3973 - linux
3974 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003975- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003976 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003977 build: test
3978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003979 src:
3980 - test/cpp/interop/interop_test.cc
3981 deps:
3982 - grpc_test_util
3983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003984 - gpr_test_util
3985 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003986 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003987 platforms:
3988 - mac
3989 - linux
3990 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003991- name: json_run_localhost
3992 build: test
3993 run: false
3994 language: c++
3995 src:
3996 - test/cpp/qps/json_run_localhost.cc
3997 deps:
3998 - grpc++_test_util
3999 - grpc_test_util
4000 - grpc++
4001 - grpc
4002 - gpr_test_util
4003 - gpr
4004 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004005 platforms:
4006 - mac
4007 - linux
4008 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004009- name: memory_test
4010 gtest: true
4011 build: test
4012 language: c++
4013 src:
4014 - test/core/support/memory_test.cc
4015 deps:
4016 - grpc_test_util
4017 - grpc++
4018 - grpc
4019 - gpr_test_util
4020 - gpr
4021 uses:
4022 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004023- name: metrics_client
4024 build: test
4025 run: false
4026 language: c++
4027 headers:
4028 - test/cpp/util/metrics_server.h
4029 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004030 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004031 - test/cpp/interop/metrics_client.cc
4032 deps:
4033 - grpc++
4034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004035 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004036 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004037- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004038 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004039 build: test
4040 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004041 headers:
4042 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004043 src:
4044 - test/cpp/end2end/mock_test.cc
4045 deps:
4046 - grpc++_test_util
4047 - grpc_test_util
4048 - grpc++
4049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004050 - gpr_test_util
4051 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004052- name: noop-benchmark
4053 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004054 language: c++
4055 src:
4056 - test/cpp/microbenchmarks/noop-benchmark.cc
4057 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004058 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004059 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004060- name: proto_server_reflection_test
4061 gtest: true
4062 build: test
4063 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004064 src:
4065 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004066 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004067 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004068 - grpc++_reflection
4069 - grpc++_test_util
4070 - grpc_test_util
4071 - grpc++
4072 - grpc
4073 - gpr_test_util
4074 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004075- name: proto_utils_test
4076 gtest: true
4077 build: test
4078 language: c++
4079 src:
4080 - test/cpp/codegen/proto_utils_test.cc
4081 deps:
4082 - grpc++
4083 - grpc
4084 filegroups:
4085 - grpc++_codegen_base
4086 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004087- name: qps_interarrival_test
4088 build: test
4089 run: false
4090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004091 src:
4092 - test/cpp/qps/qps_interarrival_test.cc
4093 deps:
4094 - qps
4095 - grpc++_test_util
4096 - grpc_test_util
4097 - grpc++
4098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004099 - gpr_test_util
4100 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004101 platforms:
4102 - mac
4103 - linux
4104 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004105- name: qps_json_driver
4106 build: test
4107 run: false
4108 language: c++
4109 src:
4110 - test/cpp/qps/qps_json_driver.cc
4111 deps:
4112 - qps
4113 - grpc++_test_util
4114 - grpc_test_util
4115 - grpc++
4116 - grpc
4117 - gpr_test_util
4118 - gpr
4119 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004120- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004121 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004122 build: test
4123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004124 src:
4125 - test/cpp/qps/qps_openloop_test.cc
4126 deps:
4127 - qps
4128 - grpc++_test_util
4129 - grpc_test_util
4130 - grpc++
4131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004132 - gpr_test_util
4133 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004134 - grpc++_test_config
4135 platforms:
4136 - mac
4137 - linux
4138 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004139- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004140 build: test
4141 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004142 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004143 headers:
4144 - test/cpp/qps/client.h
4145 - test/cpp/qps/server.h
4146 src:
4147 - test/cpp/qps/worker.cc
4148 deps:
4149 - qps
4150 - grpc++_test_util
4151 - grpc_test_util
4152 - grpc++
4153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004154 - gpr_test_util
4155 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004156 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004157- name: reconnect_interop_client
4158 build: test
4159 run: false
4160 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004161 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004162 - src/proto/grpc/testing/empty.proto
4163 - src/proto/grpc/testing/messages.proto
4164 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004165 - test/cpp/interop/reconnect_interop_client.cc
4166 deps:
4167 - grpc++_test_util
4168 - grpc_test_util
4169 - grpc++
4170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004171 - gpr_test_util
4172 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004173 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004174- name: reconnect_interop_server
4175 build: test
4176 run: false
4177 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004178 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004179 - src/proto/grpc/testing/empty.proto
4180 - src/proto/grpc/testing/messages.proto
4181 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004182 - test/cpp/interop/reconnect_interop_server.cc
4183 deps:
4184 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004185 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004186 - grpc++_test_util
4187 - grpc_test_util
4188 - grpc++
4189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004190 - gpr_test_util
4191 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004192 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004193- name: round_robin_end2end_test
4194 gtest: true
4195 build: test
4196 language: c++
4197 src:
4198 - test/cpp/end2end/round_robin_end2end_test.cc
4199 deps:
4200 - grpc++_test_util
4201 - grpc_test_util
4202 - grpc++
4203 - grpc
4204 - gpr_test_util
4205 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004206- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004207 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004208 build: test
4209 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004210 src:
4211 - test/cpp/common/secure_auth_context_test.cc
4212 deps:
4213 - grpc++_test_util
4214 - grpc_test_util
4215 - grpc++
4216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004217 - gpr_test_util
4218 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004219- name: secure_sync_unary_ping_pong_test
4220 build: test
4221 language: c++
4222 src:
4223 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4224 deps:
4225 - qps
4226 - grpc++_test_util
4227 - grpc_test_util
4228 - grpc++
4229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004230 - gpr_test_util
4231 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004232 platforms:
4233 - mac
4234 - linux
4235 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004236- name: server_builder_plugin_test
4237 gtest: true
4238 build: test
4239 language: c++
4240 src:
4241 - test/cpp/end2end/server_builder_plugin_test.cc
4242 deps:
4243 - grpc++_test_util
4244 - grpc_test_util
4245 - grpc++
4246 - grpc
4247 - gpr_test_util
4248 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004249- name: server_builder_test
4250 gtest: true
4251 build: test
4252 language: c++
4253 src:
4254 - src/proto/grpc/testing/echo_messages.proto
4255 - src/proto/grpc/testing/echo.proto
4256 - test/cpp/server/server_builder_test.cc
4257 deps:
4258 - grpc++_test_util
4259 - grpc_test_util
4260 - gpr_test_util
4261 - grpc++
4262 - grpc
4263 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004264- name: server_context_test_spouse_test
4265 gtest: true
4266 build: test
4267 language: c++
4268 src:
4269 - test/cpp/test/server_context_test_spouse_test.cc
4270 deps:
4271 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004272 - grpc++
4273 - grpc
4274 - gpr_test_util
4275 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004276 uses:
4277 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004278- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004279 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004280 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004281 build: test
4282 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004283 src:
4284 - test/cpp/end2end/server_crash_test.cc
4285 deps:
4286 - grpc++_test_util
4287 - grpc_test_util
4288 - grpc++
4289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004290 - gpr_test_util
4291 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004292 platforms:
4293 - mac
4294 - linux
4295 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004296- name: server_crash_test_client
4297 build: test
4298 run: false
4299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004300 src:
4301 - test/cpp/end2end/server_crash_test_client.cc
4302 deps:
4303 - grpc++_test_util
4304 - grpc_test_util
4305 - grpc++
4306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004307 - gpr_test_util
4308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004309- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004310 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004311 build: test
4312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004313 src:
4314 - test/cpp/end2end/shutdown_test.cc
4315 deps:
4316 - grpc++_test_util
4317 - grpc_test_util
4318 - grpc++
4319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004320 - gpr_test_util
4321 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004322- name: status_test
4323 build: test
4324 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004325 src:
4326 - test/cpp/util/status_test.cc
4327 deps:
4328 - grpc_test_util
4329 - grpc++
4330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004331 - gpr_test_util
4332 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004333- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004334 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004335 build: test
4336 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004337 src:
4338 - test/cpp/end2end/streaming_throughput_test.cc
4339 deps:
4340 - grpc++_test_util
4341 - grpc_test_util
4342 - grpc++
4343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004344 - gpr_test_util
4345 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004346 platforms:
4347 - mac
4348 - linux
4349 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004350- name: stress_test
4351 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004352 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004353 language: c++
4354 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004355 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004356 - test/cpp/interop/interop_client.h
4357 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004358 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004359 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004360 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004361 - src/proto/grpc/testing/empty.proto
4362 - src/proto/grpc/testing/messages.proto
4363 - src/proto/grpc/testing/metrics.proto
4364 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004365 - test/cpp/interop/interop_client.cc
4366 - test/cpp/interop/stress_interop_client.cc
4367 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004368 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004369 deps:
4370 - grpc++_test_util
4371 - grpc_test_util
4372 - grpc++
4373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004374 - gpr_test_util
4375 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004376 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004377- name: thread_manager_test
4378 build: test
4379 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004380 src:
4381 - test/cpp/thread_manager/thread_manager_test.cc
4382 deps:
4383 - grpc++
4384 - grpc
4385 - gpr
4386 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004387- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004388 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004389 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004390 build: test
4391 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004392 src:
4393 - test/cpp/end2end/thread_stress_test.cc
4394 deps:
4395 - grpc++_test_util
4396 - grpc_test_util
4397 - grpc++
4398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004399 - gpr_test_util
4400 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004401- name: writes_per_rpc_test
4402 gtest: true
4403 cpu_cost: 0.5
4404 build: test
4405 language: c++
4406 src:
4407 - test/cpp/performance/writes_per_rpc_test.cc
4408 deps:
4409 - grpc++_test_util
4410 - grpc_test_util
4411 - grpc++
4412 - grpc
4413 - gpr_test_util
4414 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004415 platforms:
4416 - mac
4417 - linux
4418 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004419- name: public_headers_must_be_c89
4420 build: test
4421 language: c89
4422 src:
4423 - test/core/surface/public_headers_must_be_c89.c
4424 deps:
4425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004426 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004427vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004428- linkage: static
4429 name: grpc.dependencies.zlib
4430 props: false
4431 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004432 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004433- linkage: static
4434 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004435 props: true
4436 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004437 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004438- name: gflags
4439 props: false
4440 redist: false
4441 version: 2.1.2.1
4442- name: gtest
4443 props: false
4444 redist: false
4445 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004446configs:
4447 asan:
4448 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004449 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4450 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004451 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004452 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004453 LDFLAGS: -fsanitize=address
4454 LDXX: clang++
4455 compile_the_world: true
4456 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004457 ASAN_OPTIONS: detect_leaks=1:color=always
4458 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004459 asan-noleaks:
4460 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004461 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4462 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004463 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004464 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004465 LDFLAGS: -fsanitize=address
4466 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004467 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004468 test_environ:
4469 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004470 asan-trace-cmp:
4471 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004472 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4473 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004474 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004475 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004476 LDFLAGS: -fsanitize=address
4477 LDXX: clang++
4478 compile_the_world: true
4479 test_environ:
4480 ASAN_OPTIONS: detect_leaks=1:color=always
4481 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004482 basicprof:
4483 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4484 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004485 c++-compat:
4486 CFLAGS: -Wc++-compat
4487 CPPFLAGS: -O0
4488 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004489 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004490 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004491 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004492 dbg:
4493 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004494 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004495 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004496 gcov:
4497 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004498 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004499 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004500 DEFINES: _DEBUG DEBUG GPR_GCOV
4501 LD: gcc
4502 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4503 LDXX: g++
4504 helgrind:
4505 CPPFLAGS: -O0
4506 DEFINES: _DEBUG DEBUG
4507 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004508 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004509 lto:
4510 CPPFLAGS: -O2
4511 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004512 memcheck:
4513 CPPFLAGS: -O0
4514 DEFINES: _DEBUG DEBUG
4515 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004516 valgrind: --tool=memcheck --leak-check=full
4517 msan:
4518 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004519 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4520 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4521 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004522 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004523 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004524 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004525 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4526 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4527 LDXX: clang++
4528 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004529 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004530 CPPFLAGS: -O3 -fno-omit-frame-pointer
4531 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004532 LDFLAGS: -rdynamic
4533 opt:
4534 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004535 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004536 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004537 stapprof:
4538 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4539 DEFINES: NDEBUG
4540 tsan:
4541 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004542 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004543 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004544 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004545 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004546 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004547 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004548 LDXX: clang++
4549 compile_the_world: true
4550 test_environ:
4551 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004552 ubsan:
4553 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004554 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4555 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004556 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004557 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004558 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004559 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004560 LDXX: clang++
4561 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004562 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004563 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004564defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004565 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004566 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004567 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4568 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004569 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4570 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004571 benchmark:
4572 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004573 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004574 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004575 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004576 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004577 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004578 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004579 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004580 LDFLAGS: -g
4581 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004582 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004583 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004584node_modules:
4585- deps:
4586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004587 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004588 - boringssl
4589 - z
murgatroid9994a75412015-11-19 14:04:53 -08004590 headers:
4591 - src/node/ext/byte_buffer.h
4592 - src/node/ext/call.h
4593 - src/node/ext/call_credentials.h
4594 - src/node/ext/channel.h
4595 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004596 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004597 - src/node/ext/server.h
4598 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004599 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004600 - src/node/ext/timeval.h
4601 js:
4602 - src/node/index.js
4603 - src/node/src/client.js
4604 - src/node/src/common.js
4605 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004606 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004607 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004608 - src/node/src/metadata.js
4609 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004610 name: grpc_node
4611 src:
4612 - src/node/ext/byte_buffer.cc
4613 - src/node/ext/call.cc
4614 - src/node/ext/call_credentials.cc
4615 - src/node/ext/channel.cc
4616 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004617 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004618 - src/node/ext/node_grpc.cc
4619 - src/node/ext/server.cc
4620 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004621 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004622 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004623openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004624 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004625 extraction_dir: openssl-1.0.2f
4626 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004627php_config_m4:
4628 deps:
4629 - grpc
4630 - gpr
4631 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004632 headers:
4633 - src/php/ext/grpc/byte_buffer.h
4634 - src/php/ext/grpc/call.h
4635 - src/php/ext/grpc/call_credentials.h
4636 - src/php/ext/grpc/channel.h
4637 - src/php/ext/grpc/channel_credentials.h
4638 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004639 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004640 - src/php/ext/grpc/php_grpc.h
4641 - src/php/ext/grpc/server.h
4642 - src/php/ext/grpc/server_credentials.h
4643 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004644 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004645 src:
4646 - src/php/ext/grpc/byte_buffer.c
4647 - src/php/ext/grpc/call.c
4648 - src/php/ext/grpc/call_credentials.c
4649 - src/php/ext/grpc/channel.c
4650 - src/php/ext/grpc/channel_credentials.c
4651 - src/php/ext/grpc/completion_queue.c
4652 - src/php/ext/grpc/php_grpc.c
4653 - src/php/ext/grpc/server.c
4654 - src/php/ext/grpc/server_credentials.c
4655 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004656python_dependencies:
4657 deps:
4658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004659 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004660 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004661 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004662 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004663ruby_gem:
4664 deps:
4665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004666 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004667 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004668 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004669 - z