blob: 7c578d2fa55993ebde49217147daeb5b44666b25 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tillerdf095702016-09-13 11:06:40 -070015 core_version: 2.0.0-dev
Craig Tiller8dfdb7e2016-08-29 11:25:56 -070016 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020017 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Craig Tiller25834342015-09-25 08:08:24 -070034 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070035 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070036 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070037 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070038 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070039 - src/core/ext/census/grpc_context.c
40 - src/core/ext/census/grpc_filter.c
41 - src/core/ext/census/grpc_plugin.c
42 - src/core/ext/census/initialize.c
43 - src/core/ext/census/mlog.c
44 - src/core/ext/census/operation.c
45 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070046 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070047 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070048 - src/core/ext/census/tracing.c
49 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070050 uses:
51 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070052 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070053- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010054 public_headers:
55 - include/grpc/support/alloc.h
56 - include/grpc/support/atm.h
57 - include/grpc/support/atm_gcc_atomic.h
58 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070059 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010060 - include/grpc/support/avl.h
61 - include/grpc/support/cmdline.h
62 - include/grpc/support/cpu.h
63 - include/grpc/support/histogram.h
64 - include/grpc/support/host_port.h
65 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070066 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010067 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/string_util.h
69 - include/grpc/support/subprocess.h
70 - include/grpc/support/sync.h
71 - include/grpc/support/sync_generic.h
72 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070073 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010074 - include/grpc/support/thd.h
75 - include/grpc/support/time.h
76 - include/grpc/support/tls.h
77 - include/grpc/support/tls_gcc.h
78 - include/grpc/support/tls_msvc.h
79 - include/grpc/support/tls_pthread.h
80 - include/grpc/support/useful.h
81 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/timers.h
83 - src/core/lib/support/backoff.h
84 - src/core/lib/support/block_annotate.h
85 - src/core/lib/support/env.h
Craig Tiller0bc11712016-05-02 21:22:46 -070086 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/murmur_hash.h
88 - src/core/lib/support/stack_lockfree.h
89 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/thd_internal.h
92 - src/core/lib/support/time_precise.h
93 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010094 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/profiling/basic_timers.c
96 - src/core/lib/profiling/stap_timers.c
97 - src/core/lib/support/alloc.c
98 - src/core/lib/support/avl.c
99 - src/core/lib/support/backoff.c
100 - src/core/lib/support/cmdline.c
101 - src/core/lib/support/cpu_iphone.c
102 - src/core/lib/support/cpu_linux.c
103 - src/core/lib/support/cpu_posix.c
104 - src/core/lib/support/cpu_windows.c
105 - src/core/lib/support/env_linux.c
106 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/histogram.c
109 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/log.c
111 - src/core/lib/support/log_android.c
112 - src/core/lib/support/log_linux.c
113 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/log_windows.c
Craig Tiller0bc11712016-05-02 21:22:46 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/stack_lockfree.c
118 - src/core/lib/support/string.c
119 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700120 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/subprocess_posix.c
123 - src/core/lib/support/subprocess_windows.c
124 - src/core/lib/support/sync.c
125 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/thd.c
128 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/time.c
131 - src/core/lib/support/time_posix.c
132 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200135 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700139 uses:
140 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800141- name: gpr_codegen
142 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/atm.h
144 - include/grpc/impl/codegen/atm_gcc_atomic.h
145 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800147 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700148 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/port_platform.h
150 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800151 - include/grpc/impl/codegen/sync.h
152 - include/grpc/impl/codegen/sync_generic.h
153 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700154 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700155- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700156 public_headers:
157 - include/grpc/byte_buffer.h
158 - include/grpc/byte_buffer_reader.h
159 - include/grpc/compression.h
160 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700161 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200162 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700163 - include/grpc/slice.h
164 - include/grpc/slice_buffer.h
Craig Tiller25834342015-09-25 08:08:24 -0700165 - include/grpc/status.h
166 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700167 - src/core/lib/channel/channel_args.h
168 - src/core/lib/channel/channel_stack.h
169 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/channel/compress_filter.h
171 - src/core/lib/channel/connected_channel.h
172 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700173 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700174 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800175 - src/core/lib/channel/handshaker_factory.h
176 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/http_client_filter.h
178 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700179 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/compression/algorithm_metadata.h
181 - src/core/lib/compression/message_compress.h
182 - src/core/lib/debug/trace.h
183 - src/core/lib/http/format_request.h
184 - src/core/lib/http/httpcli.h
185 - src/core/lib/http/parser.h
186 - src/core/lib/iomgr/closure.h
Craig Tillerf7cade12016-07-07 21:41:10 -0700187 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/endpoint.h
189 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700190 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700191 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700192 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700193 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700194 - src/core/lib/iomgr/exec_ctx.h
195 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/iocp_windows.h
197 - src/core/lib/iomgr/iomgr.h
198 - src/core/lib/iomgr/iomgr_internal.h
199 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700200 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700201 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700202 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700206 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700208 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700210 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/sockaddr.h
212 - src/core/lib/iomgr/sockaddr_posix.h
213 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700214 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700215 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700216 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/socket_utils_posix.h
218 - src/core/lib/iomgr/socket_windows.h
219 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700220 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/tcp_posix.h
222 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700223 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/tcp_windows.h
225 - src/core/lib/iomgr/time_averaged_stats.h
226 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700227 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700229 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/udp_server.h
231 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700232 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/wakeup_fd_pipe.h
234 - src/core/lib/iomgr/wakeup_fd_posix.h
235 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/workqueue_windows.h
238 - src/core/lib/json/json.h
239 - src/core/lib/json/json_common.h
240 - src/core/lib/json/json_reader.h
241 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700242 - src/core/lib/slice/percent_encoding.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800243 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700244 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/surface/api_trace.h
246 - src/core/lib/surface/call.h
247 - src/core/lib/surface/call_test_only.h
248 - src/core/lib/surface/channel.h
249 - src/core/lib/surface/channel_init.h
250 - src/core/lib/surface/channel_stack_type.h
251 - src/core/lib/surface/completion_queue.h
252 - src/core/lib/surface/event_string.h
253 - src/core/lib/surface/init.h
254 - src/core/lib/surface/lame_client.h
255 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700258 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/transport/metadata.h
260 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700261 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700262 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400264 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/transport/transport.h
266 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700267 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/channel/channel_args.c
269 - src/core/lib/channel/channel_stack.c
270 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/channel/compress_filter.c
272 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700273 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700274 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800275 - src/core/lib/channel/handshaker_factory.c
276 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/channel/http_client_filter.c
278 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700279 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700280 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/compression/message_compress.c
282 - src/core/lib/debug/trace.c
283 - src/core/lib/http/format_request.c
284 - src/core/lib/http/httpcli.c
285 - src/core/lib/http/parser.c
286 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700287 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/iomgr/endpoint.c
289 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700290 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700292 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700293 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700294 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700295 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/iomgr/exec_ctx.c
297 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/iomgr/iocp_windows.c
299 - src/core/lib/iomgr/iomgr.c
300 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700301 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700303 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700304 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700305 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700306 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700308 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/pollset_windows.c
310 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700311 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700313 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700315 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/socket_utils_common_posix.c
317 - src/core/lib/iomgr/socket_utils_linux.c
318 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700320 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/socket_windows.c
322 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/tcp_client_windows.c
325 - src/core/lib/iomgr/tcp_posix.c
326 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700327 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/tcp_windows.c
331 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700332 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700334 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/udp_server.c
336 - src/core/lib/iomgr/unix_sockets_posix.c
337 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700338 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/wakeup_fd_eventfd.c
340 - src/core/lib/iomgr/wakeup_fd_nospecial.c
341 - src/core/lib/iomgr/wakeup_fd_pipe.c
342 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700343 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/workqueue_windows.c
345 - src/core/lib/json/json.c
346 - src/core/lib/json/json_reader.c
347 - src/core/lib/json/json_string.c
348 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700349 - src/core/lib/slice/percent_encoding.c
350 - src/core/lib/slice/slice.c
351 - src/core/lib/slice/slice_buffer.c
352 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/surface/alarm.c
354 - src/core/lib/surface/api_trace.c
355 - src/core/lib/surface/byte_buffer.c
356 - src/core/lib/surface/byte_buffer_reader.c
357 - src/core/lib/surface/call.c
358 - src/core/lib/surface/call_details.c
359 - src/core/lib/surface/call_log_batch.c
360 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/surface/channel_init.c
362 - src/core/lib/surface/channel_ping.c
363 - src/core/lib/surface/channel_stack_type.c
364 - src/core/lib/surface/completion_queue.c
365 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/surface/lame_client.c
367 - src/core/lib/surface/metadata_array.c
368 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/surface/validate_metadata.c
370 - src/core/lib/surface/version.c
371 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700372 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700373 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/transport/metadata.c
375 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700376 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700377 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700378 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400379 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700380 - src/core/lib/transport/transport.c
381 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700382 deps:
383 - gpr
384 uses:
385 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700386- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700387 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700388 - src/core/ext/client_channel/client_channel.h
389 - src/core/ext/client_channel/client_channel_factory.h
390 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700391 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700392 - src/core/ext/client_channel/initial_connect_string.h
393 - src/core/ext/client_channel/lb_policy.h
394 - src/core/ext/client_channel/lb_policy_factory.h
395 - src/core/ext/client_channel/lb_policy_registry.h
396 - src/core/ext/client_channel/parse_address.h
397 - src/core/ext/client_channel/resolver.h
398 - src/core/ext/client_channel/resolver_factory.h
399 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700400 - src/core/ext/client_channel/subchannel.h
401 - src/core/ext/client_channel/subchannel_index.h
402 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700403 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700404 - src/core/ext/client_channel/channel_connectivity.c
405 - src/core/ext/client_channel/client_channel.c
406 - src/core/ext/client_channel/client_channel_factory.c
407 - src/core/ext/client_channel/client_channel_plugin.c
408 - src/core/ext/client_channel/connector.c
409 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700410 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700411 - src/core/ext/client_channel/initial_connect_string.c
412 - src/core/ext/client_channel/lb_policy.c
413 - src/core/ext/client_channel/lb_policy_factory.c
414 - src/core/ext/client_channel/lb_policy_registry.c
415 - src/core/ext/client_channel/parse_address.c
416 - src/core/ext/client_channel/resolver.c
417 - src/core/ext/client_channel/resolver_factory.c
418 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700419 - src/core/ext/client_channel/subchannel.c
420 - src/core/ext/client_channel/subchannel_index.c
421 - src/core/ext/client_channel/uri_parser.c
422 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700423 uses:
424 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800425- name: grpc_codegen
426 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700427 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800428 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800429 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800430 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800431 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800432 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800433 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700434 uses:
435 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700436- name: grpc_lb_policy_grpclb
437 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700438 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700439 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700440 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700441 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700442 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700443 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700444 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700445 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700446 uses:
447 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700448 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700449 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700450- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700451 src:
452 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700453 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700454 uses:
455 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700456 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700457- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700458 src:
459 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700460 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700461 uses:
462 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700463 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700464- name: grpc_load_reporting
465 headers:
466 - src/core/ext/load_reporting/load_reporting.h
467 - src/core/ext/load_reporting/load_reporting_filter.h
468 src:
469 - src/core/ext/load_reporting/load_reporting.c
470 - src/core/ext/load_reporting/load_reporting_filter.c
471 plugin: grpc_load_reporting_plugin
472 uses:
473 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700474- name: grpc_resolver_dns_ares
475 headers:
Yuchen Zeng85750b02016-08-08 14:16:34 -0700476 - src/core/ext/resolver/dns/c_ares/grpc_ares_ev_driver.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700477 - src/core/ext/resolver/dns/c_ares/grpc_ares_wrapper.h
478 src:
Yuchen Zengea88fc12016-08-19 00:20:59 -0700479 - src/core/ext/resolver/dns/c_ares/dns_resolver_ares.c
Yuchen Zenge882e392016-11-02 19:33:41 -0700480 - src/core/ext/resolver/dns/c_ares/grpc_ares_ev_driver_fallback.c
Yuchen Zeng85750b02016-08-08 14:16:34 -0700481 - src/core/ext/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700482 - src/core/ext/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengdcd78be2016-08-19 11:12:54 -0700483 - src/core/ext/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700484 plugin: grpc_resolver_dns_ares
485 uses:
486 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700487 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700488- name: grpc_resolver_dns_native
489 src:
490 - src/core/ext/resolver/dns/native/dns_resolver.c
Yuchen Zengfdae4bd2016-11-07 17:46:16 -0800491 plugin: grpc_resolver_dns_native
Craig Tiller65938df2016-03-31 13:08:49 -0700492 uses:
493 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700494 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700495- name: grpc_resolver_sockaddr
496 src:
497 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
498 plugin: grpc_resolver_sockaddr
499 uses:
500 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700501 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100502- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700503 public_headers:
504 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100505 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700506 - src/core/lib/security/context/security_context.h
507 - src/core/lib/security/credentials/composite/composite_credentials.h
508 - src/core/lib/security/credentials/credentials.h
509 - src/core/lib/security/credentials/fake/fake_credentials.h
510 - src/core/lib/security/credentials/google_default/google_default_credentials.h
511 - src/core/lib/security/credentials/iam/iam_credentials.h
512 - src/core/lib/security/credentials/jwt/json_token.h
513 - src/core/lib/security/credentials/jwt/jwt_credentials.h
514 - src/core/lib/security/credentials/jwt/jwt_verifier.h
515 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
516 - src/core/lib/security/credentials/plugin/plugin_credentials.h
517 - src/core/lib/security/credentials/ssl/ssl_credentials.h
518 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700519 - src/core/lib/security/transport/secure_endpoint.h
520 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800521 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700522 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700523 - src/core/lib/security/util/b64.h
524 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100525 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700526 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700527 - src/core/lib/security/context/security_context.c
528 - src/core/lib/security/credentials/composite/composite_credentials.c
529 - src/core/lib/security/credentials/credentials.c
530 - src/core/lib/security/credentials/credentials_metadata.c
531 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700532 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700533 - src/core/lib/security/credentials/google_default/google_default_credentials.c
534 - src/core/lib/security/credentials/iam/iam_credentials.c
535 - src/core/lib/security/credentials/jwt/json_token.c
536 - src/core/lib/security/credentials/jwt/jwt_credentials.c
537 - src/core/lib/security/credentials/jwt/jwt_verifier.c
538 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
539 - src/core/lib/security/credentials/plugin/plugin_credentials.c
540 - src/core/lib/security/credentials/ssl/ssl_credentials.c
541 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700542 - src/core/lib/security/transport/secure_endpoint.c
543 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800544 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700545 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700546 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700547 - src/core/lib/security/util/b64.c
548 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700549 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700550 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700551 uses:
552 - grpc_base
553 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700554 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700555- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700556 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700557 headers:
558 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700559 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700560 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700561 - test/core/end2end/fixtures/proxy.h
562 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700563 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200564 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700565 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700566 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700567 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700568 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700569 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700570 - test/core/util/slice_splitter.h
571 src:
572 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700573 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700574 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700575 - test/core/end2end/fixtures/proxy.c
576 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700577 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200578 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700579 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700580 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700581 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700582 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700583 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700584 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700585 - test/core/util/port_windows.c
586 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700587 deps:
588 - grpc
589 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700590- name: grpc_transport_chttp2
591 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700592 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700593 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700594 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
595 - src/core/ext/transport/chttp2/transport/frame.h
596 - src/core/ext/transport/chttp2/transport/frame_data.h
597 - src/core/ext/transport/chttp2/transport/frame_goaway.h
598 - src/core/ext/transport/chttp2/transport/frame_ping.h
599 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
600 - src/core/ext/transport/chttp2/transport/frame_settings.h
601 - src/core/ext/transport/chttp2/transport/frame_window_update.h
602 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
603 - src/core/ext/transport/chttp2/transport/hpack_parser.h
604 - src/core/ext/transport/chttp2/transport/hpack_table.h
605 - src/core/ext/transport/chttp2/transport/http2_errors.h
606 - src/core/ext/transport/chttp2/transport/huffsyms.h
607 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
608 - src/core/ext/transport/chttp2/transport/internal.h
609 - src/core/ext/transport/chttp2/transport/status_conversion.h
610 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700611 - src/core/ext/transport/chttp2/transport/varint.h
612 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700613 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700614 - src/core/ext/transport/chttp2/transport/bin_encoder.c
615 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700616 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
617 - src/core/ext/transport/chttp2/transport/frame_data.c
618 - src/core/ext/transport/chttp2/transport/frame_goaway.c
619 - src/core/ext/transport/chttp2/transport/frame_ping.c
620 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
621 - src/core/ext/transport/chttp2/transport/frame_settings.c
622 - src/core/ext/transport/chttp2/transport/frame_window_update.c
623 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
624 - src/core/ext/transport/chttp2/transport/hpack_parser.c
625 - src/core/ext/transport/chttp2/transport/hpack_table.c
626 - src/core/ext/transport/chttp2/transport/huffsyms.c
627 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
628 - src/core/ext/transport/chttp2/transport/parsing.c
629 - src/core/ext/transport/chttp2/transport/status_conversion.c
630 - src/core/ext/transport/chttp2/transport/stream_lists.c
631 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700632 - src/core/ext/transport/chttp2/transport/varint.c
633 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700634 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700635 uses:
636 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700637 - grpc_transport_chttp2_alpn
638- name: grpc_transport_chttp2_alpn
639 headers:
640 - src/core/ext/transport/chttp2/alpn/alpn.h
641 src:
642 - src/core/ext/transport/chttp2/alpn/alpn.c
643 deps:
644 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800645- name: grpc_transport_chttp2_client_connector
646 headers:
647 - src/core/ext/transport/chttp2/client/chttp2_connector.h
648 src:
649 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800650 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800651 - grpc_transport_chttp2
652 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700653- name: grpc_transport_chttp2_client_insecure
654 src:
655 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700656 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700657 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800658 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700659 - grpc_transport_chttp2
660 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700661 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700662- name: grpc_transport_chttp2_client_secure
663 src:
664 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700665 uses:
666 - grpc_transport_chttp2
667 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700668 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700669 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800670 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800671- name: grpc_transport_chttp2_server
672 headers:
673 - src/core/ext/transport/chttp2/server/chttp2_server.h
674 src:
675 - src/core/ext/transport/chttp2/server/chttp2_server.c
676 uses:
677 - grpc_transport_chttp2
678 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700679- name: grpc_transport_chttp2_server_insecure
680 src:
681 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700682 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700683 uses:
684 - grpc_transport_chttp2
685 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800686 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700687- name: grpc_transport_chttp2_server_secure
688 src:
689 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700690 uses:
691 - grpc_transport_chttp2
692 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700693 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800694 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700695- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700696 public_headers:
697 - include/grpc/grpc_cronet.h
698 - include/grpc/grpc_security.h
699 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700700 headers:
Garrett Castoa0ed3732016-11-07 20:36:31 -0800701 - third_party/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700702 src:
703 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
704 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
705 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700706 filegroups:
707 - grpc_base
708 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800709- name: nanopb
710 headers:
711 - third_party/nanopb/pb.h
712 - third_party/nanopb/pb_common.h
713 - third_party/nanopb/pb_decode.h
714 - third_party/nanopb/pb_encode.h
715 src:
716 - third_party/nanopb/pb_common.c
717 - third_party/nanopb/pb_decode.c
718 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700719- name: tsi
720 headers:
721 - src/core/lib/tsi/fake_transport_security.h
722 - src/core/lib/tsi/ssl_transport_security.h
723 - src/core/lib/tsi/ssl_types.h
724 - src/core/lib/tsi/transport_security.h
725 - src/core/lib/tsi/transport_security_interface.h
726 src:
727 - src/core/lib/tsi/fake_transport_security.c
728 - src/core/lib/tsi/ssl_transport_security.c
729 - src/core/lib/tsi/transport_security.c
730 deps:
731 - gpr
732 secure: true
733- name: grpc++_base
734 language: c++
735 public_headers:
736 - include/grpc++/alarm.h
737 - include/grpc++/channel.h
738 - include/grpc++/client_context.h
739 - include/grpc++/completion_queue.h
740 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700741 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700742 - include/grpc++/generic/async_generic_service.h
743 - include/grpc++/generic/generic_stub.h
744 - include/grpc++/grpc++.h
745 - include/grpc++/impl/call.h
746 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700747 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748 - include/grpc++/impl/grpc_library.h
749 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700750 - include/grpc++/impl/rpc_method.h
751 - include/grpc++/impl/rpc_service_method.h
752 - include/grpc++/impl/serialization_traits.h
753 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700754 - include/grpc++/impl/server_builder_plugin.h
755 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700756 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700757 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 - include/grpc++/security/auth_context.h
759 - include/grpc++/security/auth_metadata_processor.h
760 - include/grpc++/security/credentials.h
761 - include/grpc++/security/server_credentials.h
762 - include/grpc++/server.h
763 - include/grpc++/server_builder.h
764 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700765 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 - include/grpc++/support/async_stream.h
767 - include/grpc++/support/async_unary_call.h
768 - include/grpc++/support/byte_buffer.h
769 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700770 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 - include/grpc++/support/slice.h
772 - include/grpc++/support/status.h
773 - include/grpc++/support/status_code_enum.h
774 - include/grpc++/support/string_ref.h
775 - include/grpc++/support/stub_options.h
776 - include/grpc++/support/sync_stream.h
777 - include/grpc++/support/time.h
778 headers:
779 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700780 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 - src/cpp/server/dynamic_thread_pool.h
782 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700783 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700785 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786 - src/cpp/client/client_context.cc
787 - src/cpp/client/create_channel.cc
788 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700789 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700790 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700793 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700794 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700795 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700796 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700797 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700798 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700799 - src/cpp/server/async_generic_service.cc
800 - src/cpp/server/create_default_thread_pool.cc
801 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700803 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700804 - src/cpp/server/server_context.cc
805 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700806 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700807 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700808 - src/cpp/util/byte_buffer_cc.cc
809 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 - src/cpp/util/status.cc
811 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700812 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 uses:
yang-g17487f92016-06-03 15:21:15 -0700814 - grpc++_codegen_base
815- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 language: c++
817 public_headers:
818 - include/grpc++/impl/codegen/async_stream.h
819 - include/grpc++/impl/codegen/async_unary_call.h
820 - include/grpc++/impl/codegen/call.h
821 - include/grpc++/impl/codegen/call_hook.h
822 - include/grpc++/impl/codegen/channel_interface.h
823 - include/grpc++/impl/codegen/client_context.h
824 - include/grpc++/impl/codegen/client_unary_call.h
825 - include/grpc++/impl/codegen/completion_queue.h
826 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700827 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - include/grpc++/impl/codegen/core_codegen_interface.h
829 - include/grpc++/impl/codegen/create_auth_context.h
830 - include/grpc++/impl/codegen/grpc_library.h
831 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - include/grpc++/impl/codegen/rpc_method.h
833 - include/grpc++/impl/codegen/rpc_service_method.h
834 - include/grpc++/impl/codegen/security/auth_context.h
835 - include/grpc++/impl/codegen/serialization_traits.h
836 - include/grpc++/impl/codegen/server_context.h
837 - include/grpc++/impl/codegen/server_interface.h
838 - include/grpc++/impl/codegen/service_type.h
839 - include/grpc++/impl/codegen/status.h
840 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700841 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - include/grpc++/impl/codegen/string_ref.h
843 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 - include/grpc++/impl/codegen/sync_stream.h
845 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 uses:
847 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700848- name: grpc++_codegen_base_src
849 language: c++
850 src:
851 - src/cpp/codegen/codegen_init.cc
852 uses:
853 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700854- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700855 language: c++
856 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700857 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 uses:
yang-g17487f92016-06-03 15:21:15 -0700859 - grpc++_codegen_base
860 - grpc++_config_proto
861- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700862 language: c++
863 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700864 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700865- name: grpc++_reflection_proto
866 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700867 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700868 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700869- name: thrift_util
870 language: c++
871 public_headers:
872 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700873 - include/grpc++/impl/codegen/thrift_utils.h
874 uses:
875 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100876libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800877- name: gpr
878 build: all
879 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800880 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700881 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800882 secure: false
883 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
884- name: gpr_test_util
885 build: private
886 language: c
887 headers:
888 - test/core/util/test_config.h
889 src:
890 - test/core/util/test_config.c
891 deps:
892 - gpr
893 secure: false
894 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700895- name: grpc
896 build: all
897 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700898 src:
899 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700900 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800901 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700902 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700903 filegroups:
904 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700905 - grpc_transport_chttp2_server_secure
906 - grpc_transport_chttp2_client_secure
907 - grpc_transport_chttp2_server_insecure
908 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700909 - grpc_lb_policy_grpclb
910 - grpc_lb_policy_pick_first
911 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700912 - grpc_resolver_dns_ares
Yuchen Zenge986b652016-08-18 22:44:31 -0700913 - grpc_resolver_dns_native
Craig Tiller65938df2016-03-31 13:08:49 -0700914 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700915 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100916 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700917 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700918 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700919 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700920 vs_packages:
921 - grpc.dependencies.openssl
922 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700923 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700924- name: grpc_cronet
925 build: all
926 language: c
927 src:
928 - src/core/lib/surface/init.c
929 baselib: true
930 deps_linkage: static
931 dll: true
932 filegroups:
933 - grpc_base
934 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700935 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700936 generate_plugin_registry: true
937 platforms:
938 - linux
939 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100940- name: grpc_dll
941 build: private
942 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100943 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100944 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100945 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100946 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100947 build_system:
948 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100949 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100950 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100951 vs_config_type: DynamicLibrary
952 vs_packages:
953 - grpc.dependencies.openssl
954 - grpc.dependencies.zlib
955 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
956 vs_props:
957 - zlib
958 - openssl
959 - winsock
960 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700961- name: grpc_test_util
962 build: private
963 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700964 headers:
965 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800966 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700967 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700968 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700969 - test/core/end2end/data/server1_cert.c
970 - test/core/end2end/data/server1_key.c
971 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800972 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700973 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800974 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800975 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700976 - grpc
977 filegroups:
978 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700979 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700980 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
981- name: grpc_test_util_unsecure
982 build: private
983 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700984 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800985 - gpr
986 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800987 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700988 filegroups:
989 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700990 secure: false
991 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
992- name: grpc_unsecure
993 build: all
994 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700995 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700996 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700997 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800999 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001000 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001001 filegroups:
1002 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001003 - grpc_transport_chttp2_server_insecure
1004 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001005 - grpc_resolver_dns_ares
Yuchen Zenge986b652016-08-18 22:44:31 -07001006 - grpc_resolver_dns_native
Craig Tiller65938df2016-03-31 13:08:49 -07001007 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001008 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001009 - grpc_lb_policy_grpclb
1010 - grpc_lb_policy_pick_first
1011 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001012 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001013 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001014 secure: false
1015 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001016- name: reconnect_server
1017 build: private
1018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001019 headers:
1020 - test/core/util/reconnect_server.h
1021 src:
1022 - test/core/util/reconnect_server.c
1023 deps:
yang-gc9fca182015-11-06 16:41:33 -08001024 - test_tcp_server
1025 - grpc_test_util
1026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001027 - gpr_test_util
1028 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001029- name: test_tcp_server
1030 build: private
1031 language: c
1032 headers:
1033 - test/core/util/test_tcp_server.h
1034 src:
1035 - test/core/util/test_tcp_server.c
1036 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001037 - grpc_test_util
1038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001039 - gpr_test_util
1040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001041- name: grpc++
1042 build: all
1043 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001044 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001045 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001046 - src/cpp/client/secure_credentials.h
1047 - src/cpp/common/secure_auth_context.h
1048 - src/cpp/server/secure_server_credentials.h
1049 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001050 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001051 - src/cpp/client/secure_credentials.cc
1052 - src/cpp/common/auth_property_iterator.cc
1053 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001054 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001055 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001056 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001057 - src/cpp/server/secure_server_credentials.cc
1058 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001059 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060 baselib: true
1061 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001062 filegroups:
1063 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001064 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001065 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001066 secure: check
1067 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001068- name: grpc++_cronet
1069 build: all
1070 language: c++
1071 src:
1072 - src/cpp/client/cronet_credentials.cc
1073 - src/cpp/client/insecure_credentials.cc
1074 - src/cpp/common/insecure_create_auth_context.cc
1075 - src/cpp/server/insecure_server_credentials.cc
1076 deps:
1077 - gpr
1078 - grpc_cronet
1079 baselib: true
1080 dll: true
1081 filegroups:
1082 - grpc++_base
1083 - grpc++_codegen_base
1084 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001085 - grpc_transport_chttp2_client_insecure
1086 - grpc_transport_chttp2_server_insecure
1087 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001088 platforms:
1089 - linux
1090 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001091- name: grpc++_proto_reflection_desc_db
1092 build: private
1093 language: c++
1094 headers:
1095 - test/cpp/util/proto_reflection_descriptor_database.h
1096 src:
1097 - test/cpp/util/proto_reflection_descriptor_database.cc
1098 deps:
1099 - grpc++
1100 filegroups:
1101 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001102 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001103- name: grpc++_reflection
1104 build: all
1105 language: c++
1106 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001107 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001108 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001109 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001110 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001111 - src/cpp/ext/proto_server_reflection.cc
1112 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001113 deps:
1114 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001115 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001116 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001117- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001118 build: private
yang-g42879982016-10-13 15:58:31 -07001119 language: c++
1120 headers:
1121 - include/grpc++/test/server_context_test_spouse.h
1122 src:
1123 - src/cpp/test/server_context_test_spouse.cc
1124 deps:
1125 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001126- name: grpc++_test_config
1127 build: private
1128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001129 headers:
1130 - test/cpp/util/test_config.h
1131 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001132 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: grpc++_test_util
1134 build: private
1135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001136 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001137 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001138 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001139 - test/cpp/util/create_test_channel.h
1140 - test/cpp/util/string_ref_helper.h
1141 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001142 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001143 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001144 - src/proto/grpc/testing/echo_messages.proto
1145 - src/proto/grpc/testing/echo.proto
1146 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001147 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001148 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001149 - test/cpp/util/create_test_channel.cc
1150 - test/cpp/util/string_ref_helper.cc
1151 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001152 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001153 deps:
1154 - grpc++
1155 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001156 filegroups:
1157 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001158 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001159 - grpc++_codegen_proto
1160 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001161 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001162- name: grpc++_unsecure
1163 build: all
1164 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001165 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001166 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001167 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001168 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001169 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001170 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001171 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001172 baselib: true
1173 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001174 filegroups:
1175 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001176 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001177 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178 secure: false
1179 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001180- name: grpc_cli_libs
1181 build: private
1182 language: c++
1183 headers:
1184 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001185 - test/cpp/util/cli_credentials.h
1186 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001187 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001188 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001189 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001190 src:
1191 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001192 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001193 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001194 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001195 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001196 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001197 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001198 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001199 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001200 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001201 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202- name: grpc_plugin_support
1203 build: protoc
1204 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001205 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001206 - src/compiler/config.h
1207 - src/compiler/cpp_generator.h
1208 - src/compiler/cpp_generator_helpers.h
1209 - src/compiler/csharp_generator.h
1210 - src/compiler/csharp_generator_helpers.h
1211 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001212 - src/compiler/node_generator.h
1213 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001214 - src/compiler/objective_c_generator.h
1215 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001216 - src/compiler/php_generator.h
1217 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001218 - src/compiler/python_generator.h
1219 - src/compiler/ruby_generator.h
1220 - src/compiler/ruby_generator_helpers-inl.h
1221 - src/compiler/ruby_generator_map-inl.h
1222 - src/compiler/ruby_generator_string-inl.h
1223 src:
1224 - src/compiler/cpp_generator.cc
1225 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001226 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001227 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001228 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001229 - src/compiler/python_generator.cc
1230 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001231 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001232 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001233 secure: false
1234 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001235 vs_props:
1236 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001237- name: http2_client_main
1238 build: private
1239 language: c++
1240 headers:
1241 - test/cpp/interop/http2_client.h
1242 src:
1243 - src/proto/grpc/testing/empty.proto
1244 - src/proto/grpc/testing/messages.proto
1245 - src/proto/grpc/testing/test.proto
1246 - test/cpp/interop/http2_client.cc
1247 deps:
1248 - grpc++_test_util
1249 - grpc_test_util
1250 - grpc++
1251 - grpc
1252 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253- name: interop_client_helper
1254 build: private
1255 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001256 headers:
1257 - test/cpp/interop/client_helper.h
1258 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001259 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001260 - test/cpp/interop/client_helper.cc
1261 deps:
1262 - grpc++_test_util
1263 - grpc_test_util
1264 - grpc++
1265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001266 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001267- name: interop_client_main
1268 build: private
1269 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001270 headers:
1271 - test/cpp/interop/interop_client.h
1272 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001273 - src/proto/grpc/testing/empty.proto
1274 - src/proto/grpc/testing/messages.proto
1275 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001276 - test/cpp/interop/client.cc
1277 - test/cpp/interop/interop_client.cc
1278 deps:
1279 - interop_client_helper
1280 - grpc++_test_util
1281 - grpc_test_util
1282 - grpc++
1283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001284 - gpr_test_util
1285 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001286 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001287- name: interop_server_helper
1288 build: private
1289 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001290 headers:
1291 - test/cpp/interop/server_helper.h
1292 src:
1293 - test/cpp/interop/server_helper.cc
1294 deps:
yang-gcc591022017-01-11 11:10:43 -08001295 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001296 - grpc_test_util
1297 - grpc++
1298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001299 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001300- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301 build: private
1302 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001303 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001304 - src/proto/grpc/testing/empty.proto
1305 - src/proto/grpc/testing/messages.proto
1306 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001307 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001308 deps:
1309 - interop_server_helper
1310 - grpc++_test_util
1311 - grpc_test_util
1312 - grpc++
1313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001314 - gpr_test_util
1315 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001316 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001317- name: interop_server_main
1318 build: private
1319 language: c++
1320 src:
1321 - test/cpp/interop/interop_server_bootstrap.cc
1322 deps:
1323 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: qps
1325 build: private
1326 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001327 headers:
1328 - test/cpp/qps/client.h
1329 - test/cpp/qps/driver.h
1330 - test/cpp/qps/histogram.h
1331 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001332 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001333 - test/cpp/qps/qps_worker.h
1334 - test/cpp/qps/report.h
1335 - test/cpp/qps/server.h
1336 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001337 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001338 - test/cpp/util/benchmark_config.h
1339 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001340 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001341 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001342 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001343 - src/proto/grpc/testing/control.proto
1344 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001345 - test/cpp/qps/client_async.cc
1346 - test/cpp/qps/client_sync.cc
1347 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001348 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001349 - test/cpp/qps/qps_worker.cc
1350 - test/cpp/qps/report.cc
1351 - test/cpp/qps/server_async.cc
1352 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001353 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001354 - test/cpp/util/benchmark_config.cc
1355 deps:
1356 - grpc_test_util
1357 - grpc++_test_util
1358 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001359- name: grpc_csharp_ext
1360 build: all
1361 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001362 src:
1363 - src/csharp/ext/grpc_csharp_ext.c
1364 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001366 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001367 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001368 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001369 dll: only
1370 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001371 vs_packages:
1372 - grpc.dependencies.openssl
1373 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001375 vs_props:
1376 - zlib
1377 - openssl
1378 - winsock
1379 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001380targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001381- name: alarm_test
1382 build: test
1383 language: c
1384 src:
1385 - test/core/surface/alarm_test.c
1386 deps:
1387 - grpc_test_util
1388 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001389 - gpr_test_util
1390 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001391- name: algorithm_test
1392 build: test
1393 language: c
1394 src:
1395 - test/core/compression/algorithm_test.c
1396 deps:
1397 - grpc_test_util
1398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001399 - gpr_test_util
1400 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001401- name: alloc_test
1402 build: test
1403 language: c
1404 src:
1405 - test/core/support/alloc_test.c
1406 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001407 - gpr_test_util
1408 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001409- name: alpn_test
1410 build: test
1411 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001412 src:
1413 - test/core/transport/chttp2/alpn_test.c
1414 deps:
1415 - grpc_test_util
1416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001417 - gpr_test_util
1418 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001419- name: api_fuzzer
1420 build: fuzzer
1421 language: c
1422 src:
1423 - test/core/end2end/fuzzers/api_fuzzer.c
1424 deps:
1425 - grpc_test_util
1426 - grpc
1427 - gpr_test_util
1428 - gpr
1429 corpus_dirs:
1430 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001431 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001432 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001433- name: bad_server_response_test
1434 build: test
1435 language: c
1436 src:
1437 - test/core/end2end/bad_server_response_test.c
1438 deps:
1439 - test_tcp_server
1440 - grpc_test_util
1441 - grpc
1442 - gpr_test_util
1443 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001444 exclude_iomgrs:
1445 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001446- name: bin_decoder_test
1447 build: test
1448 language: c
1449 src:
1450 - test/core/transport/chttp2/bin_decoder_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001454- name: bin_encoder_test
1455 build: test
1456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001457 src:
1458 - test/core/transport/chttp2/bin_encoder_test.c
1459 deps:
1460 - grpc_test_util
1461 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001462- name: census_context_test
1463 build: test
1464 language: c
1465 src:
1466 - test/core/census/context_test.c
1467 deps:
1468 - grpc_test_util
1469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001472- name: census_resource_test
1473 build: test
1474 language: c
1475 src:
1476 - test/core/census/resource_test.c
1477 deps:
1478 - grpc_test_util
1479 - grpc
1480 - gpr_test_util
1481 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001482- name: census_trace_context_test
1483 build: test
1484 language: c
1485 src:
1486 - test/core/census/trace_context_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
1490 - gpr_test_util
1491 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001492- name: channel_create_test
1493 build: test
1494 language: c
1495 src:
1496 - test/core/surface/channel_create_test.c
1497 deps:
1498 - grpc_test_util
1499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001500 - gpr_test_util
1501 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001502- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503 build: test
1504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001505 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001506 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001507 deps:
1508 - grpc_test_util
1509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 - gpr_test_util
1511 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001512- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001513 build: test
1514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001515 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001516 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001517 deps:
1518 - grpc_test_util
1519 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001520 - gpr_test_util
1521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522- name: chttp2_stream_map_test
1523 build: test
1524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001525 src:
1526 - test/core/transport/chttp2/stream_map_test.c
1527 deps:
1528 - grpc_test_util
1529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001530 - gpr_test_util
1531 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001532- name: chttp2_varint_test
1533 build: test
1534 language: c
1535 src:
1536 - test/core/transport/chttp2/varint_test.c
1537 deps:
1538 - grpc_test_util
1539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001540 - gpr_test_util
1541 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001542- name: client_fuzzer
1543 build: fuzzer
1544 language: c
1545 src:
1546 - test/core/end2end/fuzzers/client_fuzzer.c
1547 deps:
1548 - grpc_test_util
1549 - grpc
1550 - gpr_test_util
1551 - gpr
1552 corpus_dirs:
1553 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001554 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001555 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001556- name: combiner_test
1557 cpu_cost: 30
1558 build: test
1559 language: c
1560 src:
1561 - test/core/iomgr/combiner_test.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
1565 - gpr_test_util
1566 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567- name: compression_test
1568 build: test
1569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001570 src:
1571 - test/core/compression/compression_test.c
1572 deps:
1573 - grpc_test_util
1574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001575 - gpr_test_util
1576 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001577- name: concurrent_connectivity_test
1578 build: test
1579 language: c
1580 src:
1581 - test/core/surface/concurrent_connectivity_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
1585 - gpr_test_util
1586 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001587 exclude_iomgrs:
1588 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001589- name: connection_refused_test
1590 cpu_cost: 0.1
1591 build: test
1592 language: c
1593 src:
1594 - test/core/end2end/connection_refused_test.c
1595 deps:
1596 - grpc_test_util
1597 - grpc
1598 - gpr_test_util
1599 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001600- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001601 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001602 build: test
1603 language: c
1604 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001605 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001606 deps:
1607 - grpc_test_util
1608 - grpc
1609 - gpr_test_util
1610 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001611 exclude_iomgrs:
1612 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001613- name: dns_resolver_test
1614 build: test
1615 language: c
1616 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001617 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001618 deps:
1619 - grpc_test_util
1620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001624 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001625 build: test
1626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001627 src:
1628 - test/core/end2end/dualstack_socket_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001634 exclude_iomgrs:
1635 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001636 platforms:
1637 - mac
1638 - linux
1639 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001640- name: endpoint_pair_test
1641 build: test
1642 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001643 src:
1644 - test/core/iomgr/endpoint_pair_test.c
1645 deps:
1646 - grpc_test_util
1647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001648 - gpr_test_util
1649 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001650 exclude_iomgrs:
1651 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001652- name: ev_epoll_linux_test
1653 build: test
1654 language: c
1655 src:
1656 - test/core/iomgr/ev_epoll_linux_test.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
1660 - gpr_test_util
1661 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001662 exclude_iomgrs:
1663 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001664 platforms:
1665 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666- name: fd_conservation_posix_test
1667 build: test
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/iomgr/fd_conservation_posix_test.c
1671 deps:
1672 - grpc_test_util
1673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001676 exclude_iomgrs:
1677 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001678 platforms:
1679 - mac
1680 - linux
1681 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682- name: fd_posix_test
1683 build: test
1684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001685 src:
1686 - test/core/iomgr/fd_posix_test.c
1687 deps:
1688 - grpc_test_util
1689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001690 - gpr_test_util
1691 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001692 exclude_iomgrs:
1693 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001694 platforms:
1695 - mac
1696 - linux
1697 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698- name: fling_client
1699 build: test
1700 run: false
1701 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001702 src:
1703 - test/core/fling/client.c
1704 deps:
1705 - grpc_test_util
1706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: fling_server
1710 build: test
1711 run: false
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/fling/server.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001720- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001721 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001722 build: test
1723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001724 src:
1725 - test/core/fling/fling_stream_test.c
1726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001731 platforms:
1732 - mac
1733 - linux
1734 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001736 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737 build: test
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - test/core/fling/fling_test.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001746 platforms:
1747 - mac
1748 - linux
1749 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750- name: gen_hpack_tables
1751 build: tool
1752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001753 src:
1754 - tools/codegen/core/gen_hpack_tables.c
1755 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001757 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001758- name: gen_legal_metadata_characters
1759 build: tool
1760 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001761 src:
1762 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001764- name: gen_percent_encoding_tables
1765 build: tool
1766 language: c
1767 src:
1768 - tools/codegen/core/gen_percent_encoding_tables.c
1769 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001770- name: goaway_server_test
1771 cpu_cost: 0.1
1772 build: test
1773 language: c
1774 src:
1775 - test/core/end2end/goaway_server_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
1779 - gpr_test_util
1780 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001781 exclude_iomgrs:
1782 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001783 platforms:
1784 - mac
1785 - linux
1786 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001787- name: gpr_avl_test
1788 build: test
1789 language: c
1790 src:
1791 - test/core/support/avl_test.c
1792 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001795- name: gpr_backoff_test
1796 build: test
1797 language: c
1798 src:
1799 - test/core/support/backoff_test.c
1800 deps:
1801 - gpr_test_util
1802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001803- name: gpr_cmdline_test
1804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
1807 - test/core/support/cmdline_test.c
1808 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001811- name: gpr_cpu_test
1812 build: test
1813 language: c
1814 src:
1815 - test/core/support/cpu_test.c
1816 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819- name: gpr_env_test
1820 build: test
1821 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001822 src:
1823 - test/core/support/env_test.c
1824 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001825 - gpr_test_util
1826 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001827- name: gpr_histogram_test
1828 build: test
1829 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001830 src:
1831 - test/core/support/histogram_test.c
1832 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001833 - gpr_test_util
1834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001835- name: gpr_host_port_test
1836 build: test
1837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001838 src:
1839 - test/core/support/host_port_test.c
1840 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001843- name: gpr_log_test
1844 build: test
1845 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001846 src:
1847 - test/core/support/log_test.c
1848 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001849 - gpr_test_util
1850 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001851- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001852 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001853 build: test
1854 language: c
1855 src:
1856 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001857 deps:
1858 - gpr_test_util
1859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001860- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001861 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001862 build: test
1863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
1865 - test/core/support/stack_lockfree_test.c
1866 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869- name: gpr_string_test
1870 build: test
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - test/core/support/string_test.c
1874 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001878 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879 build: test
1880 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001881 src:
1882 - test/core/support/sync_test.c
1883 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001887 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/support/thd_test.c
1892 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr_test_util
1894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895- name: gpr_time_test
1896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
1899 - test/core/support/time_test.c
1900 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903- name: gpr_tls_test
1904 build: test
1905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
1907 - test/core/support/tls_test.c
1908 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001911- name: gpr_useful_test
1912 build: test
1913 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001914 src:
1915 - test/core/support/useful_test.c
1916 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001917 - gpr_test_util
1918 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919- name: grpc_auth_context_test
1920 build: test
1921 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001922 src:
1923 - test/core/security/auth_context_test.c
1924 deps:
1925 - grpc_test_util
1926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001929- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001930 build: test
1931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001933 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939- name: grpc_byte_buffer_reader_test
1940 build: test
1941 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001942 src:
1943 - test/core/surface/byte_buffer_reader_test.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: grpc_channel_args_test
1950 build: test
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/channel/channel_args_test.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959- name: grpc_channel_stack_test
1960 build: test
1961 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001962 src:
1963 - test/core/channel/channel_stack_test.c
1964 deps:
1965 - grpc_test_util
1966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001967 - gpr_test_util
1968 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969- name: grpc_completion_queue_test
1970 build: test
1971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
1973 - test/core/surface/completion_queue_test.c
1974 deps:
1975 - grpc_test_util
1976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001979 exclude_iomgrs:
1980 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001981- name: grpc_create_jwt
1982 build: tool
1983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
1985 - test/core/security/create_jwt.c
1986 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001988 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001989 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: grpc_credentials_test
1991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/security/credentials_test.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002001 build: test
2002 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002003 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002004 src:
2005 - test/core/security/fetch_oauth2.c
2006 deps:
2007 - grpc_test_util
2008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002009 - gpr_test_util
2010 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002011- name: grpc_invalid_channel_args_test
2012 build: test
2013 language: c
2014 src:
2015 - test/core/surface/invalid_channel_args_test.c
2016 deps:
2017 - grpc_test_util
2018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002019 - gpr_test_util
2020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: grpc_json_token_test
2022 build: test
2023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002024 src:
2025 - test/core/security/json_token_test.c
2026 deps:
2027 - grpc_test_util
2028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002029 - gpr_test_util
2030 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002031 platforms:
2032 - linux
2033 - posix
2034 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002035- name: grpc_jwt_verifier_test
2036 build: test
2037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
2039 - test/core/security/jwt_verifier_test.c
2040 deps:
2041 - grpc_test_util
2042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: grpc_print_google_default_creds_token
2046 build: tool
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/security/print_google_default_creds_token.c
2050 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053- name: grpc_security_connector_test
2054 build: test
2055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/core/security/security_connector_test.c
2058 deps:
2059 - grpc_test_util
2060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 - gpr_test_util
2062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: grpc_verify_jwt
2064 build: tool
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/core/security/verify_jwt.c
2068 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002070 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002071- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002072 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002073 language: c
2074 src:
2075 - test/core/handshake/client_ssl.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
2079 - gpr_test_util
2080 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002081 platforms:
2082 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002083 secure: true
2084- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002085 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002086 language: c
2087 src:
2088 - test/core/handshake/server_ssl.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
2092 - gpr_test_util
2093 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002094 platforms:
2095 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002096 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002097- name: hpack_parser_fuzzer_test
2098 build: fuzzer
2099 language: c
2100 src:
2101 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2102 deps:
2103 - grpc_test_util
2104 - grpc
2105 - gpr_test_util
2106 - gpr
2107 corpus_dirs:
2108 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002109 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002110 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111- name: hpack_parser_test
2112 build: test
2113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002114 src:
2115 - test/core/transport/chttp2/hpack_parser_test.c
2116 deps:
2117 - grpc_test_util
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121- name: hpack_table_test
2122 build: test
2123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002124 src:
2125 - test/core/transport/chttp2/hpack_table_test.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr_test_util
2130 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002131- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132 build: test
2133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002134 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002135 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002136 deps:
2137 - grpc_test_util
2138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr_test_util
2140 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002141- name: http_request_fuzzer_test
2142 build: fuzzer
2143 language: c
2144 src:
2145 - test/core/http/request_fuzzer.c
2146 deps:
2147 - grpc_test_util
2148 - grpc
2149 - gpr_test_util
2150 - gpr
2151 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002152 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002153 maxlen: 2048
2154- name: http_response_fuzzer_test
2155 build: fuzzer
2156 language: c
2157 src:
2158 - test/core/http/response_fuzzer.c
2159 deps:
2160 - grpc_test_util
2161 - grpc
2162 - gpr_test_util
2163 - gpr
2164 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002165 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002166 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002167- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002168 build: test
2169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002171 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002172 deps:
2173 - grpc_test_util
2174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002175 - gpr_test_util
2176 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002177- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002178 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179 build: test
2180 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002181 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002182 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002183 deps:
2184 - grpc_test_util
2185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr_test_util
2187 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002188 platforms:
2189 - mac
2190 - linux
2191 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002192- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002193 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002194 build: test
2195 language: c
2196 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002197 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002198 deps:
2199 - grpc_test_util
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002203 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002204 - linux
yang-gf1183302015-12-07 16:02:05 -08002205- name: init_test
2206 build: test
2207 language: c
2208 src:
2209 - test/core/surface/init_test.c
2210 deps:
2211 - grpc_test_util
2212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002215- name: internal_api_canary_iomgr_test
2216 build: test
2217 run: false
2218 language: c
2219 src:
2220 - test/core/internal_api_canaries/iomgr.c
2221 deps:
2222 - grpc_test_util
2223 - grpc
2224 - gpr_test_util
2225 - gpr
2226- name: internal_api_canary_support_test
2227 build: test
2228 run: false
2229 language: c
2230 src:
2231 - test/core/internal_api_canaries/iomgr.c
2232 deps:
2233 - grpc_test_util
2234 - grpc
2235 - gpr_test_util
2236 - gpr
2237- name: internal_api_canary_transport_test
2238 build: test
2239 run: false
2240 language: c
2241 src:
2242 - test/core/internal_api_canaries/iomgr.c
2243 deps:
2244 - grpc_test_util
2245 - grpc
2246 - gpr_test_util
2247 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002248- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002249 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002250 build: test
2251 language: c
2252 src:
2253 - test/core/end2end/invalid_call_argument_test.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002259- name: json_fuzzer_test
2260 build: fuzzer
2261 language: c
2262 src:
2263 - test/core/json/fuzzer.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
2267 - gpr_test_util
2268 - gpr
2269 corpus_dirs:
2270 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002271 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272- name: json_rewrite
2273 build: test
2274 run: false
2275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002276 src:
2277 - test/core/json/json_rewrite.c
2278 deps:
2279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002280 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002281- name: json_rewrite_test
2282 build: test
2283 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002284 src:
2285 - test/core/json/json_rewrite_test.c
2286 deps:
2287 - grpc_test_util
2288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 - gpr_test_util
2290 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002291- name: json_stream_error_test
2292 build: test
2293 language: c
2294 src:
2295 - test/core/json/json_stream_error_test.c
2296 deps:
2297 - grpc_test_util
2298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002299 - gpr_test_util
2300 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301- name: json_test
2302 build: test
2303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002304 src:
2305 - test/core/json/json_test.c
2306 deps:
2307 - grpc_test_util
2308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002309 - gpr_test_util
2310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: lame_client_test
2312 build: test
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/core/surface/lame_client_test.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002321- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002322 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002323 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002324 build: test
2325 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002326 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002327 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002328 deps:
2329 - grpc_test_util
2330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 - gpr_test_util
2332 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002333- name: load_file_test
2334 build: test
2335 language: c
2336 src:
2337 - test/core/iomgr/load_file_test.c
2338 deps:
2339 - grpc_test_util
2340 - grpc
2341 - gpr_test_util
2342 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002343- name: low_level_ping_pong_benchmark
2344 build: benchmark
2345 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002346 src:
2347 - test/core/network_benchmarks/low_level_ping_pong.c
2348 deps:
2349 - grpc_test_util
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002353 platforms:
2354 - mac
2355 - linux
2356 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002357- name: memory_profile_client
2358 build: test
2359 run: false
2360 language: c
2361 src:
2362 - test/core/memory_usage/client.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
2366 - gpr_test_util
2367 - gpr
2368- name: memory_profile_server
2369 build: test
2370 run: false
2371 language: c
2372 src:
2373 - test/core/memory_usage/server.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
2377 - gpr_test_util
2378 - gpr
2379- name: memory_profile_test
2380 cpu_cost: 1.5
2381 build: test
2382 language: c
2383 src:
2384 - test/core/memory_usage/memory_usage_test.c
2385 deps:
2386 - grpc_test_util
2387 - grpc
2388 - gpr_test_util
2389 - gpr
2390 platforms:
2391 - mac
2392 - linux
2393 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002394- name: message_compress_test
2395 build: test
2396 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002397 src:
2398 - test/core/compression/message_compress_test.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002404- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002405 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002406 build: test
2407 language: c
2408 src:
2409 - test/core/census/mlog_test.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
2413 - gpr_test_util
2414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002415- name: multiple_server_queues_test
2416 build: test
2417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
2419 - test/core/end2end/multiple_server_queues_test.c
2420 deps:
2421 - grpc_test_util
2422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002423 - gpr_test_util
2424 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002425- name: murmur_hash_test
2426 build: test
2427 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002428 src:
2429 - test/core/support/murmur_hash_test.c
2430 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002431 - gpr_test_util
2432 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002433- name: nanopb_fuzzer_response_test
2434 build: fuzzer
2435 language: c
2436 src:
2437 - test/core/nanopb/fuzzer_response.c
2438 deps:
2439 - grpc_test_util
2440 - grpc
2441 - gpr_test_util
2442 - gpr
2443 corpus_dirs:
2444 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002445 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002446- name: nanopb_fuzzer_serverlist_test
2447 build: fuzzer
2448 language: c
2449 src:
2450 - test/core/nanopb/fuzzer_serverlist.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
2454 - gpr_test_util
2455 - gpr
2456 corpus_dirs:
2457 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002458 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002460 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461 build: test
2462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/core/end2end/no_server_test.c
2465 deps:
2466 - grpc_test_util
2467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002468 - gpr_test_util
2469 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002470- name: percent_decode_fuzzer
2471 build: fuzzer
2472 language: c
2473 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002474 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002475 deps:
2476 - grpc_test_util
2477 - grpc
2478 - gpr_test_util
2479 - gpr
2480 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002481 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002482 maxlen: 32
2483- name: percent_encode_fuzzer
2484 build: fuzzer
2485 language: c
2486 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002487 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002488 deps:
2489 - grpc_test_util
2490 - grpc
2491 - gpr_test_util
2492 - gpr
2493 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002494 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002495 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002496- name: percent_encoding_test
2497 build: test
2498 language: c
2499 src:
2500 - test/core/slice/percent_encoding_test.c
2501 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002502 - grpc_test_util
2503 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002504 - gpr_test_util
2505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506- name: resolve_address_test
2507 build: test
2508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002509 src:
2510 - test/core/iomgr/resolve_address_test.c
2511 deps:
2512 - grpc_test_util
2513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002514 - gpr_test_util
2515 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002516 exclude_iomgrs:
2517 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002518- name: resource_quota_test
2519 cpu_cost: 30
2520 build: test
2521 language: c
2522 src:
2523 - test/core/iomgr/resource_quota_test.c
2524 deps:
2525 - grpc_test_util
2526 - grpc
2527 - gpr_test_util
2528 - gpr
yang-gd482e592015-12-10 14:04:00 -08002529- name: secure_channel_create_test
2530 build: test
2531 language: c
2532 src:
2533 - test/core/surface/secure_channel_create_test.c
2534 deps:
2535 - grpc_test_util
2536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002537 - gpr_test_util
2538 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539- name: secure_endpoint_test
2540 build: test
2541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002542 src:
2543 - test/core/security/secure_endpoint_test.c
2544 deps:
2545 - grpc_test_util
2546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002547 - gpr_test_util
2548 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002549 exclude_iomgrs:
2550 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002551- name: sequential_connectivity_test
2552 build: test
2553 language: c
2554 src:
2555 - test/core/surface/sequential_connectivity_test.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
2559 - gpr_test_util
2560 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002561 exclude_iomgrs:
2562 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002563- name: server_chttp2_test
2564 build: test
2565 language: c
2566 src:
2567 - test/core/surface/server_chttp2_test.c
2568 deps:
2569 - grpc_test_util
2570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002571 - gpr_test_util
2572 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002573- name: server_fuzzer
2574 build: fuzzer
2575 language: c
2576 src:
2577 - test/core/end2end/fuzzers/server_fuzzer.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
2581 - gpr_test_util
2582 - gpr
2583 corpus_dirs:
2584 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002585 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002586 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002587- name: server_test
2588 build: test
2589 language: c
2590 src:
2591 - test/core/surface/server_test.c
2592 deps:
2593 - grpc_test_util
2594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002595 - gpr_test_util
2596 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002597- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002598 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002599 build: test
2600 language: c
2601 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002602 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002603 deps:
2604 - test_tcp_server
2605 - grpc_test_util
2606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002607 - gpr_test_util
2608 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002609 exclude_iomgrs:
2610 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002611- name: slice_buffer_test
2612 build: test
2613 language: c
2614 src:
2615 - test/core/slice/slice_buffer_test.c
2616 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002617 - grpc_test_util
2618 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002619 - gpr_test_util
2620 - gpr
2621- name: slice_string_helpers_test
2622 build: test
2623 language: c
2624 src:
2625 - test/core/slice/slice_string_helpers_test.c
2626 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002627 - grpc_test_util
2628 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002629 - gpr_test_util
2630 - gpr
2631- name: slice_test
2632 build: test
2633 language: c
2634 src:
2635 - test/core/slice/slice_test.c
2636 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002637 - grpc_test_util
2638 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002639 - gpr_test_util
2640 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002641- name: sockaddr_resolver_test
2642 build: test
2643 language: c
2644 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002645 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002646 deps:
2647 - grpc_test_util
2648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002649 - gpr_test_util
2650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002651- name: sockaddr_utils_test
2652 build: test
2653 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - test/core/iomgr/sockaddr_utils_test.c
2656 deps:
2657 - grpc_test_util
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr_test_util
2660 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002661- name: socket_utils_test
2662 build: test
2663 language: c
2664 src:
2665 - test/core/iomgr/socket_utils_test.c
2666 deps:
2667 - grpc_test_util
2668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002669 - gpr_test_util
2670 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002671 exclude_iomgrs:
2672 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002673 platforms:
2674 - mac
2675 - linux
2676 - posix
yang-g31e21282016-11-04 15:10:03 -07002677- name: ssl_server_fuzzer
2678 build: fuzzer
2679 language: c
2680 src:
2681 - test/core/security/ssl_server_fuzzer.c
2682 deps:
2683 - grpc_test_util
2684 - grpc
2685 - gpr_test_util
2686 - gpr
2687 corpus_dirs:
2688 - test/core/security/corpus/ssl_server_corpus
2689 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002690- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002691 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002692 build: test
2693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002694 src:
2695 - test/core/iomgr/tcp_client_posix_test.c
2696 deps:
2697 - grpc_test_util
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002701 exclude_iomgrs:
2702 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002703 platforms:
2704 - mac
2705 - linux
2706 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002708 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002709 build: test
2710 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002711 src:
2712 - test/core/iomgr/tcp_posix_test.c
2713 deps:
2714 - grpc_test_util
2715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002716 - gpr_test_util
2717 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002718 exclude_iomgrs:
2719 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002720 platforms:
2721 - mac
2722 - linux
2723 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002724- name: tcp_server_posix_test
2725 build: test
2726 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002727 src:
2728 - test/core/iomgr/tcp_server_posix_test.c
2729 deps:
2730 - grpc_test_util
2731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002732 - gpr_test_util
2733 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002734 exclude_iomgrs:
2735 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002736 platforms:
2737 - mac
2738 - linux
2739 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002740- name: time_averaged_stats_test
2741 build: test
2742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002743 src:
2744 - test/core/iomgr/time_averaged_stats_test.c
2745 deps:
2746 - grpc_test_util
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr_test_util
2749 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002750- name: timeout_encoding_test
2751 build: test
2752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002753 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002754 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002755 deps:
2756 - grpc_test_util
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr_test_util
2759 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002760- name: timer_heap_test
2761 build: test
2762 language: c
2763 src:
2764 - test/core/iomgr/timer_heap_test.c
2765 deps:
2766 - grpc_test_util
2767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002768 - gpr_test_util
2769 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002770 exclude_iomgrs:
2771 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002772- name: timer_list_test
2773 build: test
2774 language: c
2775 src:
2776 - test/core/iomgr/timer_list_test.c
2777 deps:
2778 - grpc_test_util
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr_test_util
2781 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002782 exclude_iomgrs:
2783 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002784- name: transport_connectivity_state_test
2785 build: test
2786 language: c
2787 src:
2788 - test/core/transport/connectivity_state_test.c
2789 deps:
2790 - grpc_test_util
2791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002792 - gpr_test_util
2793 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002794- name: transport_metadata_test
2795 build: test
2796 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002797 src:
2798 - test/core/transport/metadata_test.c
2799 deps:
2800 - grpc_test_util
2801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002802 - gpr_test_util
2803 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002804- name: transport_pid_controller_test
2805 build: test
2806 language: c
2807 src:
2808 - test/core/transport/pid_controller_test.c
2809 deps:
2810 - grpc_test_util
2811 - grpc
2812 - gpr_test_util
2813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814- name: transport_security_test
2815 build: test
2816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002817 src:
2818 - test/core/tsi/transport_security_test.c
2819 deps:
2820 - grpc_test_util
2821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002822 - gpr_test_util
2823 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002824 platforms:
2825 - linux
2826 - posix
2827 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828- name: udp_server_test
2829 build: test
2830 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002831 src:
2832 - test/core/iomgr/udp_server_test.c
2833 deps:
2834 - grpc_test_util
2835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002836 - gpr_test_util
2837 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002838 exclude_iomgrs:
2839 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002840 platforms:
2841 - mac
2842 - linux
2843 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002844- name: uri_fuzzer_test
2845 build: fuzzer
2846 language: c
2847 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002848 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002849 deps:
2850 - grpc_test_util
2851 - grpc
2852 - gpr_test_util
2853 - gpr
2854 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002855 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002856 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002857- name: uri_parser_test
2858 build: test
2859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002860 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002861 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002862 deps:
2863 - grpc_test_util
2864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002865 - gpr_test_util
2866 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002867- name: wakeup_fd_cv_test
2868 build: test
2869 language: c
2870 src:
2871 - test/core/iomgr/wakeup_fd_cv_test.c
2872 deps:
2873 - grpc_test_util
2874 - grpc
2875 - gpr_test_util
2876 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002877 exclude_iomgrs:
2878 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002879 platforms:
2880 - mac
2881 - linux
2882 - posix
vjpai04e992a2016-02-10 16:58:38 -08002883- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002884 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002885 build: test
2886 language: c++
2887 src:
2888 - test/cpp/common/alarm_cpp_test.cc
2889 deps:
2890 - grpc++_test_util
2891 - grpc_test_util
2892 - grpc++
2893 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002894 - gpr_test_util
2895 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002896- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002897 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898 build: test
2899 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002900 src:
2901 - test/cpp/end2end/async_end2end_test.cc
2902 deps:
2903 - grpc++_test_util
2904 - grpc_test_util
2905 - grpc++
2906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002907 - gpr_test_util
2908 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002909- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002910 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002911 build: test
2912 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002913 src:
2914 - test/cpp/common/auth_property_iterator_test.cc
2915 deps:
2916 - grpc++_test_util
2917 - grpc_test_util
2918 - grpc++
2919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002920 - gpr_test_util
2921 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002922- name: bm_fullstack
2923 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002924 language: c++
2925 src:
2926 - test/cpp/microbenchmarks/bm_fullstack.cc
2927 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002928 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002929 - grpc++_test_util
2930 - grpc_test_util
2931 - grpc++
2932 - grpc
2933 - gpr_test_util
2934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002935- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002936 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002937 build: test
2938 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002939 src:
yang-g52705592015-11-25 11:45:33 -08002940 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002941 deps:
2942 - grpc++
2943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002944 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002945- name: channel_filter_test
2946 gtest: true
2947 build: test
2948 language: c++
2949 src:
2950 - test/cpp/common/channel_filter_test.cc
2951 deps:
2952 - grpc++
2953 - grpc
2954 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002955- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002956 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002957 build: test
2958 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002959 src:
2960 - test/cpp/util/cli_call_test.cc
2961 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002962 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002963 - grpc++_test_util
2964 - grpc_test_util
2965 - grpc++
2966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002967 - gpr_test_util
2968 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002970 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002971 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972 build: test
2973 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002974 src:
2975 - test/cpp/end2end/client_crash_test.cc
2976 deps:
2977 - grpc++_test_util
2978 - grpc_test_util
2979 - grpc++
2980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002981 - gpr_test_util
2982 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002983 platforms:
2984 - mac
2985 - linux
2986 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002987- name: client_crash_test_server
2988 build: test
2989 run: false
2990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002991 src:
2992 - test/cpp/end2end/client_crash_test_server.cc
2993 deps:
2994 - grpc++_test_util
2995 - grpc_test_util
2996 - grpc++
2997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002998 - gpr_test_util
2999 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003000- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003001 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003002 build: test
3003 language: c++
3004 src:
3005 - src/proto/grpc/testing/control.proto
3006 - src/proto/grpc/testing/messages.proto
3007 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003008 - src/proto/grpc/testing/services.proto
3009 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003010 - test/cpp/codegen/codegen_test_full.cc
3011 deps:
3012 - grpc++
3013 - grpc
3014 - gpr
3015 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003016 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003017- name: codegen_test_minimal
3018 gtest: true
3019 build: test
3020 language: c++
3021 src:
3022 - src/proto/grpc/testing/control.proto
3023 - src/proto/grpc/testing/messages.proto
3024 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003025 - src/proto/grpc/testing/services.proto
3026 - src/proto/grpc/testing/stats.proto
3027 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003028 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003029 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003030 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003032 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003033 build: test
3034 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003035 src:
3036 - test/cpp/client/credentials_test.cc
3037 deps:
3038 - grpc++
3039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003042 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003043 build: test
3044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003045 src:
3046 - test/cpp/util/byte_buffer_test.cc
3047 deps:
3048 - grpc_test_util
3049 - grpc++
3050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003051 - gpr_test_util
3052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003053- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003054 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003055 build: test
3056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003057 src:
3058 - test/cpp/util/slice_test.cc
3059 deps:
3060 - grpc_test_util
3061 - grpc++
3062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003063 - gpr_test_util
3064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003066 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003067 build: test
3068 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003069 src:
3070 - test/cpp/util/string_ref_test.cc
3071 deps:
3072 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003073- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003074 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003075 build: test
3076 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003077 src:
3078 - test/cpp/util/time_test.cc
3079 deps:
3080 - grpc_test_util
3081 - grpc++
3082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003083 - gpr_test_util
3084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003085- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003086 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003087 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003088 build: test
3089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003090 src:
3091 - test/cpp/end2end/end2end_test.cc
3092 deps:
3093 - grpc++_test_util
3094 - grpc_test_util
3095 - grpc++
3096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003097 - gpr_test_util
3098 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003099- name: filter_end2end_test
3100 gtest: true
3101 build: test
3102 language: c++
3103 src:
3104 - test/cpp/end2end/filter_end2end_test.cc
3105 deps:
3106 - grpc++_test_util
3107 - grpc_test_util
3108 - grpc++
3109 - grpc
3110 - gpr_test_util
3111 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003112- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003113 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003114 build: test
3115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003116 src:
3117 - test/cpp/end2end/generic_end2end_test.cc
3118 deps:
3119 - grpc++_test_util
3120 - grpc_test_util
3121 - grpc++
3122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003123 - gpr_test_util
3124 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003125- name: golden_file_test
3126 gtest: true
3127 build: test
3128 language: c++
3129 src:
3130 - src/proto/grpc/testing/compiler_test.proto
3131 - test/cpp/codegen/golden_file_test.cc
3132 deps:
3133 - grpc++
3134 - grpc
3135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003136- name: grpc_cli
3137 build: test
3138 run: false
3139 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003140 src:
3141 - test/cpp/util/grpc_cli.cc
3142 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003143 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003144 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003145 - grpc++
3146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003147 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003148 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003149- name: grpc_cpp_plugin
3150 build: protoc
3151 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003152 src:
3153 - src/compiler/cpp_plugin.cc
3154 deps:
3155 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003156 secure: false
3157 vs_config_type: Application
3158 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3159- name: grpc_csharp_plugin
3160 build: protoc
3161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003162 src:
3163 - src/compiler/csharp_plugin.cc
3164 deps:
3165 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003166 secure: false
3167 vs_config_type: Application
3168 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003169- name: grpc_node_plugin
3170 build: protoc
3171 language: c++
3172 src:
3173 - src/compiler/node_plugin.cc
3174 deps:
3175 - grpc_plugin_support
3176 secure: false
3177 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003178- name: grpc_objective_c_plugin
3179 build: protoc
3180 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003181 src:
3182 - src/compiler/objective_c_plugin.cc
3183 deps:
3184 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003185 secure: false
3186 vs_config_type: Application
3187 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003188- name: grpc_php_plugin
3189 build: protoc
3190 language: c++
3191 src:
3192 - src/compiler/php_plugin.cc
3193 deps:
3194 - grpc_plugin_support
3195 secure: false
3196 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003197- name: grpc_python_plugin
3198 build: protoc
3199 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003200 src:
3201 - src/compiler/python_plugin.cc
3202 deps:
3203 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003204 secure: false
3205 vs_config_type: Application
3206 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3207- name: grpc_ruby_plugin
3208 build: protoc
3209 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003210 src:
3211 - src/compiler/ruby_plugin.cc
3212 deps:
3213 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003214 secure: false
3215 vs_config_type: Application
3216 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003217- name: grpc_tool_test
3218 gtest: true
3219 build: test
3220 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003221 src:
3222 - src/proto/grpc/testing/echo.proto
3223 - src/proto/grpc/testing/echo_messages.proto
3224 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003225 deps:
3226 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003227 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003228 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003229 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003230 - grpc_test_util
3231 - grpc++
3232 - grpc
3233 - gpr_test_util
3234 - gpr
3235 filegroups:
3236 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003237- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003238 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003239 build: test
3240 language: c++
3241 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003242 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003243 - test/cpp/grpclb/grpclb_api_test.cc
3244 deps:
3245 - grpc++_test_util
3246 - grpc_test_util
3247 - grpc++
3248 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003249- name: grpclb_test
3250 gtest: false
3251 build: test
3252 language: c++
3253 src:
3254 - src/proto/grpc/lb/v1/load_balancer.proto
3255 - test/cpp/grpclb/grpclb_test.cc
3256 deps:
3257 - gpr
3258 - gpr_test_util
3259 - grpc
3260 - grpc++
3261 - grpc++_test_util
3262 - grpc_test_util
Eric Gribkoffc344e872017-01-09 10:53:50 -08003263- name: http2_client
3264 build: test
3265 run: false
3266 language: c++
3267 src: []
3268 deps:
3269 - http2_client_main
3270 - grpc++_test_util
3271 - grpc_test_util
3272 - grpc++
3273 - grpc
3274 - grpc++_test_config
3275 platforms:
3276 - mac
3277 - linux
3278 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003279- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003280 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003281 build: test
3282 language: c++
3283 src:
3284 - test/cpp/end2end/hybrid_end2end_test.cc
3285 deps:
3286 - grpc++_test_util
3287 - grpc_test_util
3288 - grpc++
3289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003290 - gpr_test_util
3291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003292- name: interop_client
3293 build: test
3294 run: false
3295 language: c++
3296 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003297 deps:
3298 - interop_client_main
3299 - interop_client_helper
3300 - grpc++_test_util
3301 - grpc_test_util
3302 - grpc++
3303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003304 - gpr_test_util
3305 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003306 - grpc++_test_config
3307 platforms:
3308 - mac
3309 - linux
3310 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003311- name: interop_server
3312 build: test
3313 run: false
3314 language: c++
3315 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003316 deps:
3317 - interop_server_main
3318 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003319 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003320 - grpc++_test_util
3321 - grpc_test_util
3322 - grpc++
3323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003324 - gpr_test_util
3325 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003326 - grpc++_test_config
3327 platforms:
3328 - mac
3329 - linux
3330 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003331- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003332 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003333 build: test
3334 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003335 src:
3336 - test/cpp/interop/interop_test.cc
3337 deps:
3338 - grpc_test_util
3339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003340 - gpr_test_util
3341 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003342 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003343 platforms:
3344 - mac
3345 - linux
3346 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003347- name: json_run_localhost
3348 build: test
3349 run: false
3350 language: c++
3351 src:
3352 - test/cpp/qps/json_run_localhost.cc
3353 deps:
3354 - grpc++_test_util
3355 - grpc_test_util
3356 - grpc++
3357 - grpc
3358 - gpr_test_util
3359 - gpr
3360 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003361- name: metrics_client
3362 build: test
3363 run: false
3364 language: c++
3365 headers:
3366 - test/cpp/util/metrics_server.h
3367 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003368 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003369 - test/cpp/interop/metrics_client.cc
3370 deps:
3371 - grpc++
3372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003373 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003374 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003375- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003376 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003377 build: test
3378 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003379 src:
3380 - test/cpp/end2end/mock_test.cc
3381 deps:
3382 - grpc++_test_util
3383 - grpc_test_util
3384 - grpc++
3385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003386 - gpr_test_util
3387 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003388- name: noop-benchmark
3389 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003390 language: c++
3391 src:
3392 - test/cpp/microbenchmarks/noop-benchmark.cc
3393 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003394 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003395- name: proto_server_reflection_test
3396 gtest: true
3397 build: test
3398 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003399 src:
3400 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003401 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003402 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003403 - grpc++_reflection
3404 - grpc++_test_util
3405 - grpc_test_util
3406 - grpc++
3407 - grpc
3408 - gpr_test_util
3409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003410- name: qps_interarrival_test
3411 build: test
3412 run: false
3413 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003414 src:
3415 - test/cpp/qps/qps_interarrival_test.cc
3416 deps:
3417 - qps
3418 - grpc++_test_util
3419 - grpc_test_util
3420 - grpc++
3421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003422 - gpr_test_util
3423 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003424 platforms:
3425 - mac
3426 - linux
3427 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003428- name: qps_json_driver
3429 build: test
3430 run: false
3431 language: c++
3432 src:
3433 - test/cpp/qps/qps_json_driver.cc
3434 deps:
3435 - qps
3436 - grpc++_test_util
3437 - grpc_test_util
3438 - grpc++
3439 - grpc
3440 - gpr_test_util
3441 - gpr
3442 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003443- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003444 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003445 build: test
3446 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003447 src:
3448 - test/cpp/qps/qps_openloop_test.cc
3449 deps:
3450 - qps
3451 - grpc++_test_util
3452 - grpc_test_util
3453 - grpc++
3454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003455 - gpr_test_util
3456 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003457 - grpc++_test_config
3458 platforms:
3459 - mac
3460 - linux
3461 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003462- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003463 build: test
3464 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003466 headers:
3467 - test/cpp/qps/client.h
3468 - test/cpp/qps/server.h
3469 src:
3470 - test/cpp/qps/worker.cc
3471 deps:
3472 - qps
3473 - grpc++_test_util
3474 - grpc_test_util
3475 - grpc++
3476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003477 - gpr_test_util
3478 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003479 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003480- name: reconnect_interop_client
3481 build: test
3482 run: false
3483 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003484 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003485 - src/proto/grpc/testing/empty.proto
3486 - src/proto/grpc/testing/messages.proto
3487 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003488 - test/cpp/interop/reconnect_interop_client.cc
3489 deps:
3490 - grpc++_test_util
3491 - grpc_test_util
3492 - grpc++
3493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003494 - gpr_test_util
3495 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003496 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003497- name: reconnect_interop_server
3498 build: test
3499 run: false
3500 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003501 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003502 - src/proto/grpc/testing/empty.proto
3503 - src/proto/grpc/testing/messages.proto
3504 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003505 - test/cpp/interop/reconnect_interop_server.cc
3506 deps:
3507 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003508 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003509 - grpc++_test_util
3510 - grpc_test_util
3511 - grpc++
3512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003513 - gpr_test_util
3514 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003515 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003516- name: round_robin_end2end_test
3517 gtest: true
3518 build: test
3519 language: c++
3520 src:
3521 - test/cpp/end2end/round_robin_end2end_test.cc
3522 deps:
3523 - grpc++_test_util
3524 - grpc_test_util
3525 - grpc++
3526 - grpc
3527 - gpr_test_util
3528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003529- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003530 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003531 build: test
3532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003533 src:
3534 - test/cpp/common/secure_auth_context_test.cc
3535 deps:
3536 - grpc++_test_util
3537 - grpc_test_util
3538 - grpc++
3539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003540 - gpr_test_util
3541 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003542- name: secure_sync_unary_ping_pong_test
3543 build: test
3544 language: c++
3545 src:
3546 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3547 deps:
3548 - qps
3549 - grpc++_test_util
3550 - grpc_test_util
3551 - grpc++
3552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003553 - gpr_test_util
3554 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003555 platforms:
3556 - mac
3557 - linux
3558 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003559- name: server_builder_plugin_test
3560 gtest: true
3561 build: test
3562 language: c++
3563 src:
3564 - test/cpp/end2end/server_builder_plugin_test.cc
3565 deps:
3566 - grpc++_test_util
3567 - grpc_test_util
3568 - grpc++
3569 - grpc
3570 - gpr_test_util
3571 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003572- name: server_context_test_spouse_test
3573 gtest: true
3574 build: test
3575 language: c++
3576 src:
3577 - test/cpp/test/server_context_test_spouse_test.cc
3578 deps:
3579 - grpc_test_util
3580 - grpc++_test
3581 - grpc++
3582 - grpc
3583 - gpr_test_util
3584 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003585- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003586 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003587 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003588 build: test
3589 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003590 src:
3591 - test/cpp/end2end/server_crash_test.cc
3592 deps:
3593 - grpc++_test_util
3594 - grpc_test_util
3595 - grpc++
3596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003597 - gpr_test_util
3598 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003599 platforms:
3600 - mac
3601 - linux
3602 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003603- name: server_crash_test_client
3604 build: test
3605 run: false
3606 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003607 src:
3608 - test/cpp/end2end/server_crash_test_client.cc
3609 deps:
3610 - grpc++_test_util
3611 - grpc_test_util
3612 - grpc++
3613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003614 - gpr_test_util
3615 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003616- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003617 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003618 build: test
3619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003620 src:
3621 - test/cpp/end2end/shutdown_test.cc
3622 deps:
3623 - grpc++_test_util
3624 - grpc_test_util
3625 - grpc++
3626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003627 - gpr_test_util
3628 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003629- name: status_test
3630 build: test
3631 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003632 src:
3633 - test/cpp/util/status_test.cc
3634 deps:
3635 - grpc_test_util
3636 - grpc++
3637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003638 - gpr_test_util
3639 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003640- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003641 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003642 build: test
3643 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003644 src:
3645 - test/cpp/end2end/streaming_throughput_test.cc
3646 deps:
3647 - grpc++_test_util
3648 - grpc_test_util
3649 - grpc++
3650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003651 - gpr_test_util
3652 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003653 platforms:
3654 - mac
3655 - linux
3656 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003657- name: stress_test
3658 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003659 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003660 language: c++
3661 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003662 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003663 - test/cpp/interop/interop_client.h
3664 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003665 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003666 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003667 - src/proto/grpc/testing/empty.proto
3668 - src/proto/grpc/testing/messages.proto
3669 - src/proto/grpc/testing/metrics.proto
3670 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003671 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003672 - test/cpp/interop/interop_client.cc
3673 - test/cpp/interop/stress_interop_client.cc
3674 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003675 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003676 deps:
3677 - grpc++_test_util
3678 - grpc_test_util
3679 - grpc++
3680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003681 - gpr_test_util
3682 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003683 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003684- name: thread_manager_test
3685 build: test
3686 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003687 src:
3688 - test/cpp/thread_manager/thread_manager_test.cc
3689 deps:
3690 - grpc++
3691 - grpc
3692 - gpr
3693 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003694- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003695 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003696 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003697 build: test
3698 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003699 src:
3700 - test/cpp/end2end/thread_stress_test.cc
3701 deps:
3702 - grpc++_test_util
3703 - grpc_test_util
3704 - grpc++
3705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003706 - gpr_test_util
3707 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003708- name: public_headers_must_be_c89
3709 build: test
3710 language: c89
3711 src:
3712 - test/core/surface/public_headers_must_be_c89.c
3713 deps:
3714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003716vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003717- linkage: static
3718 name: grpc.dependencies.zlib
3719 props: false
3720 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003721 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003722- linkage: static
3723 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003724 props: true
3725 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003726 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003727- name: gflags
3728 props: false
3729 redist: false
3730 version: 2.1.2.1
3731- name: gtest
3732 props: false
3733 redist: false
3734 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003735configs:
3736 asan:
3737 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003738 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3739 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003740 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003741 LD: clang
3742 LDFLAGS: -fsanitize=address
3743 LDXX: clang++
3744 compile_the_world: true
3745 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003746 ASAN_OPTIONS: detect_leaks=1:color=always
3747 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003748 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003749 asan-noleaks:
3750 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003751 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3752 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003753 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003754 LD: clang
3755 LDFLAGS: -fsanitize=address
3756 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003757 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003758 test_environ:
3759 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003760 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003761 asan-trace-cmp:
3762 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003763 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3764 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003765 CXX: clang++
3766 LD: clang
3767 LDFLAGS: -fsanitize=address
3768 LDXX: clang++
3769 compile_the_world: true
3770 test_environ:
3771 ASAN_OPTIONS: detect_leaks=1:color=always
3772 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3773 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003774 basicprof:
3775 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3776 DEFINES: NDEBUG
3777 dbg:
3778 CPPFLAGS: -O0
3779 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003780 easan:
3781 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003782 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3783 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003784 CXX: clang++
3785 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3786 LD: clang
3787 LDFLAGS: -fsanitize=address
3788 LDXX: clang++
3789 compile_the_world: true
3790 test_environ:
3791 ASAN_OPTIONS: detect_leaks=1:color=always
3792 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3793 timeout_multiplier: 3
3794 edbg:
3795 CPPFLAGS: -O0
3796 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3797 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003798 CC: clang
3799 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003800 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003801 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003802 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003803 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003804 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003805 LDXX: clang++
3806 compile_the_world: true
3807 test_environ:
3808 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3809 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003810 gcov:
3811 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003812 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003813 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003814 DEFINES: _DEBUG DEBUG GPR_GCOV
3815 LD: gcc
3816 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3817 LDXX: g++
3818 helgrind:
3819 CPPFLAGS: -O0
3820 DEFINES: _DEBUG DEBUG
3821 LDFLAGS: -rdynamic
3822 timeout_multiplier: 20
3823 valgrind: --tool=helgrind
3824 memcheck:
3825 CPPFLAGS: -O0
3826 DEFINES: _DEBUG DEBUG
3827 LDFLAGS: -rdynamic
3828 timeout_multiplier: 10
3829 valgrind: --tool=memcheck --leak-check=full
3830 msan:
3831 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003832 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3833 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3834 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003835 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003836 DEFINES: NDEBUG
3837 LD: clang
3838 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3839 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3840 LDXX: clang++
3841 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003842 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003843 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003844 CPPFLAGS: -O3 -fno-omit-frame-pointer
3845 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003846 LDFLAGS: -rdynamic
3847 opt:
3848 CPPFLAGS: -O2
3849 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003850 stapprof:
3851 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3852 DEFINES: NDEBUG
3853 tsan:
3854 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003855 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003856 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003857 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003858 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003859 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003860 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003861 LDXX: clang++
3862 compile_the_world: true
3863 test_environ:
3864 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003865 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003866 ubsan:
3867 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003868 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3869 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003870 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003871 DEFINES: NDEBUG
3872 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003873 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003874 LDXX: clang++
3875 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003876 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003877 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003878 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003879defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07003880 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07003881 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zengf64bf282016-08-11 21:21:32 -07003882 CPPFLAGS: -Ithird_party/c-ares -Isrc/c-ares $(if $(subst Linux,,$(SYSTEM)),,-Isrc/c-ares/config_linux)
Yuchen Zeng42a6c262016-08-11 22:43:55 -07003883 $(if $(subst Darwin,,$(SYSTEM)),,-Isrc/c-ares/config_darwin) -fvisibility=hidden
3884 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08003885 benchmark:
3886 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003887 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003888 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003889 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003890 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003891 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003892 global:
3893 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3894 LDFLAGS: -g
3895 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003896 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003897 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003898node_modules:
3899- deps:
3900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003901 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003902 - boringssl
3903 - z
murgatroid9994a75412015-11-19 14:04:53 -08003904 headers:
3905 - src/node/ext/byte_buffer.h
3906 - src/node/ext/call.h
3907 - src/node/ext/call_credentials.h
3908 - src/node/ext/channel.h
3909 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003910 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003911 - src/node/ext/server.h
3912 - src/node/ext/server_credentials.h
3913 - src/node/ext/timeval.h
3914 js:
3915 - src/node/index.js
3916 - src/node/src/client.js
3917 - src/node/src/common.js
3918 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003919 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003920 - src/node/src/metadata.js
3921 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003922 name: grpc_node
3923 src:
3924 - src/node/ext/byte_buffer.cc
3925 - src/node/ext/call.cc
3926 - src/node/ext/call_credentials.cc
3927 - src/node/ext/channel.cc
3928 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003929 - src/node/ext/completion_queue_threadpool.cc
3930 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003931 - src/node/ext/node_grpc.cc
3932 - src/node/ext/server.cc
3933 - src/node/ext/server_credentials.cc
3934 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003935openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003936 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003937 extraction_dir: openssl-1.0.2f
3938 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003939php_config_m4:
3940 deps:
3941 - grpc
3942 - gpr
3943 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003944 headers:
3945 - src/php/ext/grpc/byte_buffer.h
3946 - src/php/ext/grpc/call.h
3947 - src/php/ext/grpc/call_credentials.h
3948 - src/php/ext/grpc/channel.h
3949 - src/php/ext/grpc/channel_credentials.h
3950 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003951 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003952 - src/php/ext/grpc/php_grpc.h
3953 - src/php/ext/grpc/server.h
3954 - src/php/ext/grpc/server_credentials.h
3955 - src/php/ext/grpc/timeval.h
3956 src:
3957 - src/php/ext/grpc/byte_buffer.c
3958 - src/php/ext/grpc/call.c
3959 - src/php/ext/grpc/call_credentials.c
3960 - src/php/ext/grpc/channel.c
3961 - src/php/ext/grpc/channel_credentials.c
3962 - src/php/ext/grpc/completion_queue.c
3963 - src/php/ext/grpc/php_grpc.c
3964 - src/php/ext/grpc/server.c
3965 - src/php/ext/grpc/server_credentials.c
3966 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003967python_dependencies:
3968 deps:
3969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003970 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07003971 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003972 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003973 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003974ruby_gem:
3975 deps:
3976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003977 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07003978 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07003979 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003980 - z