blob: cf22f19a988504e53a3b39dae4bfa2369a8407c4 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tiller5cad46e2017-01-30 15:32:24 -080015 core_version: 3.0.0-dev
Nicolas "Pixel" Noble58796c82017-03-14 20:58:24 +010016 g_stands_for: gentle
David Garcia Quintas74cec102017-03-09 15:00:26 -080017 version: 1.3.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 Tillerf23078c2016-03-25 17:07:29 -070089 - src/core/lib/support/backoff.h
90 - src/core/lib/support/block_annotate.h
91 - src/core/lib/support/env.h
Craig Tillerb3d70102017-03-31 14:17:09 -070092 - src/core/lib/support/memory.h
Craig Tiller85db7792017-04-11 10:46:31 -070093 - src/core/lib/support/atomic.h
94 - src/core/lib/support/atomic_with_atm.h
95 - src/core/lib/support/atomic_with_std.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
Craig Tiller25834342015-09-25 08:08:24 -0700179 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/channel/channel_args.h
181 - src/core/lib/channel/channel_stack.h
182 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700183 - src/core/lib/channel/compress_filter.h
184 - src/core/lib/channel/connected_channel.h
185 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700186 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700187 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800188 - src/core/lib/channel/handshaker_factory.h
189 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/channel/http_client_filter.h
191 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700192 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/compression/algorithm_metadata.h
194 - src/core/lib/compression/message_compress.h
195 - src/core/lib/debug/trace.h
196 - src/core/lib/http/format_request.h
197 - src/core/lib/http/httpcli.h
198 - src/core/lib/http/parser.h
199 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700200 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/endpoint.h
202 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700203 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800204 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700205 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700206 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700207 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/exec_ctx.h
209 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/iocp_windows.h
211 - src/core/lib/iomgr/iomgr.h
212 - src/core/lib/iomgr/iomgr_internal.h
213 - src/core/lib/iomgr/iomgr_posix.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
235 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700236 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/tcp_posix.h
238 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700239 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700240 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/tcp_windows.h
242 - src/core/lib/iomgr/time_averaged_stats.h
243 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700244 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700246 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/iomgr/udp_server.h
248 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700249 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/wakeup_fd_pipe.h
251 - src/core/lib/iomgr/wakeup_fd_posix.h
252 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700253 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/iomgr/workqueue_windows.h
255 - src/core/lib/json/json.h
256 - src/core/lib/json/json_common.h
257 - src/core/lib/json/json_reader.h
258 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700259 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700260 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800261 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800262 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700263 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/surface/api_trace.h
265 - src/core/lib/surface/call.h
266 - src/core/lib/surface/call_test_only.h
267 - src/core/lib/surface/channel.h
268 - src/core/lib/surface/channel_init.h
269 - src/core/lib/surface/channel_stack_type.h
270 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700271 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/surface/event_string.h
273 - src/core/lib/surface/init.h
274 - src/core/lib/surface/lame_client.h
275 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800276 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700277 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800280 - src/core/lib/transport/error_utils.h
281 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/transport/metadata.h
283 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700284 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700285 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800287 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400288 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/transport/transport.h
290 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700291 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/channel/channel_args.c
293 - src/core/lib/channel/channel_stack.c
294 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/channel/compress_filter.c
296 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700297 - src/core/lib/channel/deadline_filter.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
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/channel/http_client_filter.c
302 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700303 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700304 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/compression/message_compress.c
306 - src/core/lib/debug/trace.c
307 - src/core/lib/http/format_request.c
308 - src/core/lib/http/httpcli.c
309 - src/core/lib/http/parser.c
310 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700311 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/endpoint.c
313 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700314 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700316 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700317 - src/core/lib/iomgr/ev_epoll_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
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/exec_ctx.c
321 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/iocp_windows.c
323 - src/core/lib/iomgr/iomgr.c
324 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700327 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700328 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700329 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700330 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700331 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700333 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/pollset_windows.c
335 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700336 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700337 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700338 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500340 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700341 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/iomgr/socket_utils_common_posix.c
343 - src/core/lib/iomgr/socket_utils_linux.c
344 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700345 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700346 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/iomgr/socket_windows.c
348 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/tcp_client_windows.c
351 - src/core/lib/iomgr/tcp_posix.c
352 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700353 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700354 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
355 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700356 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700357 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700358 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/iomgr/tcp_windows.c
360 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700361 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700362 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700363 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/iomgr/udp_server.c
365 - src/core/lib/iomgr/unix_sockets_posix.c
366 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700367 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700368 - src/core/lib/iomgr/wakeup_fd_eventfd.c
369 - src/core/lib/iomgr/wakeup_fd_nospecial.c
370 - src/core/lib/iomgr/wakeup_fd_pipe.c
371 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700372 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700373 - src/core/lib/iomgr/workqueue_windows.c
374 - src/core/lib/json/json.c
375 - src/core/lib/json/json_reader.c
376 - src/core/lib/json/json_string.c
377 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700378 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700379 - src/core/lib/slice/percent_encoding.c
380 - src/core/lib/slice/slice.c
381 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800382 - src/core/lib/slice/slice_hash_table.c
383 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700384 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/surface/alarm.c
386 - src/core/lib/surface/api_trace.c
387 - src/core/lib/surface/byte_buffer.c
388 - src/core/lib/surface/byte_buffer_reader.c
389 - src/core/lib/surface/call.c
390 - src/core/lib/surface/call_details.c
391 - src/core/lib/surface/call_log_batch.c
392 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700393 - src/core/lib/surface/channel_init.c
394 - src/core/lib/surface/channel_ping.c
395 - src/core/lib/surface/channel_stack_type.c
396 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700397 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700399 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700400 - src/core/lib/surface/metadata_array.c
401 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700402 - src/core/lib/surface/validate_metadata.c
403 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700404 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700406 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800407 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700408 - src/core/lib/transport/metadata.c
409 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700410 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700411 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700412 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800413 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400414 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700415 - src/core/lib/transport/transport.c
416 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700417 deps:
418 - gpr
419 uses:
420 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700421- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700422 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700423 - src/core/ext/filters/client_channel/client_channel.h
424 - src/core/ext/filters/client_channel/client_channel_factory.h
425 - src/core/ext/filters/client_channel/connector.h
426 - src/core/ext/filters/client_channel/http_connect_handshaker.h
427 - src/core/ext/filters/client_channel/http_proxy.h
428 - src/core/ext/filters/client_channel/lb_policy.h
429 - src/core/ext/filters/client_channel/lb_policy_factory.h
430 - src/core/ext/filters/client_channel/lb_policy_registry.h
431 - src/core/ext/filters/client_channel/parse_address.h
432 - src/core/ext/filters/client_channel/proxy_mapper.h
433 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
434 - src/core/ext/filters/client_channel/resolver.h
435 - src/core/ext/filters/client_channel/resolver_factory.h
436 - src/core/ext/filters/client_channel/resolver_registry.h
437 - src/core/ext/filters/client_channel/retry_throttle.h
438 - src/core/ext/filters/client_channel/subchannel.h
439 - src/core/ext/filters/client_channel/subchannel_index.h
440 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700441 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700442 - src/core/ext/filters/client_channel/channel_connectivity.c
443 - src/core/ext/filters/client_channel/client_channel.c
444 - src/core/ext/filters/client_channel/client_channel_factory.c
445 - src/core/ext/filters/client_channel/client_channel_plugin.c
446 - src/core/ext/filters/client_channel/connector.c
447 - src/core/ext/filters/client_channel/http_connect_handshaker.c
448 - src/core/ext/filters/client_channel/http_proxy.c
449 - src/core/ext/filters/client_channel/lb_policy.c
450 - src/core/ext/filters/client_channel/lb_policy_factory.c
451 - src/core/ext/filters/client_channel/lb_policy_registry.c
452 - src/core/ext/filters/client_channel/parse_address.c
453 - src/core/ext/filters/client_channel/proxy_mapper.c
454 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
455 - src/core/ext/filters/client_channel/resolver.c
456 - src/core/ext/filters/client_channel/resolver_factory.c
457 - src/core/ext/filters/client_channel/resolver_registry.c
458 - src/core/ext/filters/client_channel/retry_throttle.c
459 - src/core/ext/filters/client_channel/subchannel.c
460 - src/core/ext/filters/client_channel/subchannel_index.c
461 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700462 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700463 uses:
464 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800465- name: grpc_codegen
466 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700467 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800468 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800469 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800470 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800471 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800472 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700473 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800474 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700475 uses:
476 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700477- name: grpc_lb_policy_grpclb
478 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700479 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
480 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
481 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
482 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700483 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700484 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
485 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
486 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
487 - 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 -0800488 plugin: grpc_lb_policy_grpclb
489 uses:
490 - grpc_base
491 - grpc_client_channel
492 - nanopb
493- name: grpc_lb_policy_grpclb_secure
494 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700495 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
496 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
497 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
498 - 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 -0800499 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700500 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
501 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
502 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
503 - 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 -0700504 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700505 uses:
506 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700507 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700508 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700509 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700510- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700511 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700512 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700513 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700514 uses:
515 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700516 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700517- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700518 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700519 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700520 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700521 uses:
522 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700523 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700524- name: grpc_load_reporting
525 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700526 - src/core/ext/filters/load_reporting/load_reporting.h
527 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700528 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700529 - src/core/ext/filters/load_reporting/load_reporting.c
530 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700531 plugin: grpc_load_reporting_plugin
532 uses:
533 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700534- name: grpc_max_age_filter
535 headers:
536 - src/core/ext/filters/max_age/max_age_filter.h
537 src:
538 - src/core/ext/filters/max_age/max_age_filter.c
539 plugin: grpc_max_age_filter
540 uses:
541 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700542- name: grpc_resolver_dns_ares
543 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700544 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
545 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700546 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700547 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
548 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
549 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700550 plugin: grpc_resolver_dns_ares
551 uses:
552 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700553 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700554- name: grpc_resolver_dns_native
555 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700556 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700557 plugin: grpc_resolver_dns_native
558 uses:
559 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700560 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700561- name: grpc_resolver_sockaddr
562 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700563 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700564 plugin: grpc_resolver_sockaddr
565 uses:
566 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700567 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100568- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700569 public_headers:
570 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100571 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700572 - src/core/lib/security/context/security_context.h
573 - src/core/lib/security/credentials/composite/composite_credentials.h
574 - src/core/lib/security/credentials/credentials.h
575 - src/core/lib/security/credentials/fake/fake_credentials.h
576 - src/core/lib/security/credentials/google_default/google_default_credentials.h
577 - src/core/lib/security/credentials/iam/iam_credentials.h
578 - src/core/lib/security/credentials/jwt/json_token.h
579 - src/core/lib/security/credentials/jwt/jwt_credentials.h
580 - src/core/lib/security/credentials/jwt/jwt_verifier.h
581 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
582 - src/core/lib/security/credentials/plugin/plugin_credentials.h
583 - src/core/lib/security/credentials/ssl/ssl_credentials.h
584 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800585 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700586 - src/core/lib/security/transport/secure_endpoint.h
587 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800588 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700589 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700590 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100591 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700592 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700593 - src/core/lib/security/context/security_context.c
594 - src/core/lib/security/credentials/composite/composite_credentials.c
595 - src/core/lib/security/credentials/credentials.c
596 - src/core/lib/security/credentials/credentials_metadata.c
597 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700598 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700599 - src/core/lib/security/credentials/google_default/google_default_credentials.c
600 - src/core/lib/security/credentials/iam/iam_credentials.c
601 - src/core/lib/security/credentials/jwt/json_token.c
602 - src/core/lib/security/credentials/jwt/jwt_credentials.c
603 - src/core/lib/security/credentials/jwt/jwt_verifier.c
604 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
605 - src/core/lib/security/credentials/plugin/plugin_credentials.c
606 - src/core/lib/security/credentials/ssl/ssl_credentials.c
607 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800608 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700609 - src/core/lib/security/transport/secure_endpoint.c
610 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800611 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700612 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700613 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700614 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700615 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700616 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700617 uses:
618 - grpc_base
619 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700620 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700621- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700622 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700623 headers:
624 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700625 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800626 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700627 - test/core/end2end/fixtures/proxy.h
628 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800629 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700630 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200631 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700632 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700633 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700634 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700635 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700636 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700637 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800638 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700639 src:
640 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700641 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800642 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700643 - test/core/end2end/fixtures/proxy.c
644 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800645 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700646 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200647 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700648 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700649 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700650 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800651 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700652 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700653 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800654 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700655 deps:
656 - grpc
657 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700658- name: grpc_transport_chttp2
659 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700660 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700661 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700662 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
663 - src/core/ext/transport/chttp2/transport/frame.h
664 - src/core/ext/transport/chttp2/transport/frame_data.h
665 - src/core/ext/transport/chttp2/transport/frame_goaway.h
666 - src/core/ext/transport/chttp2/transport/frame_ping.h
667 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
668 - src/core/ext/transport/chttp2/transport/frame_settings.h
669 - src/core/ext/transport/chttp2/transport/frame_window_update.h
670 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
671 - src/core/ext/transport/chttp2/transport/hpack_parser.h
672 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700673 - src/core/ext/transport/chttp2/transport/huffsyms.h
674 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
675 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700676 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700677 - src/core/ext/transport/chttp2/transport/varint.h
678 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700679 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700680 - src/core/ext/transport/chttp2/transport/bin_encoder.c
681 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700682 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
683 - src/core/ext/transport/chttp2/transport/frame_data.c
684 - src/core/ext/transport/chttp2/transport/frame_goaway.c
685 - src/core/ext/transport/chttp2/transport/frame_ping.c
686 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
687 - src/core/ext/transport/chttp2/transport/frame_settings.c
688 - src/core/ext/transport/chttp2/transport/frame_window_update.c
689 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
690 - src/core/ext/transport/chttp2/transport/hpack_parser.c
691 - src/core/ext/transport/chttp2/transport/hpack_table.c
692 - src/core/ext/transport/chttp2/transport/huffsyms.c
693 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
694 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700695 - src/core/ext/transport/chttp2/transport/stream_lists.c
696 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700697 - src/core/ext/transport/chttp2/transport/varint.c
698 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700699 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700700 uses:
701 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700702 - grpc_transport_chttp2_alpn
703- name: grpc_transport_chttp2_alpn
704 headers:
705 - src/core/ext/transport/chttp2/alpn/alpn.h
706 src:
707 - src/core/ext/transport/chttp2/alpn/alpn.c
708 deps:
709 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800710- name: grpc_transport_chttp2_client_connector
711 headers:
712 - src/core/ext/transport/chttp2/client/chttp2_connector.h
713 src:
714 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800715 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800716 - grpc_transport_chttp2
717 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700718 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700719- name: grpc_transport_chttp2_client_insecure
720 src:
721 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700722 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700723 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800724 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700725 - grpc_transport_chttp2
726 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700727 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700728- name: grpc_transport_chttp2_client_secure
729 src:
730 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700731 uses:
732 - grpc_transport_chttp2
733 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700734 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700735 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800736 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800737- name: grpc_transport_chttp2_server
738 headers:
739 - src/core/ext/transport/chttp2/server/chttp2_server.h
740 src:
741 - src/core/ext/transport/chttp2/server/chttp2_server.c
742 uses:
743 - grpc_transport_chttp2
744 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700745- name: grpc_transport_chttp2_server_insecure
746 src:
747 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700748 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700749 uses:
750 - grpc_transport_chttp2
751 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800752 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700753- name: grpc_transport_chttp2_server_secure
754 src:
755 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700756 uses:
757 - grpc_transport_chttp2
758 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700759 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800760 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700761- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700762 public_headers:
763 - include/grpc/grpc_cronet.h
764 - include/grpc/grpc_security.h
765 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700766 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800767 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800768 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700769 src:
770 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
771 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
772 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700773 filegroups:
774 - grpc_base
775 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800776- name: nanopb
777 headers:
778 - third_party/nanopb/pb.h
779 - third_party/nanopb/pb_common.h
780 - third_party/nanopb/pb_decode.h
781 - third_party/nanopb/pb_encode.h
782 src:
783 - third_party/nanopb/pb_common.c
784 - third_party/nanopb/pb_decode.c
785 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786- name: tsi
787 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700788 - src/core/tsi/fake_transport_security.h
789 - src/core/tsi/ssl_transport_security.h
790 - src/core/tsi/ssl_types.h
791 - src/core/tsi/transport_security.h
792 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700794 - src/core/tsi/fake_transport_security.c
795 - src/core/tsi/ssl_transport_security.c
796 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700797 deps:
798 - gpr
799 secure: true
800- name: grpc++_base
801 language: c++
802 public_headers:
803 - include/grpc++/alarm.h
804 - include/grpc++/channel.h
805 - include/grpc++/client_context.h
806 - include/grpc++/completion_queue.h
807 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700808 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800809 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 - include/grpc++/generic/async_generic_service.h
811 - include/grpc++/generic/generic_stub.h
812 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800813 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800815 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700817 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 - include/grpc++/impl/grpc_library.h
819 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 - include/grpc++/impl/rpc_method.h
821 - include/grpc++/impl/rpc_service_method.h
822 - include/grpc++/impl/serialization_traits.h
823 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700824 - include/grpc++/impl/server_builder_plugin.h
825 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700827 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - include/grpc++/security/auth_context.h
829 - include/grpc++/security/auth_metadata_processor.h
830 - include/grpc++/security/credentials.h
831 - include/grpc++/security/server_credentials.h
832 - include/grpc++/server.h
833 - include/grpc++/server_builder.h
834 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700835 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - include/grpc++/support/async_stream.h
837 - include/grpc++/support/async_unary_call.h
838 - include/grpc++/support/byte_buffer.h
839 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700840 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 - include/grpc++/support/slice.h
842 - include/grpc++/support/status.h
843 - include/grpc++/support/status_code_enum.h
844 - include/grpc++/support/string_ref.h
845 - include/grpc++/support/stub_options.h
846 - include/grpc++/support/sync_stream.h
847 - include/grpc++/support/time.h
848 headers:
849 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700850 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700851 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800852 - src/cpp/server/health/default_health_check_service.h
853 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700855 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700857 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 - src/cpp/client/client_context.cc
859 - src/cpp/client/create_channel.cc
860 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700861 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700862 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700864 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700865 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700866 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700868 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700870 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800872 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700873 - src/cpp/server/create_default_thread_pool.cc
874 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800875 - src/cpp/server/health/default_health_check_service.cc
876 - src/cpp/server/health/health.pb.c
877 - src/cpp/server/health/health_check_service.cc
878 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700879 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700880 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881 - src/cpp/server/server_context.cc
882 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700883 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700884 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700885 - src/cpp/util/byte_buffer_cc.cc
886 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - src/cpp/util/status.cc
888 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700889 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700890 uses:
yang-g17487f92016-06-03 15:21:15 -0700891 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700892 - grpc_base
893 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700894- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 language: c++
896 public_headers:
897 - include/grpc++/impl/codegen/async_stream.h
898 - include/grpc++/impl/codegen/async_unary_call.h
899 - include/grpc++/impl/codegen/call.h
900 - include/grpc++/impl/codegen/call_hook.h
901 - include/grpc++/impl/codegen/channel_interface.h
902 - include/grpc++/impl/codegen/client_context.h
903 - include/grpc++/impl/codegen/client_unary_call.h
904 - include/grpc++/impl/codegen/completion_queue.h
905 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700906 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - include/grpc++/impl/codegen/core_codegen_interface.h
908 - include/grpc++/impl/codegen/create_auth_context.h
909 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800910 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700911 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700912 - include/grpc++/impl/codegen/rpc_method.h
913 - include/grpc++/impl/codegen/rpc_service_method.h
914 - include/grpc++/impl/codegen/security/auth_context.h
915 - include/grpc++/impl/codegen/serialization_traits.h
916 - include/grpc++/impl/codegen/server_context.h
917 - include/grpc++/impl/codegen/server_interface.h
918 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800919 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700920 - include/grpc++/impl/codegen/status.h
921 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700922 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700923 - include/grpc++/impl/codegen/string_ref.h
924 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700925 - include/grpc++/impl/codegen/sync_stream.h
926 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700927 uses:
928 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700929- name: grpc++_codegen_base_src
930 language: c++
931 src:
932 - src/cpp/codegen/codegen_init.cc
933 uses:
934 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700935- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700936 language: c++
937 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700938 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 uses:
yang-g17487f92016-06-03 15:21:15 -0700940 - grpc++_codegen_base
941 - grpc++_config_proto
942- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943 language: c++
944 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700946- name: grpc++_reflection_proto
947 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700948 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700949 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800950- name: grpc++_test
951 language: c++
952 public_headers:
953 - include/grpc++/test/server_context_test_spouse.h
954 deps:
955 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700956- name: thrift_util
957 language: c++
958 public_headers:
959 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700960 - include/grpc++/impl/codegen/thrift_utils.h
961 uses:
962 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100963libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800964- name: gpr
965 build: all
966 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800967 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700968 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800969 secure: false
970 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
971- name: gpr_test_util
972 build: private
973 language: c
974 headers:
975 - test/core/util/test_config.h
976 src:
977 - test/core/util/test_config.c
978 deps:
979 - gpr
980 secure: false
981 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700982- name: grpc
983 build: all
984 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700985 src:
986 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700987 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800988 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700989 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700990 filegroups:
991 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700992 - grpc_transport_chttp2_server_secure
993 - grpc_transport_chttp2_client_secure
994 - grpc_transport_chttp2_server_insecure
995 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800996 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700997 - grpc_lb_policy_pick_first
998 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700999 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001000 - grpc_resolver_dns_native
1001 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001002 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001003 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001004 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001005 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001006 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001008 vs_packages:
1009 - grpc.dependencies.openssl
1010 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001012- name: grpc_cronet
1013 build: all
1014 language: c
1015 src:
1016 - src/core/lib/surface/init.c
1017 baselib: true
1018 deps_linkage: static
1019 dll: true
1020 filegroups:
1021 - grpc_base
1022 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001023 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001024 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001025 generate_plugin_registry: true
1026 platforms:
1027 - linux
1028 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001029- name: grpc_dll
1030 build: private
1031 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001032 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001033 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001034 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001035 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001036 build_system:
1037 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001038 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001039 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001040 vs_config_type: DynamicLibrary
1041 vs_packages:
1042 - grpc.dependencies.openssl
1043 - grpc.dependencies.zlib
1044 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1045 vs_props:
1046 - zlib
1047 - openssl
1048 - winsock
1049 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050- name: grpc_test_util
1051 build: private
1052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001053 headers:
1054 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001055 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001056 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001057 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001058 - test/core/end2end/data/server1_cert.c
1059 - test/core/end2end/data/server1_key.c
1060 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001061 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001062 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001063 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001064 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001065 - grpc
1066 filegroups:
1067 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001068 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001069 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1070- name: grpc_test_util_unsecure
1071 build: private
1072 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001073 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001074 - gpr
1075 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001076 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001077 filegroups:
1078 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001079 secure: false
1080 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1081- name: grpc_unsecure
1082 build: all
1083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001084 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001085 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001086 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001088 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001089 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001090 filegroups:
1091 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001092 - grpc_transport_chttp2_server_insecure
1093 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001094 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001095 - grpc_resolver_dns_native
1096 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001097 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001098 - grpc_lb_policy_grpclb
1099 - grpc_lb_policy_pick_first
1100 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001101 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001102 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001103 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001104 secure: false
1105 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001106- name: reconnect_server
1107 build: private
1108 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001109 headers:
1110 - test/core/util/reconnect_server.h
1111 src:
1112 - test/core/util/reconnect_server.c
1113 deps:
yang-gc9fca182015-11-06 16:41:33 -08001114 - test_tcp_server
1115 - grpc_test_util
1116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001117 - gpr_test_util
1118 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001119- name: test_tcp_server
1120 build: private
1121 language: c
1122 headers:
1123 - test/core/util/test_tcp_server.h
1124 src:
1125 - test/core/util/test_tcp_server.c
1126 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001127 - grpc_test_util
1128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001129 - gpr_test_util
1130 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131- name: grpc++
1132 build: all
1133 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001134 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001135 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001136 - src/cpp/client/secure_credentials.h
1137 - src/cpp/common/secure_auth_context.h
1138 - src/cpp/server/secure_server_credentials.h
1139 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001140 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001141 - src/cpp/client/secure_credentials.cc
1142 - src/cpp/common/auth_property_iterator.cc
1143 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001144 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001145 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001146 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001147 - src/cpp/server/secure_server_credentials.cc
1148 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001149 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150 baselib: true
1151 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001152 filegroups:
1153 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001154 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001155 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001156 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001157 secure: check
1158 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001159- name: grpc++_cronet
1160 build: all
1161 language: c++
1162 src:
1163 - src/cpp/client/cronet_credentials.cc
1164 - src/cpp/client/insecure_credentials.cc
1165 - src/cpp/common/insecure_create_auth_context.cc
1166 - src/cpp/server/insecure_server_credentials.cc
1167 deps:
1168 - gpr
1169 - grpc_cronet
1170 baselib: true
1171 dll: true
1172 filegroups:
1173 - grpc++_base
1174 - grpc++_codegen_base
1175 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001176 - grpc_transport_chttp2_client_insecure
1177 - grpc_transport_chttp2_server_insecure
1178 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001179 platforms:
1180 - linux
1181 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001182- name: grpc++_proto_reflection_desc_db
1183 build: private
1184 language: c++
1185 headers:
1186 - test/cpp/util/proto_reflection_descriptor_database.h
1187 src:
1188 - test/cpp/util/proto_reflection_descriptor_database.cc
1189 deps:
1190 - grpc++
1191 filegroups:
1192 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001193 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001194- name: grpc++_reflection
1195 build: all
1196 language: c++
1197 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001198 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001199 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001200 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001201 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001202 - src/cpp/ext/proto_server_reflection.cc
1203 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001204 deps:
1205 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001206 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001207 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001208- name: grpc++_test_config
1209 build: private
1210 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001211 headers:
1212 - test/cpp/util/test_config.h
1213 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001214 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001215- name: grpc++_test_util
1216 build: private
1217 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001218 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001219 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001220 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001221 - test/cpp/util/create_test_channel.h
1222 - test/cpp/util/string_ref_helper.h
1223 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001224 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001225 src:
yang-gc8a49d22016-12-12 11:18:49 -08001226 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001227 - src/proto/grpc/testing/echo_messages.proto
1228 - src/proto/grpc/testing/echo.proto
1229 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001230 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001231 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001232 - test/cpp/util/create_test_channel.cc
1233 - test/cpp/util/string_ref_helper.cc
1234 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001235 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001236 deps:
1237 - grpc++
1238 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001239 filegroups:
1240 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001241 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001242 - grpc++_codegen_proto
1243 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001244 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245- name: grpc++_unsecure
1246 build: all
1247 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001248 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001249 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001250 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001251 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001252 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001253 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001254 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255 baselib: true
1256 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001257 filegroups:
1258 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001259 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001260 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261 secure: false
1262 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001263- name: grpc_benchmark
1264 build: test
1265 language: c++
1266 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001267 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1268 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001269 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001270 src:
1271 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001272 deps:
1273 - benchmark
1274 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001275 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001276 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001277 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001278- name: grpc_cli_libs
1279 build: private
1280 language: c++
1281 headers:
1282 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001283 - test/cpp/util/cli_credentials.h
1284 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001285 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001286 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001287 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001288 src:
1289 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001290 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001291 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001292 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001293 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001294 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001295 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001296 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001297 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001298 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001299 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001300- name: grpc_plugin_support
1301 build: protoc
1302 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001303 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001304 - src/compiler/config.h
1305 - src/compiler/cpp_generator.h
1306 - src/compiler/cpp_generator_helpers.h
1307 - src/compiler/csharp_generator.h
1308 - src/compiler/csharp_generator_helpers.h
1309 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001310 - src/compiler/node_generator.h
1311 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001312 - src/compiler/objective_c_generator.h
1313 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001314 - src/compiler/php_generator.h
1315 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301316 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001317 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301318 - src/compiler/python_generator_helpers.h
1319 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001320 - src/compiler/ruby_generator.h
1321 - src/compiler/ruby_generator_helpers-inl.h
1322 - src/compiler/ruby_generator_map-inl.h
1323 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301324 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001325 src:
1326 - src/compiler/cpp_generator.cc
1327 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001328 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001329 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001330 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001331 - src/compiler/python_generator.cc
1332 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001333 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001334 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335 secure: false
1336 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001337 vs_props:
1338 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001339- name: http2_client_main
1340 build: private
1341 language: c++
1342 headers:
1343 - test/cpp/interop/http2_client.h
1344 src:
1345 - src/proto/grpc/testing/empty.proto
1346 - src/proto/grpc/testing/messages.proto
1347 - src/proto/grpc/testing/test.proto
1348 - test/cpp/interop/http2_client.cc
1349 deps:
1350 - grpc++_test_util
1351 - grpc_test_util
1352 - grpc++
1353 - grpc
1354 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001355- name: interop_client_helper
1356 build: private
1357 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001358 headers:
1359 - test/cpp/interop/client_helper.h
1360 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001361 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001362 - test/cpp/interop/client_helper.cc
1363 deps:
1364 - grpc++_test_util
1365 - grpc_test_util
1366 - grpc++
1367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001369- name: interop_client_main
1370 build: private
1371 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001372 headers:
1373 - test/cpp/interop/interop_client.h
1374 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001375 - src/proto/grpc/testing/empty.proto
1376 - src/proto/grpc/testing/messages.proto
1377 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001378 - test/cpp/interop/client.cc
1379 - test/cpp/interop/interop_client.cc
1380 deps:
1381 - interop_client_helper
1382 - grpc++_test_util
1383 - grpc_test_util
1384 - grpc++
1385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001386 - gpr_test_util
1387 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001388 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001389- name: interop_server_helper
1390 build: private
1391 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001392 headers:
1393 - test/cpp/interop/server_helper.h
1394 src:
1395 - test/cpp/interop/server_helper.cc
1396 deps:
yang-gcc591022017-01-11 11:10:43 -08001397 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001398 - grpc_test_util
1399 - grpc++
1400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001401 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001402- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001403 build: private
1404 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001405 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001406 - src/proto/grpc/testing/empty.proto
1407 - src/proto/grpc/testing/messages.proto
1408 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001409 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001410 deps:
1411 - interop_server_helper
1412 - grpc++_test_util
1413 - grpc_test_util
1414 - grpc++
1415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001416 - gpr_test_util
1417 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001418 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001419- name: interop_server_main
1420 build: private
1421 language: c++
1422 src:
1423 - test/cpp/interop/interop_server_bootstrap.cc
1424 deps:
1425 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001426- name: qps
1427 build: private
1428 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001429 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001430 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001431 - test/cpp/qps/client.h
1432 - test/cpp/qps/driver.h
1433 - test/cpp/qps/histogram.h
1434 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001435 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001436 - test/cpp/qps/qps_worker.h
1437 - test/cpp/qps/report.h
1438 - test/cpp/qps/server.h
1439 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001440 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001441 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001442 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001443 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001444 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001445 - src/proto/grpc/testing/control.proto
1446 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001447 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001448 - test/cpp/qps/client_async.cc
1449 - test/cpp/qps/client_sync.cc
1450 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001451 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001452 - test/cpp/qps/qps_worker.cc
1453 - test/cpp/qps/report.cc
1454 - test/cpp/qps/server_async.cc
1455 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001456 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001457 deps:
1458 - grpc_test_util
1459 - grpc++_test_util
1460 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: grpc_csharp_ext
1462 build: all
1463 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001464 src:
1465 - src/csharp/ext/grpc_csharp_ext.c
1466 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001468 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001469 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001470 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001471 dll: only
1472 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001473 vs_packages:
1474 - grpc.dependencies.openssl
1475 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001476 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001477 vs_props:
1478 - zlib
1479 - openssl
1480 - winsock
1481 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001483- name: alarm_test
1484 build: test
1485 language: c
1486 src:
1487 - test/core/surface/alarm_test.c
1488 deps:
1489 - grpc_test_util
1490 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001491 - gpr_test_util
1492 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001493- name: algorithm_test
1494 build: test
1495 language: c
1496 src:
1497 - test/core/compression/algorithm_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001503- name: alloc_test
1504 build: test
1505 language: c
1506 src:
1507 - test/core/support/alloc_test.c
1508 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001509 - gpr_test_util
1510 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511- name: alpn_test
1512 build: test
1513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001514 src:
1515 - test/core/transport/chttp2/alpn_test.c
1516 deps:
1517 - grpc_test_util
1518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr_test_util
1520 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001521- name: api_fuzzer
1522 build: fuzzer
1523 language: c
1524 src:
1525 - test/core/end2end/fuzzers/api_fuzzer.c
1526 deps:
1527 - grpc_test_util
1528 - grpc
1529 - gpr_test_util
1530 - gpr
1531 corpus_dirs:
1532 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001533 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001534 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001535- name: arena_test
1536 build: test
1537 language: c
1538 src:
1539 - test/core/support/arena_test.c
1540 deps:
1541 - gpr_test_util
1542 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001543- name: bad_server_response_test
1544 build: test
1545 language: c
1546 src:
1547 - test/core/end2end/bad_server_response_test.c
1548 deps:
1549 - test_tcp_server
1550 - grpc_test_util
1551 - grpc
1552 - gpr_test_util
1553 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001554 exclude_iomgrs:
1555 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001556- name: bdp_estimator_test
1557 build: test
1558 language: c
1559 src:
1560 - test/core/transport/bdp_estimator_test.c
1561 deps:
1562 - grpc_test_util
1563 - grpc
1564 - gpr_test_util
1565 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001566- name: bin_decoder_test
1567 build: test
1568 language: c
1569 src:
1570 - test/core/transport/chttp2/bin_decoder_test.c
1571 deps:
1572 - grpc_test_util
1573 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001574- name: bin_encoder_test
1575 build: test
1576 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001577 src:
1578 - test/core/transport/chttp2/bin_encoder_test.c
1579 deps:
1580 - grpc_test_util
1581 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001582- name: census_context_test
1583 build: test
1584 language: c
1585 src:
1586 - test/core/census/context_test.c
1587 deps:
1588 - grpc_test_util
1589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001590 - gpr_test_util
1591 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001592- name: census_resource_test
1593 build: test
1594 language: c
1595 src:
1596 - test/core/census/resource_test.c
1597 deps:
1598 - grpc_test_util
1599 - grpc
1600 - gpr_test_util
1601 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001602- name: census_trace_context_test
1603 build: test
1604 language: c
1605 src:
1606 - test/core/census/trace_context_test.c
1607 deps:
1608 - grpc_test_util
1609 - grpc
1610 - gpr_test_util
1611 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001612- name: channel_create_test
1613 build: test
1614 language: c
1615 src:
1616 - test/core/surface/channel_create_test.c
1617 deps:
1618 - grpc_test_util
1619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 - gpr_test_util
1621 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001622- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623 build: test
1624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001625 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001626 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001627 deps:
1628 - grpc_test_util
1629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001630 - gpr_test_util
1631 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001632- name: chttp2_stream_map_test
1633 build: test
1634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001635 src:
1636 - test/core/transport/chttp2/stream_map_test.c
1637 deps:
1638 - grpc_test_util
1639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001640 - gpr_test_util
1641 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001642- name: chttp2_varint_test
1643 build: test
1644 language: c
1645 src:
1646 - test/core/transport/chttp2/varint_test.c
1647 deps:
1648 - grpc_test_util
1649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001650 - gpr_test_util
1651 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001652- name: client_fuzzer
1653 build: fuzzer
1654 language: c
1655 src:
1656 - test/core/end2end/fuzzers/client_fuzzer.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
1660 - gpr_test_util
1661 - gpr
1662 corpus_dirs:
1663 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001664 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001665 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001666- name: combiner_test
1667 cpu_cost: 30
1668 build: test
1669 language: c
1670 src:
1671 - test/core/iomgr/combiner_test.c
1672 deps:
1673 - grpc_test_util
1674 - grpc
1675 - gpr_test_util
1676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: compression_test
1678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/compression/compression_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001685 - gpr_test_util
1686 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001687- name: concurrent_connectivity_test
1688 build: test
1689 language: c
1690 src:
1691 - test/core/surface/concurrent_connectivity_test.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
1695 - gpr_test_util
1696 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001697 exclude_iomgrs:
1698 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001699- name: connection_refused_test
1700 cpu_cost: 0.1
1701 build: test
1702 language: c
1703 src:
1704 - test/core/end2end/connection_refused_test.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
1708 - gpr_test_util
1709 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001710- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001711 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001712 build: test
1713 language: c
1714 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001715 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001716 deps:
1717 - grpc_test_util
1718 - grpc
1719 - gpr_test_util
1720 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001721 exclude_iomgrs:
1722 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001723- name: dns_resolver_test
1724 build: test
1725 language: c
1726 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001727 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001728 deps:
1729 - grpc_test_util
1730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 - gpr_test_util
1732 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001733- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001734 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735 build: test
1736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001737 src:
1738 - test/core/end2end/dualstack_socket_test.c
1739 deps:
1740 - grpc_test_util
1741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001742 - gpr_test_util
1743 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001744 exclude_iomgrs:
1745 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001746 platforms:
1747 - mac
1748 - linux
1749 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001750- name: endpoint_pair_test
1751 build: test
1752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001753 src:
1754 - test/core/iomgr/endpoint_pair_test.c
1755 deps:
1756 - grpc_test_util
1757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001758 - gpr_test_util
1759 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001760 exclude_iomgrs:
1761 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001762- name: error_test
1763 cpu_cost: 30
1764 build: test
1765 language: c
1766 src:
1767 - test/core/iomgr/error_test.c
1768 deps:
1769 - grpc_test_util
1770 - grpc
1771 - gpr_test_util
1772 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001773- name: ev_epoll_linux_test
1774 build: test
1775 language: c
1776 src:
1777 - test/core/iomgr/ev_epoll_linux_test.c
1778 deps:
1779 - grpc_test_util
1780 - grpc
1781 - gpr_test_util
1782 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001783 exclude_iomgrs:
1784 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001785 platforms:
1786 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: fd_conservation_posix_test
1788 build: test
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - test/core/iomgr/fd_conservation_posix_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr_test_util
1796 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001797 exclude_iomgrs:
1798 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001799 platforms:
1800 - mac
1801 - linux
1802 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001803- name: fd_posix_test
1804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
1807 - test/core/iomgr/fd_posix_test.c
1808 deps:
1809 - grpc_test_util
1810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001813 exclude_iomgrs:
1814 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001815 platforms:
1816 - mac
1817 - linux
1818 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819- name: fling_client
1820 build: test
1821 run: false
1822 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001823 src:
1824 - test/core/fling/client.c
1825 deps:
1826 - grpc_test_util
1827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830- name: fling_server
1831 build: test
1832 run: false
1833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001834 src:
1835 - test/core/fling/server.c
1836 deps:
1837 - grpc_test_util
1838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001842 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001843 build: test
1844 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001845 src:
1846 - test/core/fling/fling_stream_test.c
1847 deps:
1848 - grpc_test_util
1849 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001850 - gpr_test_util
1851 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001852 platforms:
1853 - mac
1854 - linux
1855 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001857 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858 build: test
1859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001860 src:
1861 - test/core/fling/fling_test.c
1862 deps:
1863 - grpc_test_util
1864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001865 - gpr_test_util
1866 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001867 platforms:
1868 - mac
1869 - linux
1870 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001871- name: gen_hpack_tables
1872 build: tool
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - tools/codegen/core/gen_hpack_tables.c
1876 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001878 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: gen_legal_metadata_characters
1880 build: tool
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001884 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001885- name: gen_percent_encoding_tables
1886 build: tool
1887 language: c
1888 src:
1889 - tools/codegen/core/gen_percent_encoding_tables.c
1890 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001891- name: goaway_server_test
1892 cpu_cost: 0.1
1893 build: test
1894 language: c
1895 src:
1896 - test/core/end2end/goaway_server_test.c
1897 deps:
1898 - grpc_test_util
1899 - grpc
1900 - gpr_test_util
1901 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001902 exclude_iomgrs:
1903 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001904 platforms:
1905 - mac
1906 - linux
1907 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001908- name: gpr_avl_test
1909 build: test
1910 language: c
1911 src:
1912 - test/core/support/avl_test.c
1913 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001916- name: gpr_backoff_test
1917 build: test
1918 language: c
1919 src:
1920 - test/core/support/backoff_test.c
1921 deps:
1922 - gpr_test_util
1923 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001924- name: gpr_cmdline_test
1925 build: test
1926 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001927 src:
1928 - test/core/support/cmdline_test.c
1929 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001932- name: gpr_cpu_test
1933 build: test
1934 language: c
1935 src:
1936 - test/core/support/cpu_test.c
1937 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001938 - gpr_test_util
1939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: gpr_env_test
1941 build: test
1942 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001943 src:
1944 - test/core/support/env_test.c
1945 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001948- name: gpr_histogram_test
1949 build: test
1950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001951 src:
1952 - test/core/support/histogram_test.c
1953 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956- name: gpr_host_port_test
1957 build: test
1958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
1960 - test/core/support/host_port_test.c
1961 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001964- name: gpr_log_test
1965 build: test
1966 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001967 src:
1968 - test/core/support/log_test.c
1969 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001970 - gpr_test_util
1971 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001972- name: gpr_mpscq_test
1973 cpu_cost: 30
1974 build: test
1975 language: c
1976 src:
1977 - test/core/support/mpscq_test.c
1978 deps:
1979 - gpr_test_util
1980 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001981- name: gpr_spinlock_test
1982 cpu_cost: 10
1983 build: test
1984 language: c
1985 src:
1986 - test/core/support/spinlock_test.c
1987 deps:
1988 - gpr_test_util
1989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001991 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992 build: test
1993 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001994 src:
1995 - test/core/support/stack_lockfree_test.c
1996 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001997 - gpr_test_util
1998 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001999- name: gpr_string_test
2000 build: test
2001 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002002 src:
2003 - test/core/support/string_test.c
2004 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002008 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009 build: test
2010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
2012 - test/core/support/sync_test.c
2013 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr_test_util
2015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002017 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002018 build: test
2019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002020 src:
2021 - test/core/support/thd_test.c
2022 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 - gpr_test_util
2024 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002025- name: gpr_time_test
2026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
2029 - test/core/support/time_test.c
2030 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002031 - gpr_test_util
2032 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002033- name: gpr_tls_test
2034 build: test
2035 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002036 src:
2037 - test/core/support/tls_test.c
2038 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002039 - gpr_test_util
2040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002041- name: gpr_useful_test
2042 build: test
2043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002044 src:
2045 - test/core/support/useful_test.c
2046 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002049- name: grpc_auth_context_test
2050 build: test
2051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002052 src:
2053 - test/core/security/auth_context_test.c
2054 deps:
2055 - grpc_test_util
2056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr_test_util
2058 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002059- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002060 build: test
2061 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002062 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002063 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002064 deps:
2065 - grpc_test_util
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002069- name: grpc_byte_buffer_reader_test
2070 build: test
2071 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002072 src:
2073 - test/core/surface/byte_buffer_reader_test.c
2074 deps:
2075 - grpc_test_util
2076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 - gpr_test_util
2078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: grpc_channel_args_test
2080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/core/channel/channel_args_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: grpc_channel_stack_test
2090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/channel/channel_stack_test.c
2094 deps:
2095 - grpc_test_util
2096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: grpc_completion_queue_test
2100 build: test
2101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
2103 - test/core/surface/completion_queue_test.c
2104 deps:
2105 - grpc_test_util
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002109- name: grpc_completion_queue_threading_test
2110 build: test
2111 language: c
2112 src:
2113 - test/core/surface/completion_queue_threading_test.c
2114 deps:
2115 - grpc_test_util
2116 - grpc
2117 - gpr_test_util
2118 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002119 exclude_iomgrs:
2120 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121- name: grpc_create_jwt
2122 build: tool
2123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002124 src:
2125 - test/core/security/create_jwt.c
2126 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002129 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002130- name: grpc_credentials_test
2131 build: test
2132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002133 src:
2134 - test/core/security/credentials_test.c
2135 deps:
2136 - grpc_test_util
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002141 build: test
2142 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
2145 - test/core/security/fetch_oauth2.c
2146 deps:
2147 - grpc_test_util
2148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002149 - gpr_test_util
2150 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002151- name: grpc_invalid_channel_args_test
2152 build: test
2153 language: c
2154 src:
2155 - test/core/surface/invalid_channel_args_test.c
2156 deps:
2157 - grpc_test_util
2158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161- name: grpc_json_token_test
2162 build: test
2163 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
2165 - test/core/security/json_token_test.c
2166 deps:
2167 - grpc_test_util
2168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002171 platforms:
2172 - linux
2173 - posix
2174 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002175- name: grpc_jwt_verifier_test
2176 build: test
2177 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002178 src:
2179 - test/core/security/jwt_verifier_test.c
2180 deps:
2181 - grpc_test_util
2182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002183 - gpr_test_util
2184 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002185- name: grpc_print_google_default_creds_token
2186 build: tool
2187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002188 src:
2189 - test/core/security/print_google_default_creds_token.c
2190 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002193- name: grpc_security_connector_test
2194 build: test
2195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002196 src:
2197 - test/core/security/security_connector_test.c
2198 deps:
2199 - grpc_test_util
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203- name: grpc_verify_jwt
2204 build: tool
2205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002206 src:
2207 - test/core/security/verify_jwt.c
2208 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002210 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002211- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002212 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002213 language: c
2214 src:
2215 - test/core/handshake/client_ssl.c
2216 deps:
2217 - grpc_test_util
2218 - grpc
2219 - gpr_test_util
2220 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002221 exclude_iomgrs:
2222 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002223 platforms:
2224 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002225 secure: true
2226- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002227 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002228 language: c
2229 src:
2230 - test/core/handshake/server_ssl.c
2231 deps:
2232 - grpc_test_util
2233 - grpc
2234 - gpr_test_util
2235 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002236 platforms:
2237 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002238 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002239- name: hpack_parser_fuzzer_test
2240 build: fuzzer
2241 language: c
2242 src:
2243 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2244 deps:
2245 - grpc_test_util
2246 - grpc
2247 - gpr_test_util
2248 - gpr
2249 corpus_dirs:
2250 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002251 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002252 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: hpack_parser_test
2254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
2257 - test/core/transport/chttp2/hpack_parser_test.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002263- name: hpack_table_test
2264 build: test
2265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
2267 - test/core/transport/chttp2/hpack_table_test.c
2268 deps:
2269 - grpc_test_util
2270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002271 - gpr_test_util
2272 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002273- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002274 build: test
2275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002276 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002277 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002278 deps:
2279 - grpc_test_util
2280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002281 - gpr_test_util
2282 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002283- name: http_request_fuzzer_test
2284 build: fuzzer
2285 language: c
2286 src:
2287 - test/core/http/request_fuzzer.c
2288 deps:
2289 - grpc_test_util
2290 - grpc
2291 - gpr_test_util
2292 - gpr
2293 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002294 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002295 maxlen: 2048
2296- name: http_response_fuzzer_test
2297 build: fuzzer
2298 language: c
2299 src:
2300 - test/core/http/response_fuzzer.c
2301 deps:
2302 - grpc_test_util
2303 - grpc
2304 - gpr_test_util
2305 - gpr
2306 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002307 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002308 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002309- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002313 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002320 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002324 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002330 platforms:
2331 - mac
2332 - linux
2333 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002334- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002335 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002336 build: test
2337 language: c
2338 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002339 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002340 deps:
2341 - grpc_test_util
2342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002343 - gpr_test_util
2344 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002345 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002346 - linux
yang-gf1183302015-12-07 16:02:05 -08002347- name: init_test
2348 build: test
2349 language: c
2350 src:
2351 - test/core/surface/init_test.c
2352 deps:
2353 - grpc_test_util
2354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002355 - gpr_test_util
2356 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002357- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002358 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002359 build: test
2360 language: c
2361 src:
2362 - test/core/end2end/invalid_call_argument_test.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002368- name: json_fuzzer_test
2369 build: fuzzer
2370 language: c
2371 src:
2372 - test/core/json/fuzzer.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
2376 - gpr_test_util
2377 - gpr
2378 corpus_dirs:
2379 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002380 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381- name: json_rewrite
2382 build: test
2383 run: false
2384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002385 src:
2386 - test/core/json/json_rewrite.c
2387 deps:
2388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390- name: json_rewrite_test
2391 build: test
2392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002393 src:
2394 - test/core/json/json_rewrite_test.c
2395 deps:
2396 - grpc_test_util
2397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr_test_util
2399 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002400- name: json_stream_error_test
2401 build: test
2402 language: c
2403 src:
2404 - test/core/json/json_stream_error_test.c
2405 deps:
2406 - grpc_test_util
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: json_test
2411 build: test
2412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002413 src:
2414 - test/core/json/json_test.c
2415 deps:
2416 - grpc_test_util
2417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002418 - gpr_test_util
2419 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420- name: lame_client_test
2421 build: test
2422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - test/core/surface/lame_client_test.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002430- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002431 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002432 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002433 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002436 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002437 deps:
2438 - grpc_test_util
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002442- name: load_file_test
2443 build: test
2444 language: c
2445 src:
2446 - test/core/iomgr/load_file_test.c
2447 deps:
2448 - grpc_test_util
2449 - grpc
2450 - gpr_test_util
2451 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002452- name: low_level_ping_pong_benchmark
2453 build: benchmark
2454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002455 src:
2456 - test/core/network_benchmarks/low_level_ping_pong.c
2457 deps:
2458 - grpc_test_util
2459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002460 - gpr_test_util
2461 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002462 platforms:
2463 - mac
2464 - linux
2465 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002466- name: memory_profile_client
2467 build: test
2468 run: false
2469 language: c
2470 src:
2471 - test/core/memory_usage/client.c
2472 deps:
2473 - grpc_test_util
2474 - grpc
2475 - gpr_test_util
2476 - gpr
2477- name: memory_profile_server
2478 build: test
2479 run: false
2480 language: c
2481 src:
2482 - test/core/memory_usage/server.c
2483 deps:
2484 - grpc_test_util
2485 - grpc
2486 - gpr_test_util
2487 - gpr
2488- name: memory_profile_test
2489 cpu_cost: 1.5
2490 build: test
2491 language: c
2492 src:
2493 - test/core/memory_usage/memory_usage_test.c
2494 deps:
2495 - grpc_test_util
2496 - grpc
2497 - gpr_test_util
2498 - gpr
2499 platforms:
2500 - mac
2501 - linux
2502 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002503- name: message_compress_test
2504 build: test
2505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002506 src:
2507 - test/core/compression/message_compress_test.c
2508 deps:
2509 - grpc_test_util
2510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002511 - gpr_test_util
2512 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002513- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002514 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002515 build: test
2516 language: c
2517 src:
2518 - test/core/census/mlog_test.c
2519 deps:
2520 - grpc_test_util
2521 - grpc
2522 - gpr_test_util
2523 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002524- name: multiple_server_queues_test
2525 build: test
2526 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002527 src:
2528 - test/core/end2end/multiple_server_queues_test.c
2529 deps:
2530 - grpc_test_util
2531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002532 - gpr_test_util
2533 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002534- name: murmur_hash_test
2535 build: test
2536 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002537 src:
2538 - test/core/support/murmur_hash_test.c
2539 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002540 - gpr_test_util
2541 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002542- name: nanopb_fuzzer_response_test
2543 build: fuzzer
2544 language: c
2545 src:
2546 - test/core/nanopb/fuzzer_response.c
2547 deps:
2548 - grpc_test_util
2549 - grpc
2550 - gpr_test_util
2551 - gpr
2552 corpus_dirs:
2553 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002554 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002555- name: nanopb_fuzzer_serverlist_test
2556 build: fuzzer
2557 language: c
2558 src:
2559 - test/core/nanopb/fuzzer_serverlist.c
2560 deps:
2561 - grpc_test_util
2562 - grpc
2563 - gpr_test_util
2564 - gpr
2565 corpus_dirs:
2566 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002567 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002569 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570 build: test
2571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002572 src:
2573 - test/core/end2end/no_server_test.c
2574 deps:
2575 - grpc_test_util
2576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002577 - gpr_test_util
2578 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002579- name: parse_address_test
2580 build: test
2581 language: c
2582 src:
2583 - test/core/client_channel/parse_address_test.c
2584 deps:
2585 - grpc_test_util
2586 - grpc
2587 - gpr_test_util
2588 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002589- name: percent_decode_fuzzer
2590 build: fuzzer
2591 language: c
2592 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002593 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002594 deps:
2595 - grpc_test_util
2596 - grpc
2597 - gpr_test_util
2598 - gpr
2599 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002600 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002601 maxlen: 32
2602- name: percent_encode_fuzzer
2603 build: fuzzer
2604 language: c
2605 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002606 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002607 deps:
2608 - grpc_test_util
2609 - grpc
2610 - gpr_test_util
2611 - gpr
2612 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002613 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002614 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002615- name: percent_encoding_test
2616 build: test
2617 language: c
2618 src:
2619 - test/core/slice/percent_encoding_test.c
2620 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002621 - grpc_test_util
2622 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002623 - gpr_test_util
2624 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002625- name: pollset_set_test
2626 build: test
2627 language: c
2628 src:
2629 - test/core/iomgr/pollset_set_test.c
2630 deps:
2631 - grpc_test_util
2632 - grpc
2633 - gpr_test_util
2634 - gpr
2635 exclude_iomgrs:
2636 - uv
2637 platforms:
2638 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002639- name: resolve_address_posix_test
2640 build: test
2641 language: c
2642 src:
2643 - test/core/iomgr/resolve_address_posix_test.c
2644 deps:
2645 - grpc_test_util
2646 - grpc
2647 - gpr_test_util
2648 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002649 exclude_iomgrs:
2650 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002651 platforms:
2652 - mac
2653 - linux
2654 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002655- name: resolve_address_test
2656 build: test
2657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002658 src:
2659 - test/core/iomgr/resolve_address_test.c
2660 deps:
2661 - grpc_test_util
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002665- name: resource_quota_test
2666 cpu_cost: 30
2667 build: test
2668 language: c
2669 src:
2670 - test/core/iomgr/resource_quota_test.c
2671 deps:
2672 - grpc_test_util
2673 - grpc
2674 - gpr_test_util
2675 - gpr
yang-gd482e592015-12-10 14:04:00 -08002676- name: secure_channel_create_test
2677 build: test
2678 language: c
2679 src:
2680 - test/core/surface/secure_channel_create_test.c
2681 deps:
2682 - grpc_test_util
2683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002684 - gpr_test_util
2685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002686- name: secure_endpoint_test
2687 build: test
2688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002689 src:
2690 - test/core/security/secure_endpoint_test.c
2691 deps:
2692 - grpc_test_util
2693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002694 - gpr_test_util
2695 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002696 exclude_iomgrs:
2697 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002698- name: sequential_connectivity_test
2699 build: test
2700 language: c
2701 src:
2702 - test/core/surface/sequential_connectivity_test.c
2703 deps:
2704 - grpc_test_util
2705 - grpc
2706 - gpr_test_util
2707 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002708 exclude_iomgrs:
2709 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002710- name: server_chttp2_test
2711 build: test
2712 language: c
2713 src:
2714 - test/core/surface/server_chttp2_test.c
2715 deps:
2716 - grpc_test_util
2717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002718 - gpr_test_util
2719 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002720- name: server_fuzzer
2721 build: fuzzer
2722 language: c
2723 src:
2724 - test/core/end2end/fuzzers/server_fuzzer.c
2725 deps:
2726 - grpc_test_util
2727 - grpc
2728 - gpr_test_util
2729 - gpr
2730 corpus_dirs:
2731 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002732 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002733 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002734- name: server_test
2735 build: test
2736 language: c
2737 src:
2738 - test/core/surface/server_test.c
2739 deps:
2740 - grpc_test_util
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr_test_util
2743 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002744- name: slice_buffer_test
2745 build: test
2746 language: c
2747 src:
2748 - test/core/slice/slice_buffer_test.c
2749 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002750 - grpc_test_util
2751 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002752 - gpr_test_util
2753 - gpr
2754- name: slice_string_helpers_test
2755 build: test
2756 language: c
2757 src:
2758 - test/core/slice/slice_string_helpers_test.c
2759 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002760 - grpc_test_util
2761 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002762 - gpr_test_util
2763 - gpr
2764- name: slice_test
2765 build: test
2766 language: c
2767 src:
2768 - test/core/slice/slice_test.c
2769 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002770 - grpc_test_util
2771 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002772 - gpr_test_util
2773 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002774- name: sockaddr_resolver_test
2775 build: test
2776 language: c
2777 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002778 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002779 deps:
2780 - grpc_test_util
2781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002782 - gpr_test_util
2783 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002784- name: sockaddr_utils_test
2785 build: test
2786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002787 src:
2788 - test/core/iomgr/sockaddr_utils_test.c
2789 deps:
2790 - grpc_test_util
2791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002792 - gpr_test_util
2793 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002794- name: socket_utils_test
2795 build: test
2796 language: c
2797 src:
2798 - test/core/iomgr/socket_utils_test.c
2799 deps:
2800 - grpc_test_util
2801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002802 - gpr_test_util
2803 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002804 exclude_iomgrs:
2805 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002806 platforms:
2807 - mac
2808 - linux
2809 - posix
yang-g31e21282016-11-04 15:10:03 -07002810- name: ssl_server_fuzzer
2811 build: fuzzer
2812 language: c
2813 src:
2814 - test/core/security/ssl_server_fuzzer.c
2815 deps:
2816 - grpc_test_util
2817 - grpc
2818 - gpr_test_util
2819 - gpr
2820 corpus_dirs:
2821 - test/core/security/corpus/ssl_server_corpus
2822 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002823- name: status_conversion_test
2824 build: test
2825 language: c
2826 src:
2827 - test/core/transport/status_conversion_test.c
2828 deps:
2829 - grpc_test_util
2830 - grpc
2831 - gpr_test_util
2832 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002833- name: stream_owned_slice_test
2834 build: test
2835 language: c
2836 src:
2837 - test/core/transport/stream_owned_slice_test.c
2838 deps:
2839 - grpc_test_util
2840 - grpc
2841 - gpr_test_util
2842 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002843- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002844 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845 build: test
2846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002847 src:
2848 - test/core/iomgr/tcp_client_posix_test.c
2849 deps:
2850 - grpc_test_util
2851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002852 - gpr_test_util
2853 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002854 exclude_iomgrs:
2855 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002856 platforms:
2857 - mac
2858 - linux
2859 - posix
murgatroid991191b722017-02-08 11:56:52 -08002860- name: tcp_client_uv_test
2861 cpu_cost: 0.5
2862 build: test
2863 language: c
2864 src:
2865 - test/core/iomgr/tcp_client_uv_test.c
2866 deps:
2867 - grpc_test_util
2868 - grpc
2869 - gpr_test_util
2870 - gpr
2871 exclude_iomgrs:
2872 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002873- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002874 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002875 build: test
2876 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002877 src:
2878 - test/core/iomgr/tcp_posix_test.c
2879 deps:
2880 - grpc_test_util
2881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002882 - gpr_test_util
2883 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002884 exclude_iomgrs:
2885 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002886 platforms:
2887 - mac
2888 - linux
2889 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002890- name: tcp_server_posix_test
2891 build: test
2892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002893 src:
2894 - test/core/iomgr/tcp_server_posix_test.c
2895 deps:
2896 - grpc_test_util
2897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002898 - gpr_test_util
2899 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002900 exclude_iomgrs:
2901 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002902 platforms:
2903 - mac
2904 - linux
2905 - posix
murgatroid991191b722017-02-08 11:56:52 -08002906- name: tcp_server_uv_test
2907 build: test
2908 language: c
2909 src:
2910 - test/core/iomgr/tcp_server_uv_test.c
2911 deps:
2912 - grpc_test_util
2913 - grpc
2914 - gpr_test_util
2915 - gpr
2916 exclude_iomgrs:
2917 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002918- name: time_averaged_stats_test
2919 build: test
2920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002921 src:
2922 - test/core/iomgr/time_averaged_stats_test.c
2923 deps:
2924 - grpc_test_util
2925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002926 - gpr_test_util
2927 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002928- name: timeout_encoding_test
2929 build: test
2930 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002931 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002932 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002933 deps:
2934 - grpc_test_util
2935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002936 - gpr_test_util
2937 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002938- name: timer_heap_test
2939 build: test
2940 language: c
2941 src:
2942 - test/core/iomgr/timer_heap_test.c
2943 deps:
2944 - grpc_test_util
2945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002946 - gpr_test_util
2947 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002948 exclude_iomgrs:
2949 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002950- name: timer_list_test
2951 build: test
2952 language: c
2953 src:
2954 - test/core/iomgr/timer_list_test.c
2955 deps:
2956 - grpc_test_util
2957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002958 - gpr_test_util
2959 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002960 exclude_iomgrs:
2961 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002962- name: transport_connectivity_state_test
2963 build: test
2964 language: c
2965 src:
2966 - test/core/transport/connectivity_state_test.c
2967 deps:
2968 - grpc_test_util
2969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002970 - gpr_test_util
2971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972- name: transport_metadata_test
2973 build: test
2974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002975 src:
2976 - test/core/transport/metadata_test.c
2977 deps:
2978 - grpc_test_util
2979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002980 - gpr_test_util
2981 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002982- name: transport_pid_controller_test
2983 build: test
2984 language: c
2985 src:
2986 - test/core/transport/pid_controller_test.c
2987 deps:
2988 - grpc_test_util
2989 - grpc
2990 - gpr_test_util
2991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002992- name: transport_security_test
2993 build: test
2994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002995 src:
2996 - test/core/tsi/transport_security_test.c
2997 deps:
2998 - grpc_test_util
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr_test_util
3001 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003002 platforms:
3003 - linux
3004 - posix
3005 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006- name: udp_server_test
3007 build: test
3008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003009 src:
3010 - test/core/iomgr/udp_server_test.c
3011 deps:
3012 - grpc_test_util
3013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003014 - gpr_test_util
3015 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003016 exclude_iomgrs:
3017 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003018 platforms:
3019 - mac
3020 - linux
3021 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003022- name: uri_fuzzer_test
3023 build: fuzzer
3024 language: c
3025 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003026 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003027 deps:
3028 - grpc_test_util
3029 - grpc
3030 - gpr_test_util
3031 - gpr
3032 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003033 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003034 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003035- name: uri_parser_test
3036 build: test
3037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003038 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003039 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003040 deps:
3041 - grpc_test_util
3042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003043 - gpr_test_util
3044 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003045- name: wakeup_fd_cv_test
3046 build: test
3047 language: c
3048 src:
3049 - test/core/iomgr/wakeup_fd_cv_test.c
3050 deps:
3051 - grpc_test_util
3052 - grpc
3053 - gpr_test_util
3054 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003055 exclude_iomgrs:
3056 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003057 platforms:
3058 - mac
3059 - linux
3060 - posix
vjpai04e992a2016-02-10 16:58:38 -08003061- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003062 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003063 build: test
3064 language: c++
3065 src:
3066 - test/cpp/common/alarm_cpp_test.cc
3067 deps:
3068 - grpc++_test_util
3069 - grpc_test_util
3070 - grpc++
3071 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003072 - gpr_test_util
3073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003075 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003076 build: test
3077 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003078 src:
3079 - test/cpp/end2end/async_end2end_test.cc
3080 deps:
3081 - grpc++_test_util
3082 - grpc_test_util
3083 - grpc++
3084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003085 - gpr_test_util
3086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003087- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003088 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003089 build: test
3090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003091 src:
3092 - test/cpp/common/auth_property_iterator_test.cc
3093 deps:
3094 - grpc++_test_util
3095 - grpc_test_util
3096 - grpc++
3097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003098 - gpr_test_util
3099 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003100- name: bm_arena
3101 build: test
3102 language: c++
3103 src:
3104 - test/cpp/microbenchmarks/bm_arena.cc
3105 deps:
3106 - grpc_benchmark
3107 - benchmark
3108 - grpc++_test_util
3109 - grpc_test_util
3110 - grpc++
3111 - grpc
3112 - gpr_test_util
3113 - gpr
3114 args:
3115 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003116 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003117 platforms:
3118 - mac
3119 - linux
3120 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003121- name: bm_call_create
3122 build: test
3123 language: c++
3124 src:
3125 - test/cpp/microbenchmarks/bm_call_create.cc
3126 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003127 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003128 - benchmark
3129 - grpc++_test_util
3130 - grpc_test_util
3131 - grpc++
3132 - grpc
3133 - gpr_test_util
3134 - gpr
3135 args:
3136 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003137 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003138 platforms:
3139 - mac
3140 - linux
3141 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003142- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003143 build: test
3144 language: c++
3145 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003146 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003147 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003148 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003149 - benchmark
3150 - grpc++_test_util
3151 - grpc_test_util
3152 - grpc++
3153 - grpc
3154 - gpr_test_util
3155 - gpr
3156 args:
3157 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003158 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003159 platforms:
3160 - mac
3161 - linux
3162 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003163- name: bm_chttp2_transport
3164 build: test
3165 language: c++
3166 src:
3167 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3168 deps:
3169 - grpc_benchmark
3170 - benchmark
3171 - grpc++_test_util
3172 - grpc_test_util
3173 - grpc++
3174 - grpc
3175 - gpr_test_util
3176 - gpr
3177 args:
3178 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003179 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003180 platforms:
3181 - mac
3182 - linux
3183 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003184- name: bm_closure
3185 build: test
3186 language: c++
3187 src:
3188 - test/cpp/microbenchmarks/bm_closure.cc
3189 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003190 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003191 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003192 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003193 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003194 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003195 - grpc
3196 - gpr_test_util
3197 - gpr
3198 args:
3199 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003200 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003201 platforms:
3202 - mac
3203 - linux
3204 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003205- name: bm_cq
3206 build: test
3207 language: c++
3208 src:
3209 - test/cpp/microbenchmarks/bm_cq.cc
3210 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003211 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003212 - benchmark
3213 - grpc++_test_util
3214 - grpc_test_util
3215 - grpc++
3216 - grpc
3217 - gpr_test_util
3218 - gpr
3219 args:
3220 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003221 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003222 platforms:
3223 - mac
3224 - linux
3225 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003226- name: bm_cq_multiple_threads
3227 build: test
3228 language: c++
3229 src:
3230 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3231 deps:
3232 - grpc_benchmark
3233 - benchmark
3234 - grpc++_test_util
3235 - grpc_test_util
3236 - grpc++
3237 - grpc
3238 - gpr_test_util
3239 - gpr
3240 args:
3241 - --benchmark_min_time=0
3242 defaults: benchmark
3243 platforms:
3244 - mac
3245 - linux
3246 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003247- name: bm_error
3248 build: test
3249 language: c++
3250 src:
3251 - test/cpp/microbenchmarks/bm_error.cc
3252 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003253 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003254 - benchmark
3255 - grpc++_test_util
3256 - grpc_test_util
3257 - grpc++
3258 - grpc
3259 - gpr_test_util
3260 - gpr
3261 args:
3262 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003263 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003264 platforms:
3265 - mac
3266 - linux
3267 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003268- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003269 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003270 language: c++
3271 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003272 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003273 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003274 - grpc_benchmark
3275 - benchmark
3276 - grpc++_test_util
3277 - grpc_test_util
3278 - grpc++
3279 - grpc
3280 - gpr_test_util
3281 - gpr
3282 args:
3283 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003284 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003285 excluded_poll_engines:
3286 - poll
3287 - poll-cv
3288 platforms:
3289 - mac
3290 - linux
3291 - posix
3292 timeout_seconds: 1200
3293- name: bm_fullstack_streaming_pump
3294 build: test
3295 language: c++
3296 src:
3297 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003298 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003299 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003300 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003301 - grpc++_test_util
3302 - grpc_test_util
3303 - grpc++
3304 - grpc
3305 - gpr_test_util
3306 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003307 args:
3308 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003309 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003310 excluded_poll_engines:
3311 - poll
3312 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003313 platforms:
3314 - mac
3315 - linux
3316 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003317 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003318- name: bm_fullstack_trickle
3319 build: test
3320 language: c++
3321 src:
3322 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3323 deps:
3324 - grpc_benchmark
3325 - benchmark
3326 - grpc++_test_util
3327 - grpc_test_util
3328 - grpc++
3329 - grpc
3330 - gpr_test_util
3331 - gpr
3332 args:
3333 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003334 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003335 excluded_poll_engines:
3336 - poll
3337 - poll-cv
3338 platforms:
3339 - mac
3340 - linux
3341 - posix
3342 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003343- name: bm_fullstack_unary_ping_pong
3344 build: test
3345 language: c++
3346 src:
3347 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3348 deps:
3349 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003350 - benchmark
3351 - grpc++_test_util
3352 - grpc_test_util
3353 - grpc++
3354 - grpc
3355 - gpr_test_util
3356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003357 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003358 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003359 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003360 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003361 - poll
3362 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003363 platforms:
3364 - mac
3365 - linux
3366 - posix
3367 timeout_seconds: 1200
3368- name: bm_metadata
3369 build: test
3370 language: c++
3371 src:
3372 - test/cpp/microbenchmarks/bm_metadata.cc
3373 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003374 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003375 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003376 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003377 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003378 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003379 - grpc
3380 - gpr_test_util
3381 - gpr
3382 args:
3383 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003384 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003385 platforms:
3386 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003387 - linux
3388 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003389- name: bm_pollset
3390 build: test
3391 language: c++
3392 src:
3393 - test/cpp/microbenchmarks/bm_pollset.cc
3394 deps:
3395 - grpc_benchmark
3396 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003397 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003398 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003399 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003400 - grpc
3401 - gpr_test_util
3402 - gpr
3403 args:
3404 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003405 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003406 platforms:
3407 - mac
3408 - linux
3409 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003410- name: channel_arguments_test
3411 gtest: true
3412 build: test
3413 language: c++
3414 src:
3415 - test/cpp/common/channel_arguments_test.cc
3416 deps:
3417 - grpc++
3418 - grpc
3419 - gpr
3420- name: channel_filter_test
3421 gtest: true
3422 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003423 language: c++
3424 src:
3425 - test/cpp/common/channel_filter_test.cc
3426 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003427 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003428 - grpc
3429 - gpr
3430- name: cli_call_test
3431 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003432 build: test
3433 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003434 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003435 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003436 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003437 - grpc_cli_libs
3438 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003439 - grpc_test_util
3440 - grpc++
3441 - grpc
3442 - gpr_test_util
3443 - gpr
3444- name: client_crash_test
3445 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003446 cpu_cost: 0.1
3447 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003448 language: c++
3449 src:
3450 - test/cpp/end2end/client_crash_test.cc
3451 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003452 - grpc++_test_util
3453 - grpc_test_util
3454 - grpc++
3455 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003456 - gpr_test_util
3457 - gpr
3458 platforms:
3459 - mac
3460 - linux
3461 - posix
3462- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003463 build: test
3464 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003465 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003466 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003467 - test/cpp/end2end/client_crash_test_server.cc
3468 deps:
3469 - grpc++_test_util
3470 - grpc_test_util
3471 - grpc++
3472 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003473 - gpr_test_util
3474 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003475- name: codegen_test_full
3476 gtest: true
3477 build: test
3478 language: c++
3479 src:
3480 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003481 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003482 - src/proto/grpc/testing/payloads.proto
3483 - src/proto/grpc/testing/services.proto
3484 - src/proto/grpc/testing/stats.proto
3485 - test/cpp/codegen/codegen_test_full.cc
3486 deps:
3487 - grpc++
3488 - grpc
3489 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003490 filegroups:
3491 - grpc++_codegen_base
3492- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003493 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003494 build: test
yang-g34b58612016-06-03 17:30:09 -07003495 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003496 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003497 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003498 - src/proto/grpc/testing/messages.proto
3499 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003500 - src/proto/grpc/testing/services.proto
3501 - src/proto/grpc/testing/stats.proto
3502 - test/cpp/codegen/codegen_test_minimal.cc
3503 filegroups:
3504 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003505 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003506- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003507 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003508 build: test
3509 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003510 src:
3511 - test/cpp/client/credentials_test.cc
3512 deps:
3513 - grpc++
3514 - grpc
3515 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003516- name: cxx_byte_buffer_test
3517 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003518 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003519 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003520 src:
3521 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003522 deps:
3523 - grpc_test_util
3524 - grpc++
3525 - grpc
3526 - gpr_test_util
3527 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003528- name: cxx_slice_test
3529 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003530 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003531 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003532 src:
3533 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003534 deps:
3535 - grpc_test_util
3536 - grpc++
3537 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003538 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003539 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003540- name: cxx_string_ref_test
3541 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003542 build: test
3543 language: c++
3544 src:
3545 - test/cpp/util/string_ref_test.cc
3546 deps:
3547 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003548- name: cxx_time_test
3549 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003550 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003551 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003552 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003553 - test/cpp/util/time_test.cc
3554 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003555 - grpc_test_util
3556 - grpc++
3557 - grpc
3558 - gpr_test_util
3559 - gpr
3560- name: end2end_test
3561 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003562 cpu_cost: 0.5
3563 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003564 language: c++
3565 src:
3566 - test/cpp/end2end/end2end_test.cc
3567 deps:
3568 - grpc++_test_util
3569 - grpc_test_util
3570 - grpc++
3571 - grpc
3572 - gpr_test_util
3573 - gpr
3574- name: filter_end2end_test
3575 gtest: true
3576 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003577 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003578 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003579 - test/cpp/end2end/filter_end2end_test.cc
3580 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003581 - grpc++_test_util
3582 - grpc_test_util
3583 - grpc++
3584 - grpc
3585 - gpr_test_util
3586 - gpr
3587- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003588 gtest: true
3589 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003590 language: c++
3591 src:
3592 - test/cpp/end2end/generic_end2end_test.cc
3593 deps:
3594 - grpc++_test_util
3595 - grpc_test_util
3596 - grpc++
3597 - grpc
3598 - gpr_test_util
3599 - gpr
3600- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003601 gtest: true
3602 build: test
3603 language: c++
3604 src:
Craig Tiller25834342015-09-25 08:08:24 -07003605 - src/proto/grpc/testing/compiler_test.proto
3606 - test/cpp/codegen/golden_file_test.cc
3607 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003608 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003609 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003610 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003611 args:
3612 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003613- name: grpc_cli
3614 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003615 run: false
3616 language: c++
3617 src:
3618 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003619 deps:
3620 - grpc_cli_libs
3621 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003622 - grpc++
3623 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003624 - gpr
3625 - grpc++_test_config
3626- name: grpc_cpp_plugin
3627 build: protoc
3628 language: c++
3629 src:
3630 - src/compiler/cpp_plugin.cc
3631 deps:
3632 - grpc_plugin_support
3633 secure: false
3634 vs_config_type: Application
3635 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3636- name: grpc_csharp_plugin
3637 build: protoc
3638 language: c++
3639 src:
3640 - src/compiler/csharp_plugin.cc
3641 deps:
3642 - grpc_plugin_support
3643 secure: false
3644 vs_config_type: Application
3645 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003646- name: grpc_node_plugin
3647 build: protoc
3648 language: c++
3649 src:
3650 - src/compiler/node_plugin.cc
3651 deps:
3652 - grpc_plugin_support
3653 secure: false
3654 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003655- name: grpc_objective_c_plugin
3656 build: protoc
3657 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003658 src:
3659 - src/compiler/objective_c_plugin.cc
3660 deps:
3661 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003662 secure: false
3663 vs_config_type: Application
3664 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003665- name: grpc_php_plugin
3666 build: protoc
3667 language: c++
3668 src:
3669 - src/compiler/php_plugin.cc
3670 deps:
3671 - grpc_plugin_support
3672 secure: false
3673 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003674- name: grpc_python_plugin
3675 build: protoc
3676 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003677 src:
3678 - src/compiler/python_plugin.cc
3679 deps:
3680 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003681 secure: false
3682 vs_config_type: Application
3683 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3684- name: grpc_ruby_plugin
3685 build: protoc
3686 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003687 src:
3688 - src/compiler/ruby_plugin.cc
3689 deps:
3690 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003691 secure: false
3692 vs_config_type: Application
3693 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003694- name: grpc_tool_test
3695 gtest: true
3696 build: test
3697 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003698 src:
3699 - src/proto/grpc/testing/echo.proto
3700 - src/proto/grpc/testing/echo_messages.proto
3701 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003702 deps:
3703 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003704 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003705 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003706 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003707 - grpc_test_util
3708 - grpc++
3709 - grpc
3710 - gpr_test_util
3711 - gpr
3712 filegroups:
3713 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003714- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003715 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003716 build: test
3717 language: c++
3718 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003719 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003720 - test/cpp/grpclb/grpclb_api_test.cc
3721 deps:
3722 - grpc++_test_util
3723 - grpc_test_util
3724 - grpc++
3725 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003726- name: grpclb_test
3727 gtest: false
3728 build: test
3729 language: c++
3730 src:
3731 - src/proto/grpc/lb/v1/load_balancer.proto
3732 - test/cpp/grpclb/grpclb_test.cc
3733 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003734 - grpc++_test_util
3735 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003736 - grpc++
3737 - grpc
3738 - gpr_test_util
3739 - gpr
yang-gad327642016-12-12 14:32:09 -08003740- name: health_service_end2end_test
3741 gtest: true
3742 build: test
3743 language: c++
3744 src:
3745 - test/cpp/end2end/health_service_end2end_test.cc
3746 deps:
3747 - grpc++_test_util
3748 - grpc_test_util
3749 - grpc++
3750 - grpc
3751 - gpr_test_util
3752 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003753- name: http2_client
3754 build: test
3755 run: false
3756 language: c++
3757 src: []
3758 deps:
3759 - http2_client_main
3760 - grpc++_test_util
3761 - grpc_test_util
3762 - grpc++
3763 - grpc
3764 - grpc++_test_config
3765 platforms:
3766 - mac
3767 - linux
3768 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003769- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003770 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003771 build: test
3772 language: c++
3773 src:
3774 - test/cpp/end2end/hybrid_end2end_test.cc
3775 deps:
3776 - grpc++_test_util
3777 - grpc_test_util
3778 - grpc++
3779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003780 - gpr_test_util
3781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003782- name: interop_client
3783 build: test
3784 run: false
3785 language: c++
3786 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003787 deps:
3788 - interop_client_main
3789 - interop_client_helper
3790 - grpc++_test_util
3791 - grpc_test_util
3792 - grpc++
3793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003794 - gpr_test_util
3795 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003796 - grpc++_test_config
3797 platforms:
3798 - mac
3799 - linux
3800 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003801- name: interop_server
3802 build: test
3803 run: false
3804 language: c++
3805 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003806 deps:
3807 - interop_server_main
3808 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003809 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003810 - grpc++_test_util
3811 - grpc_test_util
3812 - grpc++
3813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003814 - gpr_test_util
3815 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003816 - grpc++_test_config
3817 platforms:
3818 - mac
3819 - linux
3820 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003821- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003822 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003823 build: test
3824 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003825 src:
3826 - test/cpp/interop/interop_test.cc
3827 deps:
3828 - grpc_test_util
3829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003830 - gpr_test_util
3831 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003832 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003833 platforms:
3834 - mac
3835 - linux
3836 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003837- name: json_run_localhost
3838 build: test
3839 run: false
3840 language: c++
3841 src:
3842 - test/cpp/qps/json_run_localhost.cc
3843 deps:
3844 - grpc++_test_util
3845 - grpc_test_util
3846 - grpc++
3847 - grpc
3848 - gpr_test_util
3849 - gpr
3850 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003851 platforms:
3852 - mac
3853 - linux
3854 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07003855- name: memory_test
3856 gtest: true
3857 build: test
3858 language: c++
3859 src:
3860 - test/core/support/memory_test.cc
3861 deps:
3862 - grpc_test_util
3863 - grpc++
3864 - grpc
3865 - gpr_test_util
3866 - gpr
3867 uses:
3868 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003869- name: metrics_client
3870 build: test
3871 run: false
3872 language: c++
3873 headers:
3874 - test/cpp/util/metrics_server.h
3875 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003876 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003877 - test/cpp/interop/metrics_client.cc
3878 deps:
3879 - grpc++
3880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003881 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003882 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003883- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003884 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003885 build: test
3886 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003887 src:
3888 - test/cpp/end2end/mock_test.cc
3889 deps:
3890 - grpc++_test_util
3891 - grpc_test_util
3892 - grpc++
3893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003894 - gpr_test_util
3895 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003896- name: noop-benchmark
3897 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003898 language: c++
3899 src:
3900 - test/cpp/microbenchmarks/noop-benchmark.cc
3901 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003902 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003903 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003904- name: proto_server_reflection_test
3905 gtest: true
3906 build: test
3907 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003908 src:
3909 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003910 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003911 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003912 - grpc++_reflection
3913 - grpc++_test_util
3914 - grpc_test_util
3915 - grpc++
3916 - grpc
3917 - gpr_test_util
3918 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003919- name: proto_utils_test
3920 gtest: true
3921 build: test
3922 language: c++
3923 src:
3924 - test/cpp/codegen/proto_utils_test.cc
3925 deps:
3926 - grpc++
3927 - grpc
3928 filegroups:
3929 - grpc++_codegen_base
3930 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003931- name: qps_interarrival_test
3932 build: test
3933 run: false
3934 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003935 src:
3936 - test/cpp/qps/qps_interarrival_test.cc
3937 deps:
3938 - qps
3939 - grpc++_test_util
3940 - grpc_test_util
3941 - grpc++
3942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003943 - gpr_test_util
3944 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003945 platforms:
3946 - mac
3947 - linux
3948 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003949- name: qps_json_driver
3950 build: test
3951 run: false
3952 language: c++
3953 src:
3954 - test/cpp/qps/qps_json_driver.cc
3955 deps:
3956 - qps
3957 - grpc++_test_util
3958 - grpc_test_util
3959 - grpc++
3960 - grpc
3961 - gpr_test_util
3962 - gpr
3963 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003964- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003965 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003966 build: test
3967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003968 src:
3969 - test/cpp/qps/qps_openloop_test.cc
3970 deps:
3971 - qps
3972 - grpc++_test_util
3973 - grpc_test_util
3974 - grpc++
3975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003976 - gpr_test_util
3977 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003978 - grpc++_test_config
3979 platforms:
3980 - mac
3981 - linux
3982 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003983- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003984 build: test
3985 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003986 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003987 headers:
3988 - test/cpp/qps/client.h
3989 - test/cpp/qps/server.h
3990 src:
3991 - test/cpp/qps/worker.cc
3992 deps:
3993 - qps
3994 - grpc++_test_util
3995 - grpc_test_util
3996 - grpc++
3997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003998 - gpr_test_util
3999 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004000 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004001- name: reconnect_interop_client
4002 build: test
4003 run: false
4004 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004005 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004006 - src/proto/grpc/testing/empty.proto
4007 - src/proto/grpc/testing/messages.proto
4008 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004009 - test/cpp/interop/reconnect_interop_client.cc
4010 deps:
4011 - grpc++_test_util
4012 - grpc_test_util
4013 - grpc++
4014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004015 - gpr_test_util
4016 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004017 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004018- name: reconnect_interop_server
4019 build: test
4020 run: false
4021 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004022 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004023 - src/proto/grpc/testing/empty.proto
4024 - src/proto/grpc/testing/messages.proto
4025 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004026 - test/cpp/interop/reconnect_interop_server.cc
4027 deps:
4028 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004029 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004030 - grpc++_test_util
4031 - grpc_test_util
4032 - grpc++
4033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004034 - gpr_test_util
4035 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004036 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004037- name: round_robin_end2end_test
4038 gtest: true
4039 build: test
4040 language: c++
4041 src:
4042 - test/cpp/end2end/round_robin_end2end_test.cc
4043 deps:
4044 - grpc++_test_util
4045 - grpc_test_util
4046 - grpc++
4047 - grpc
4048 - gpr_test_util
4049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004050- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004051 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004052 build: test
4053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004054 src:
4055 - test/cpp/common/secure_auth_context_test.cc
4056 deps:
4057 - grpc++_test_util
4058 - grpc_test_util
4059 - grpc++
4060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004061 - gpr_test_util
4062 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004063- name: secure_sync_unary_ping_pong_test
4064 build: test
4065 language: c++
4066 src:
4067 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4068 deps:
4069 - qps
4070 - grpc++_test_util
4071 - grpc_test_util
4072 - grpc++
4073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004074 - gpr_test_util
4075 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004076 platforms:
4077 - mac
4078 - linux
4079 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004080- name: server_builder_plugin_test
4081 gtest: true
4082 build: test
4083 language: c++
4084 src:
4085 - test/cpp/end2end/server_builder_plugin_test.cc
4086 deps:
4087 - grpc++_test_util
4088 - grpc_test_util
4089 - grpc++
4090 - grpc
4091 - gpr_test_util
4092 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004093- name: server_builder_test
4094 gtest: true
4095 build: test
4096 language: c++
4097 src:
4098 - src/proto/grpc/testing/echo_messages.proto
4099 - src/proto/grpc/testing/echo.proto
4100 - test/cpp/server/server_builder_test.cc
4101 deps:
4102 - grpc++_test_util
4103 - grpc_test_util
4104 - gpr_test_util
4105 - grpc++
4106 - grpc
4107 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004108- name: server_context_test_spouse_test
4109 gtest: true
4110 build: test
4111 language: c++
4112 src:
4113 - test/cpp/test/server_context_test_spouse_test.cc
4114 deps:
4115 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004116 - grpc++
4117 - grpc
4118 - gpr_test_util
4119 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004120 uses:
4121 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004122- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004123 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004124 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004125 build: test
4126 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004127 src:
4128 - test/cpp/end2end/server_crash_test.cc
4129 deps:
4130 - grpc++_test_util
4131 - grpc_test_util
4132 - grpc++
4133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004134 - gpr_test_util
4135 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004136 platforms:
4137 - mac
4138 - linux
4139 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004140- name: server_crash_test_client
4141 build: test
4142 run: false
4143 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004144 src:
4145 - test/cpp/end2end/server_crash_test_client.cc
4146 deps:
4147 - grpc++_test_util
4148 - grpc_test_util
4149 - grpc++
4150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004151 - gpr_test_util
4152 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004153- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004154 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004155 build: test
4156 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004157 src:
4158 - test/cpp/end2end/shutdown_test.cc
4159 deps:
4160 - grpc++_test_util
4161 - grpc_test_util
4162 - grpc++
4163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004164 - gpr_test_util
4165 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004166- name: status_test
4167 build: test
4168 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004169 src:
4170 - test/cpp/util/status_test.cc
4171 deps:
4172 - grpc_test_util
4173 - grpc++
4174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004175 - gpr_test_util
4176 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004177- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004178 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004179 build: test
4180 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004181 src:
4182 - test/cpp/end2end/streaming_throughput_test.cc
4183 deps:
4184 - grpc++_test_util
4185 - grpc_test_util
4186 - grpc++
4187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004188 - gpr_test_util
4189 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004190 platforms:
4191 - mac
4192 - linux
4193 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004194- name: stress_test
4195 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004196 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004197 language: c++
4198 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004199 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004200 - test/cpp/interop/interop_client.h
4201 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004202 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004203 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004204 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004205 - src/proto/grpc/testing/empty.proto
4206 - src/proto/grpc/testing/messages.proto
4207 - src/proto/grpc/testing/metrics.proto
4208 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004209 - test/cpp/interop/interop_client.cc
4210 - test/cpp/interop/stress_interop_client.cc
4211 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004212 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004213 deps:
4214 - grpc++_test_util
4215 - grpc_test_util
4216 - grpc++
4217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004218 - gpr_test_util
4219 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004220 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004221- name: thread_manager_test
4222 build: test
4223 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004224 src:
4225 - test/cpp/thread_manager/thread_manager_test.cc
4226 deps:
4227 - grpc++
4228 - grpc
4229 - gpr
4230 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004231- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004232 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004233 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004234 build: test
4235 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004236 src:
4237 - test/cpp/end2end/thread_stress_test.cc
4238 deps:
4239 - grpc++_test_util
4240 - grpc_test_util
4241 - grpc++
4242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004243 - gpr_test_util
4244 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004245- name: writes_per_rpc_test
4246 gtest: true
4247 cpu_cost: 0.5
4248 build: test
4249 language: c++
4250 src:
4251 - test/cpp/performance/writes_per_rpc_test.cc
4252 deps:
4253 - grpc++_test_util
4254 - grpc_test_util
4255 - grpc++
4256 - grpc
4257 - gpr_test_util
4258 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004259 platforms:
4260 - mac
4261 - linux
4262 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004263- name: public_headers_must_be_c89
4264 build: test
4265 language: c89
4266 src:
4267 - test/core/surface/public_headers_must_be_c89.c
4268 deps:
4269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004270 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004271vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004272- linkage: static
4273 name: grpc.dependencies.zlib
4274 props: false
4275 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004276 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004277- linkage: static
4278 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004279 props: true
4280 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004281 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004282- name: gflags
4283 props: false
4284 redist: false
4285 version: 2.1.2.1
4286- name: gtest
4287 props: false
4288 redist: false
4289 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004290configs:
4291 asan:
4292 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004293 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4294 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004295 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004296 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004297 LDFLAGS: -fsanitize=address
4298 LDXX: clang++
4299 compile_the_world: true
4300 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004301 ASAN_OPTIONS: detect_leaks=1:color=always
4302 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004303 asan-noleaks:
4304 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004305 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4306 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004307 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004308 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004309 LDFLAGS: -fsanitize=address
4310 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004311 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004312 test_environ:
4313 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004314 asan-trace-cmp:
4315 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004316 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4317 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004318 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004319 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004320 LDFLAGS: -fsanitize=address
4321 LDXX: clang++
4322 compile_the_world: true
4323 test_environ:
4324 ASAN_OPTIONS: detect_leaks=1:color=always
4325 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004326 basicprof:
4327 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4328 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004329 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004330 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004331 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004332 dbg:
4333 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004334 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004335 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004336 gcov:
4337 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004338 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004339 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004340 DEFINES: _DEBUG DEBUG GPR_GCOV
4341 LD: gcc
4342 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4343 LDXX: g++
4344 helgrind:
4345 CPPFLAGS: -O0
4346 DEFINES: _DEBUG DEBUG
4347 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004348 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004349 lto:
4350 CPPFLAGS: -O2
4351 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004352 memcheck:
4353 CPPFLAGS: -O0
4354 DEFINES: _DEBUG DEBUG
4355 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004356 valgrind: --tool=memcheck --leak-check=full
4357 msan:
4358 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004359 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4360 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4361 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004362 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004363 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004364 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004365 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4366 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4367 LDXX: clang++
4368 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004369 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004370 CPPFLAGS: -O3 -fno-omit-frame-pointer
4371 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004372 LDFLAGS: -rdynamic
4373 opt:
4374 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004375 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004376 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004377 stapprof:
4378 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4379 DEFINES: NDEBUG
4380 tsan:
4381 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004382 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004383 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004384 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004385 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004386 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004387 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004388 LDXX: clang++
4389 compile_the_world: true
4390 test_environ:
4391 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004392 ubsan:
4393 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004394 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4395 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004396 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004397 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004398 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004399 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004400 LDXX: clang++
4401 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004402 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004403 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004404defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004405 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004406 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004407 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4408 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004409 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004410 benchmark:
4411 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004412 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004413 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004414 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004415 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004416 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004417 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004418 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004419 LDFLAGS: -g
4420 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004421 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004422 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004423node_modules:
4424- deps:
4425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004426 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004427 - boringssl
4428 - z
murgatroid9994a75412015-11-19 14:04:53 -08004429 headers:
4430 - src/node/ext/byte_buffer.h
4431 - src/node/ext/call.h
4432 - src/node/ext/call_credentials.h
4433 - src/node/ext/channel.h
4434 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004435 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004436 - src/node/ext/server.h
4437 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004438 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004439 - src/node/ext/timeval.h
4440 js:
4441 - src/node/index.js
4442 - src/node/src/client.js
4443 - src/node/src/common.js
4444 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004445 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004446 - src/node/src/metadata.js
4447 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004448 name: grpc_node
4449 src:
4450 - src/node/ext/byte_buffer.cc
4451 - src/node/ext/call.cc
4452 - src/node/ext/call_credentials.cc
4453 - src/node/ext/channel.cc
4454 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004455 - src/node/ext/completion_queue_threadpool.cc
4456 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004457 - src/node/ext/node_grpc.cc
4458 - src/node/ext/server.cc
4459 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004460 - src/node/ext/server_generic.cc
4461 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004462 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004463 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004464openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004465 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004466 extraction_dir: openssl-1.0.2f
4467 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004468php_config_m4:
4469 deps:
4470 - grpc
4471 - gpr
4472 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004473 headers:
4474 - src/php/ext/grpc/byte_buffer.h
4475 - src/php/ext/grpc/call.h
4476 - src/php/ext/grpc/call_credentials.h
4477 - src/php/ext/grpc/channel.h
4478 - src/php/ext/grpc/channel_credentials.h
4479 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004480 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004481 - src/php/ext/grpc/php_grpc.h
4482 - src/php/ext/grpc/server.h
4483 - src/php/ext/grpc/server_credentials.h
4484 - src/php/ext/grpc/timeval.h
4485 src:
4486 - src/php/ext/grpc/byte_buffer.c
4487 - src/php/ext/grpc/call.c
4488 - src/php/ext/grpc/call_credentials.c
4489 - src/php/ext/grpc/channel.c
4490 - src/php/ext/grpc/channel_credentials.c
4491 - src/php/ext/grpc/completion_queue.c
4492 - src/php/ext/grpc/php_grpc.c
4493 - src/php/ext/grpc/server.c
4494 - src/php/ext/grpc/server_credentials.c
4495 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004496python_dependencies:
4497 deps:
4498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004499 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004500 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004501 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004502 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004503ruby_gem:
4504 deps:
4505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004506 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004507 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004508 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004509 - z