blob: 2ad2df4621a53be33ad728d1d9c72db9002cbbbd [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tiller5cad46e2017-01-30 15:32:24 -080015 core_version: 3.0.0-dev
16 g_stands_for: green
17 version: 1.2.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
88 - src/core/lib/support/backoff.h
89 - src/core/lib/support/block_annotate.h
90 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070091 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/murmur_hash.h
93 - src/core/lib/support/stack_lockfree.h
94 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070095 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/thd_internal.h
97 - src/core/lib/support/time_precise.h
98 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010099 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700100 - src/core/lib/profiling/basic_timers.c
101 - src/core/lib/profiling/stap_timers.c
102 - src/core/lib/support/alloc.c
103 - src/core/lib/support/avl.c
104 - src/core/lib/support/backoff.c
105 - src/core/lib/support/cmdline.c
106 - src/core/lib/support/cpu_iphone.c
107 - src/core/lib/support/cpu_linux.c
108 - src/core/lib/support/cpu_posix.c
109 - src/core/lib/support/cpu_windows.c
110 - src/core/lib/support/env_linux.c
111 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700112 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700113 - src/core/lib/support/histogram.c
114 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700115 - src/core/lib/support/log.c
116 - src/core/lib/support/log_android.c
117 - src/core/lib/support/log_linux.c
118 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700119 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700120 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/stack_lockfree.c
123 - src/core/lib/support/string.c
124 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700125 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/subprocess_posix.c
128 - src/core/lib/support/subprocess_windows.c
129 - src/core/lib/support/sync.c
130 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700131 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/thd.c
133 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/time.c
136 - src/core/lib/support/time_posix.c
137 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200140 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700141 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700144 uses:
145 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800146- name: gpr_codegen
147 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/atm.h
149 - include/grpc/impl/codegen/atm_gcc_atomic.h
150 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700151 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800152 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700153 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800154 - include/grpc/impl/codegen/port_platform.h
155 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800156 - include/grpc/impl/codegen/sync.h
157 - include/grpc/impl/codegen/sync_generic.h
158 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700159 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700160- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700161 public_headers:
162 - include/grpc/byte_buffer.h
163 - include/grpc/byte_buffer_reader.h
164 - include/grpc/compression.h
165 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700166 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200167 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700168 - include/grpc/slice.h
169 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700170 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700171 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700172 - src/core/lib/channel/channel_args.h
173 - src/core/lib/channel/channel_stack.h
174 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700175 - src/core/lib/channel/compress_filter.h
176 - src/core/lib/channel/connected_channel.h
177 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700178 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700179 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800180 - src/core/lib/channel/handshaker_factory.h
181 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/channel/http_client_filter.h
183 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700184 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/compression/algorithm_metadata.h
186 - src/core/lib/compression/message_compress.h
187 - src/core/lib/debug/trace.h
188 - src/core/lib/http/format_request.h
189 - src/core/lib/http/httpcli.h
190 - src/core/lib/http/parser.h
191 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700192 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/endpoint.h
194 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700195 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800196 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700197 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700198 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700199 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/exec_ctx.h
201 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/iocp_windows.h
203 - src/core/lib/iomgr/iomgr.h
204 - src/core/lib/iomgr/iomgr_internal.h
205 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700206 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700207 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700208 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700212 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700214 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700216 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/sockaddr.h
218 - src/core/lib/iomgr/sockaddr_posix.h
219 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700220 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700221 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700222 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/socket_utils_posix.h
224 - src/core/lib/iomgr/socket_windows.h
225 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700226 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/tcp_posix.h
228 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700229 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/tcp_windows.h
231 - src/core/lib/iomgr/time_averaged_stats.h
232 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700233 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/udp_server.h
237 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700238 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/iomgr/wakeup_fd_pipe.h
240 - src/core/lib/iomgr/wakeup_fd_posix.h
241 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700242 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/workqueue_windows.h
244 - src/core/lib/json/json.h
245 - src/core/lib/json/json_common.h
246 - src/core/lib/json/json_reader.h
247 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700248 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800249 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800250 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700251 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/surface/api_trace.h
253 - src/core/lib/surface/call.h
254 - src/core/lib/surface/call_test_only.h
255 - src/core/lib/surface/channel.h
256 - src/core/lib/surface/channel_init.h
257 - src/core/lib/surface/channel_stack_type.h
258 - src/core/lib/surface/completion_queue.h
259 - src/core/lib/surface/event_string.h
260 - src/core/lib/surface/init.h
261 - src/core/lib/surface/lame_client.h
262 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800263 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700264 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700266 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800267 - src/core/lib/transport/error_utils.h
268 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/transport/metadata.h
270 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700271 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700272 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800274 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400275 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/transport/transport.h
277 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700278 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/channel/channel_args.c
280 - src/core/lib/channel/channel_stack.c
281 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/channel/compress_filter.c
283 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700284 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700285 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800286 - src/core/lib/channel/handshaker_factory.c
287 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/channel/http_client_filter.c
289 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700290 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700291 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/compression/message_compress.c
293 - src/core/lib/debug/trace.c
294 - src/core/lib/http/format_request.c
295 - src/core/lib/http/httpcli.c
296 - src/core/lib/http/parser.c
297 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700298 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/iomgr/endpoint.c
300 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700301 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700303 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700304 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700305 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700306 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/exec_ctx.c
308 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/iocp_windows.c
310 - src/core/lib/iomgr/iomgr.c
311 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700312 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700314 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700315 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700316 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/pollset_windows.c
321 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700324 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700326 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/socket_utils_common_posix.c
328 - src/core/lib/iomgr/socket_utils_linux.c
329 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700330 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700331 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/iomgr/socket_windows.c
333 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700334 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/tcp_client_windows.c
336 - src/core/lib/iomgr/tcp_posix.c
337 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/tcp_windows.c
342 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700343 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700345 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/iomgr/udp_server.c
347 - src/core/lib/iomgr/unix_sockets_posix.c
348 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700349 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/wakeup_fd_eventfd.c
351 - src/core/lib/iomgr/wakeup_fd_nospecial.c
352 - src/core/lib/iomgr/wakeup_fd_pipe.c
353 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700354 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700355 - src/core/lib/iomgr/workqueue_windows.c
356 - src/core/lib/json/json.c
357 - src/core/lib/json/json_reader.c
358 - src/core/lib/json/json_string.c
359 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700360 - src/core/lib/slice/percent_encoding.c
361 - src/core/lib/slice/slice.c
362 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800363 - src/core/lib/slice/slice_hash_table.c
364 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700365 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/surface/alarm.c
367 - src/core/lib/surface/api_trace.c
368 - src/core/lib/surface/byte_buffer.c
369 - src/core/lib/surface/byte_buffer_reader.c
370 - src/core/lib/surface/call.c
371 - src/core/lib/surface/call_details.c
372 - src/core/lib/surface/call_log_batch.c
373 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/surface/channel_init.c
375 - src/core/lib/surface/channel_ping.c
376 - src/core/lib/surface/channel_stack_type.c
377 - src/core/lib/surface/completion_queue.c
378 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700379 - src/core/lib/surface/lame_client.c
380 - src/core/lib/surface/metadata_array.c
381 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700382 - src/core/lib/surface/validate_metadata.c
383 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700384 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700386 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800387 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/transport/metadata.c
389 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700390 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700391 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800393 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400394 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/transport/transport.c
396 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700397 deps:
398 - gpr
399 uses:
400 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700401- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700402 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700403 - src/core/ext/client_channel/client_channel.h
404 - src/core/ext/client_channel/client_channel_factory.h
405 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700406 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800407 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700408 - src/core/ext/client_channel/initial_connect_string.h
409 - src/core/ext/client_channel/lb_policy.h
410 - src/core/ext/client_channel/lb_policy_factory.h
411 - src/core/ext/client_channel/lb_policy_registry.h
412 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800413 - src/core/ext/client_channel/proxy_mapper.h
414 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700415 - src/core/ext/client_channel/resolver.h
416 - src/core/ext/client_channel/resolver_factory.h
417 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700418 - src/core/ext/client_channel/subchannel.h
419 - src/core/ext/client_channel/subchannel_index.h
420 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700421 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700422 - src/core/ext/client_channel/channel_connectivity.c
423 - src/core/ext/client_channel/client_channel.c
424 - src/core/ext/client_channel/client_channel_factory.c
425 - src/core/ext/client_channel/client_channel_plugin.c
426 - src/core/ext/client_channel/connector.c
427 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700428 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800429 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700430 - src/core/ext/client_channel/initial_connect_string.c
431 - src/core/ext/client_channel/lb_policy.c
432 - src/core/ext/client_channel/lb_policy_factory.c
433 - src/core/ext/client_channel/lb_policy_registry.c
434 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800435 - src/core/ext/client_channel/proxy_mapper.c
436 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700437 - src/core/ext/client_channel/resolver.c
438 - src/core/ext/client_channel/resolver_factory.c
439 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700440 - src/core/ext/client_channel/subchannel.c
441 - src/core/ext/client_channel/subchannel_index.c
442 - src/core/ext/client_channel/uri_parser.c
443 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700444 uses:
445 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800446- name: grpc_codegen
447 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700448 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800449 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800450 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800451 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800452 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800453 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800454 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700455 uses:
456 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700457- name: grpc_lb_policy_grpclb
458 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700459 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800460 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700461 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700462 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700463 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700464 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800465 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
466 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
467 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
468 plugin: grpc_lb_policy_grpclb
469 uses:
470 - grpc_base
471 - grpc_client_channel
472 - nanopb
473- name: grpc_lb_policy_grpclb_secure
474 headers:
475 - src/core/ext/lb_policy/grpclb/grpclb.h
476 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
477 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
478 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
479 src:
480 - src/core/ext/lb_policy/grpclb/grpclb.c
481 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700482 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700483 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700484 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700485 uses:
486 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700487 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700488 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700489- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700490 src:
491 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700492 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700493 uses:
494 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700495 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700496- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700497 src:
498 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700499 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700500 uses:
501 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700502 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700503- name: grpc_load_reporting
504 headers:
505 - src/core/ext/load_reporting/load_reporting.h
506 - src/core/ext/load_reporting/load_reporting_filter.h
507 src:
508 - src/core/ext/load_reporting/load_reporting.c
509 - src/core/ext/load_reporting/load_reporting_filter.c
510 plugin: grpc_load_reporting_plugin
511 uses:
512 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700513- name: grpc_resolver_dns_native
514 src:
515 - src/core/ext/resolver/dns/native/dns_resolver.c
516 plugin: grpc_resolver_dns_native
517 uses:
518 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700519 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700520- name: grpc_resolver_sockaddr
521 src:
522 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
523 plugin: grpc_resolver_sockaddr
524 uses:
525 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700526 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100527- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700528 public_headers:
529 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100530 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700531 - src/core/lib/security/context/security_context.h
532 - src/core/lib/security/credentials/composite/composite_credentials.h
533 - src/core/lib/security/credentials/credentials.h
534 - src/core/lib/security/credentials/fake/fake_credentials.h
535 - src/core/lib/security/credentials/google_default/google_default_credentials.h
536 - src/core/lib/security/credentials/iam/iam_credentials.h
537 - src/core/lib/security/credentials/jwt/json_token.h
538 - src/core/lib/security/credentials/jwt/jwt_credentials.h
539 - src/core/lib/security/credentials/jwt/jwt_verifier.h
540 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
541 - src/core/lib/security/credentials/plugin/plugin_credentials.h
542 - src/core/lib/security/credentials/ssl/ssl_credentials.h
543 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800544 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700545 - src/core/lib/security/transport/secure_endpoint.h
546 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800547 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700548 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700549 - src/core/lib/security/util/b64.h
550 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100551 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700552 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700553 - src/core/lib/security/context/security_context.c
554 - src/core/lib/security/credentials/composite/composite_credentials.c
555 - src/core/lib/security/credentials/credentials.c
556 - src/core/lib/security/credentials/credentials_metadata.c
557 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700558 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700559 - src/core/lib/security/credentials/google_default/google_default_credentials.c
560 - src/core/lib/security/credentials/iam/iam_credentials.c
561 - src/core/lib/security/credentials/jwt/json_token.c
562 - src/core/lib/security/credentials/jwt/jwt_credentials.c
563 - src/core/lib/security/credentials/jwt/jwt_verifier.c
564 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
565 - src/core/lib/security/credentials/plugin/plugin_credentials.c
566 - src/core/lib/security/credentials/ssl/ssl_credentials.c
567 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800568 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700569 - src/core/lib/security/transport/secure_endpoint.c
570 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800571 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700572 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700573 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700574 - src/core/lib/security/util/b64.c
575 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700576 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700577 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700578 uses:
579 - grpc_base
580 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700581 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700582- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700583 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700584 headers:
585 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700586 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700587 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700588 - test/core/end2end/fixtures/proxy.h
589 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800590 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700591 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200592 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700593 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700594 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700595 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700596 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700597 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700598 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800599 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700600 src:
601 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700602 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700603 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700604 - test/core/end2end/fixtures/proxy.c
605 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800606 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700607 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200608 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700609 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700610 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700611 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700612 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700613 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700614 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700615 - test/core/util/port_windows.c
616 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800617 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700618 deps:
619 - grpc
620 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700621- name: grpc_transport_chttp2
622 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700623 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700624 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700625 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
626 - src/core/ext/transport/chttp2/transport/frame.h
627 - src/core/ext/transport/chttp2/transport/frame_data.h
628 - src/core/ext/transport/chttp2/transport/frame_goaway.h
629 - src/core/ext/transport/chttp2/transport/frame_ping.h
630 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
631 - src/core/ext/transport/chttp2/transport/frame_settings.h
632 - src/core/ext/transport/chttp2/transport/frame_window_update.h
633 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
634 - src/core/ext/transport/chttp2/transport/hpack_parser.h
635 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700636 - src/core/ext/transport/chttp2/transport/huffsyms.h
637 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
638 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700639 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700640 - src/core/ext/transport/chttp2/transport/varint.h
641 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700642 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700643 - src/core/ext/transport/chttp2/transport/bin_encoder.c
644 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700645 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
646 - src/core/ext/transport/chttp2/transport/frame_data.c
647 - src/core/ext/transport/chttp2/transport/frame_goaway.c
648 - src/core/ext/transport/chttp2/transport/frame_ping.c
649 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
650 - src/core/ext/transport/chttp2/transport/frame_settings.c
651 - src/core/ext/transport/chttp2/transport/frame_window_update.c
652 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
653 - src/core/ext/transport/chttp2/transport/hpack_parser.c
654 - src/core/ext/transport/chttp2/transport/hpack_table.c
655 - src/core/ext/transport/chttp2/transport/huffsyms.c
656 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
657 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700658 - src/core/ext/transport/chttp2/transport/stream_lists.c
659 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700660 - src/core/ext/transport/chttp2/transport/varint.c
661 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700662 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700663 uses:
664 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700665 - grpc_transport_chttp2_alpn
666- name: grpc_transport_chttp2_alpn
667 headers:
668 - src/core/ext/transport/chttp2/alpn/alpn.h
669 src:
670 - src/core/ext/transport/chttp2/alpn/alpn.c
671 deps:
672 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800673- name: grpc_transport_chttp2_client_connector
674 headers:
675 - src/core/ext/transport/chttp2/client/chttp2_connector.h
676 src:
677 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800678 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800679 - grpc_transport_chttp2
680 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700681- name: grpc_transport_chttp2_client_insecure
682 src:
683 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700684 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700685 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800686 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700687 - grpc_transport_chttp2
688 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700689 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700690- name: grpc_transport_chttp2_client_secure
691 src:
692 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700693 uses:
694 - grpc_transport_chttp2
695 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700696 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700697 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800698 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800699- name: grpc_transport_chttp2_server
700 headers:
701 - src/core/ext/transport/chttp2/server/chttp2_server.h
702 src:
703 - src/core/ext/transport/chttp2/server/chttp2_server.c
704 uses:
705 - grpc_transport_chttp2
706 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700707- name: grpc_transport_chttp2_server_insecure
708 src:
709 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700710 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700711 uses:
712 - grpc_transport_chttp2
713 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800714 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700715- name: grpc_transport_chttp2_server_secure
716 src:
717 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700718 uses:
719 - grpc_transport_chttp2
720 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700721 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800722 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700723- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700724 public_headers:
725 - include/grpc/grpc_cronet.h
726 - include/grpc/grpc_security.h
727 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700728 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800729 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800730 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700731 src:
732 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
733 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
734 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700735 filegroups:
736 - grpc_base
737 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800738- name: nanopb
739 headers:
740 - third_party/nanopb/pb.h
741 - third_party/nanopb/pb_common.h
742 - third_party/nanopb/pb_decode.h
743 - third_party/nanopb/pb_encode.h
744 src:
745 - third_party/nanopb/pb_common.c
746 - third_party/nanopb/pb_decode.c
747 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748- name: tsi
749 headers:
750 - src/core/lib/tsi/fake_transport_security.h
751 - src/core/lib/tsi/ssl_transport_security.h
752 - src/core/lib/tsi/ssl_types.h
753 - src/core/lib/tsi/transport_security.h
754 - src/core/lib/tsi/transport_security_interface.h
755 src:
756 - src/core/lib/tsi/fake_transport_security.c
757 - src/core/lib/tsi/ssl_transport_security.c
758 - src/core/lib/tsi/transport_security.c
759 deps:
760 - gpr
761 secure: true
762- name: grpc++_base
763 language: c++
764 public_headers:
765 - include/grpc++/alarm.h
766 - include/grpc++/channel.h
767 - include/grpc++/client_context.h
768 - include/grpc++/completion_queue.h
769 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700770 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 - include/grpc++/generic/async_generic_service.h
772 - include/grpc++/generic/generic_stub.h
773 - include/grpc++/grpc++.h
774 - include/grpc++/impl/call.h
775 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700776 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 - include/grpc++/impl/grpc_library.h
778 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 - include/grpc++/impl/rpc_method.h
780 - include/grpc++/impl/rpc_service_method.h
781 - include/grpc++/impl/serialization_traits.h
782 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700783 - include/grpc++/impl/server_builder_plugin.h
784 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700786 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 - include/grpc++/security/auth_context.h
788 - include/grpc++/security/auth_metadata_processor.h
789 - include/grpc++/security/credentials.h
790 - include/grpc++/security/server_credentials.h
791 - include/grpc++/server.h
792 - include/grpc++/server_builder.h
793 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700794 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700795 - include/grpc++/support/async_stream.h
796 - include/grpc++/support/async_unary_call.h
797 - include/grpc++/support/byte_buffer.h
798 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700799 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 - include/grpc++/support/slice.h
801 - include/grpc++/support/status.h
802 - include/grpc++/support/status_code_enum.h
803 - include/grpc++/support/string_ref.h
804 - include/grpc++/support/stub_options.h
805 - include/grpc++/support/sync_stream.h
806 - include/grpc++/support/time.h
807 headers:
808 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700809 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 - src/cpp/server/dynamic_thread_pool.h
811 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700812 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700814 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700815 - src/cpp/client/client_context.cc
816 - src/cpp/client/create_channel.cc
817 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700818 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700819 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700822 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700823 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700825 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700827 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - src/cpp/server/async_generic_service.cc
829 - src/cpp/server/create_default_thread_pool.cc
830 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700832 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 - src/cpp/server/server_context.cc
834 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700835 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700836 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700837 - src/cpp/util/byte_buffer_cc.cc
838 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 - src/cpp/util/status.cc
840 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700841 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 uses:
yang-g17487f92016-06-03 15:21:15 -0700843 - grpc++_codegen_base
844- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 language: c++
846 public_headers:
847 - include/grpc++/impl/codegen/async_stream.h
848 - include/grpc++/impl/codegen/async_unary_call.h
849 - include/grpc++/impl/codegen/call.h
850 - include/grpc++/impl/codegen/call_hook.h
851 - include/grpc++/impl/codegen/channel_interface.h
852 - include/grpc++/impl/codegen/client_context.h
853 - include/grpc++/impl/codegen/client_unary_call.h
854 - include/grpc++/impl/codegen/completion_queue.h
855 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700856 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700857 - include/grpc++/impl/codegen/core_codegen_interface.h
858 - include/grpc++/impl/codegen/create_auth_context.h
859 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800860 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700861 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700862 - include/grpc++/impl/codegen/rpc_method.h
863 - include/grpc++/impl/codegen/rpc_service_method.h
864 - include/grpc++/impl/codegen/security/auth_context.h
865 - include/grpc++/impl/codegen/serialization_traits.h
866 - include/grpc++/impl/codegen/server_context.h
867 - include/grpc++/impl/codegen/server_interface.h
868 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800869 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700870 - include/grpc++/impl/codegen/status.h
871 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700872 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700873 - include/grpc++/impl/codegen/string_ref.h
874 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 - include/grpc++/impl/codegen/sync_stream.h
876 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700877 uses:
878 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700879- name: grpc++_codegen_base_src
880 language: c++
881 src:
882 - src/cpp/codegen/codegen_init.cc
883 uses:
884 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700885- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 language: c++
887 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700888 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 uses:
yang-g17487f92016-06-03 15:21:15 -0700890 - grpc++_codegen_base
891 - grpc++_config_proto
892- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 language: c++
894 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700896- name: grpc++_reflection_proto
897 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700898 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700899 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700900- name: thrift_util
901 language: c++
902 public_headers:
903 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700904 - include/grpc++/impl/codegen/thrift_utils.h
905 uses:
906 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100907libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800908- name: gpr
909 build: all
910 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800911 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700912 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800913 secure: false
914 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
915- name: gpr_test_util
916 build: private
917 language: c
918 headers:
919 - test/core/util/test_config.h
920 src:
921 - test/core/util/test_config.c
922 deps:
923 - gpr
924 secure: false
925 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700926- name: grpc
927 build: all
928 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700929 src:
930 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700931 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800932 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700933 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700934 filegroups:
935 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700936 - grpc_transport_chttp2_server_secure
937 - grpc_transport_chttp2_client_secure
938 - grpc_transport_chttp2_server_insecure
939 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800940 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700941 - grpc_lb_policy_pick_first
942 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700943 - grpc_resolver_dns_native
944 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700945 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100946 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700947 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700948 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700950 vs_packages:
951 - grpc.dependencies.openssl
952 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700953 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700954- name: grpc_cronet
955 build: all
956 language: c
957 src:
958 - src/core/lib/surface/init.c
959 baselib: true
960 deps_linkage: static
961 dll: true
962 filegroups:
963 - grpc_base
964 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700965 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700966 generate_plugin_registry: true
967 platforms:
968 - linux
969 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100970- name: grpc_dll
971 build: private
972 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100973 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100974 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100975 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100976 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100977 build_system:
978 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100979 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100980 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100981 vs_config_type: DynamicLibrary
982 vs_packages:
983 - grpc.dependencies.openssl
984 - grpc.dependencies.zlib
985 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
986 vs_props:
987 - zlib
988 - openssl
989 - winsock
990 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700991- name: grpc_test_util
992 build: private
993 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700994 headers:
995 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800996 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700997 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700998 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700999 - test/core/end2end/data/server1_cert.c
1000 - test/core/end2end/data/server1_key.c
1001 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001002 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001003 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001004 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001005 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001006 - grpc
1007 filegroups:
1008 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001009 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001010 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1011- name: grpc_test_util_unsecure
1012 build: private
1013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001014 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001015 - gpr
1016 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001017 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001018 filegroups:
1019 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001020 secure: false
1021 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1022- name: grpc_unsecure
1023 build: all
1024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001025 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001026 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001027 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001028 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001029 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001030 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001031 filegroups:
1032 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001033 - grpc_transport_chttp2_server_insecure
1034 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001035 - grpc_resolver_dns_native
1036 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001037 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001038 - grpc_lb_policy_grpclb
1039 - grpc_lb_policy_pick_first
1040 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001041 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001042 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001043 secure: false
1044 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045- name: reconnect_server
1046 build: private
1047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001048 headers:
1049 - test/core/util/reconnect_server.h
1050 src:
1051 - test/core/util/reconnect_server.c
1052 deps:
yang-gc9fca182015-11-06 16:41:33 -08001053 - test_tcp_server
1054 - grpc_test_util
1055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001056 - gpr_test_util
1057 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001058- name: test_tcp_server
1059 build: private
1060 language: c
1061 headers:
1062 - test/core/util/test_tcp_server.h
1063 src:
1064 - test/core/util/test_tcp_server.c
1065 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001066 - grpc_test_util
1067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001068 - gpr_test_util
1069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001070- name: grpc++
1071 build: all
1072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001073 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001074 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001075 - src/cpp/client/secure_credentials.h
1076 - src/cpp/common/secure_auth_context.h
1077 - src/cpp/server/secure_server_credentials.h
1078 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001079 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001080 - src/cpp/client/secure_credentials.cc
1081 - src/cpp/common/auth_property_iterator.cc
1082 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001083 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001084 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001085 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001086 - src/cpp/server/secure_server_credentials.cc
1087 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001088 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001089 baselib: true
1090 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001091 filegroups:
1092 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001093 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001094 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001095 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001096 secure: check
1097 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001098- name: grpc++_cronet
1099 build: all
1100 language: c++
1101 src:
1102 - src/cpp/client/cronet_credentials.cc
1103 - src/cpp/client/insecure_credentials.cc
1104 - src/cpp/common/insecure_create_auth_context.cc
1105 - src/cpp/server/insecure_server_credentials.cc
1106 deps:
1107 - gpr
1108 - grpc_cronet
1109 baselib: true
1110 dll: true
1111 filegroups:
1112 - grpc++_base
1113 - grpc++_codegen_base
1114 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001115 - grpc_transport_chttp2_client_insecure
1116 - grpc_transport_chttp2_server_insecure
1117 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001118 platforms:
1119 - linux
1120 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001121- name: grpc++_proto_reflection_desc_db
1122 build: private
1123 language: c++
1124 headers:
1125 - test/cpp/util/proto_reflection_descriptor_database.h
1126 src:
1127 - test/cpp/util/proto_reflection_descriptor_database.cc
1128 deps:
1129 - grpc++
1130 filegroups:
1131 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001132 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001133- name: grpc++_reflection
1134 build: all
1135 language: c++
1136 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001137 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001138 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001139 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001140 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001141 - src/cpp/ext/proto_server_reflection.cc
1142 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001143 deps:
1144 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001145 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001146 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001147- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001148 build: private
yang-g42879982016-10-13 15:58:31 -07001149 language: c++
1150 headers:
1151 - include/grpc++/test/server_context_test_spouse.h
1152 src:
1153 - src/cpp/test/server_context_test_spouse.cc
1154 deps:
1155 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001156- name: grpc++_test_config
1157 build: private
1158 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001159 headers:
1160 - test/cpp/util/test_config.h
1161 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001162 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001163- name: grpc++_test_util
1164 build: private
1165 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001166 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001167 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001168 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001169 - test/cpp/util/create_test_channel.h
1170 - test/cpp/util/string_ref_helper.h
1171 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001172 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001173 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001174 - src/proto/grpc/testing/echo_messages.proto
1175 - src/proto/grpc/testing/echo.proto
1176 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001177 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001178 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001179 - test/cpp/util/create_test_channel.cc
1180 - test/cpp/util/string_ref_helper.cc
1181 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001182 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001183 deps:
1184 - grpc++
1185 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001186 filegroups:
1187 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001188 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001189 - grpc++_codegen_proto
1190 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001191 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192- name: grpc++_unsecure
1193 build: all
1194 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001195 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001196 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001197 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001198 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001199 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001200 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001201 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202 baselib: true
1203 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001204 filegroups:
1205 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001206 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001207 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001208 secure: false
1209 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001210- name: grpc_cli_libs
1211 build: private
1212 language: c++
1213 headers:
1214 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001215 - test/cpp/util/cli_credentials.h
1216 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001217 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001218 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001219 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001220 src:
1221 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001222 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001223 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001224 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001225 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001226 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001227 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001228 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001229 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001230 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001231 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232- name: grpc_plugin_support
1233 build: protoc
1234 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001235 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001236 - src/compiler/config.h
1237 - src/compiler/cpp_generator.h
1238 - src/compiler/cpp_generator_helpers.h
1239 - src/compiler/csharp_generator.h
1240 - src/compiler/csharp_generator_helpers.h
1241 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001242 - src/compiler/node_generator.h
1243 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001244 - src/compiler/objective_c_generator.h
1245 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001246 - src/compiler/php_generator.h
1247 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001248 - src/compiler/python_generator.h
1249 - src/compiler/ruby_generator.h
1250 - src/compiler/ruby_generator_helpers-inl.h
1251 - src/compiler/ruby_generator_map-inl.h
1252 - src/compiler/ruby_generator_string-inl.h
1253 src:
1254 - src/compiler/cpp_generator.cc
1255 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001256 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001257 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001258 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001259 - src/compiler/python_generator.cc
1260 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001261 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001262 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001263 secure: false
1264 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001265 vs_props:
1266 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001267- name: http2_client_main
1268 build: private
1269 language: c++
1270 headers:
1271 - test/cpp/interop/http2_client.h
1272 src:
1273 - src/proto/grpc/testing/empty.proto
1274 - src/proto/grpc/testing/messages.proto
1275 - src/proto/grpc/testing/test.proto
1276 - test/cpp/interop/http2_client.cc
1277 deps:
1278 - grpc++_test_util
1279 - grpc_test_util
1280 - grpc++
1281 - grpc
1282 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001283- name: interop_client_helper
1284 build: private
1285 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001286 headers:
1287 - test/cpp/interop/client_helper.h
1288 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001289 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001290 - test/cpp/interop/client_helper.cc
1291 deps:
1292 - grpc++_test_util
1293 - grpc_test_util
1294 - grpc++
1295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297- name: interop_client_main
1298 build: private
1299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001300 headers:
1301 - test/cpp/interop/interop_client.h
1302 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001303 - src/proto/grpc/testing/empty.proto
1304 - src/proto/grpc/testing/messages.proto
1305 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001306 - test/cpp/interop/client.cc
1307 - test/cpp/interop/interop_client.cc
1308 deps:
1309 - interop_client_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
Craig Tillerbf4b2242015-08-31 15:53:53 -07001317- name: interop_server_helper
1318 build: private
1319 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001320 headers:
1321 - test/cpp/interop/server_helper.h
1322 src:
1323 - test/cpp/interop/server_helper.cc
1324 deps:
yang-gcc591022017-01-11 11:10:43 -08001325 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001326 - grpc_test_util
1327 - grpc++
1328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001329 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001330- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331 build: private
1332 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001333 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001334 - src/proto/grpc/testing/empty.proto
1335 - src/proto/grpc/testing/messages.proto
1336 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001337 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001338 deps:
1339 - interop_server_helper
1340 - grpc++_test_util
1341 - grpc_test_util
1342 - grpc++
1343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001344 - gpr_test_util
1345 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001346 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001347- name: interop_server_main
1348 build: private
1349 language: c++
1350 src:
1351 - test/cpp/interop/interop_server_bootstrap.cc
1352 deps:
1353 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001354- name: qps
1355 build: private
1356 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001357 headers:
1358 - test/cpp/qps/client.h
1359 - test/cpp/qps/driver.h
1360 - test/cpp/qps/histogram.h
1361 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001362 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001363 - test/cpp/qps/qps_worker.h
1364 - test/cpp/qps/report.h
1365 - test/cpp/qps/server.h
1366 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001367 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001368 - test/cpp/util/benchmark_config.h
1369 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001370 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001371 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001372 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001373 - src/proto/grpc/testing/control.proto
1374 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001375 - test/cpp/qps/client_async.cc
1376 - test/cpp/qps/client_sync.cc
1377 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001378 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001379 - test/cpp/qps/qps_worker.cc
1380 - test/cpp/qps/report.cc
1381 - test/cpp/qps/server_async.cc
1382 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001383 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001384 - test/cpp/util/benchmark_config.cc
1385 deps:
1386 - grpc_test_util
1387 - grpc++_test_util
1388 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001389- name: grpc_csharp_ext
1390 build: all
1391 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001392 src:
1393 - src/csharp/ext/grpc_csharp_ext.c
1394 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001397 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001398 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399 dll: only
1400 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001401 vs_packages:
1402 - grpc.dependencies.openssl
1403 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001404 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001405 vs_props:
1406 - zlib
1407 - openssl
1408 - winsock
1409 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001410targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001411- name: alarm_test
1412 build: test
1413 language: c
1414 src:
1415 - test/core/surface/alarm_test.c
1416 deps:
1417 - grpc_test_util
1418 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001419 - gpr_test_util
1420 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001421- name: algorithm_test
1422 build: test
1423 language: c
1424 src:
1425 - test/core/compression/algorithm_test.c
1426 deps:
1427 - grpc_test_util
1428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001429 - gpr_test_util
1430 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001431- name: alloc_test
1432 build: test
1433 language: c
1434 src:
1435 - test/core/support/alloc_test.c
1436 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr_test_util
1438 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001439- name: alpn_test
1440 build: test
1441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001442 src:
1443 - test/core/transport/chttp2/alpn_test.c
1444 deps:
1445 - grpc_test_util
1446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001447 - gpr_test_util
1448 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001449- name: api_fuzzer
1450 build: fuzzer
1451 language: c
1452 src:
1453 - test/core/end2end/fuzzers/api_fuzzer.c
1454 deps:
1455 - grpc_test_util
1456 - grpc
1457 - gpr_test_util
1458 - gpr
1459 corpus_dirs:
1460 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001461 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001462 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001463- name: bad_server_response_test
1464 build: test
1465 language: c
1466 src:
1467 - test/core/end2end/bad_server_response_test.c
1468 deps:
1469 - test_tcp_server
1470 - grpc_test_util
1471 - grpc
1472 - gpr_test_util
1473 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001474 exclude_iomgrs:
1475 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001476- name: bdp_estimator_test
1477 build: test
1478 language: c
1479 src:
1480 - test/core/transport/bdp_estimator_test.c
1481 deps:
1482 - grpc_test_util
1483 - grpc
1484 - gpr_test_util
1485 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001486- name: bin_decoder_test
1487 build: test
1488 language: c
1489 src:
1490 - test/core/transport/chttp2/bin_decoder_test.c
1491 deps:
1492 - grpc_test_util
1493 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001494- name: bin_encoder_test
1495 build: test
1496 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001497 src:
1498 - test/core/transport/chttp2/bin_encoder_test.c
1499 deps:
1500 - grpc_test_util
1501 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001502- name: census_context_test
1503 build: test
1504 language: c
1505 src:
1506 - test/core/census/context_test.c
1507 deps:
1508 - grpc_test_util
1509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 - gpr_test_util
1511 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001512- name: census_resource_test
1513 build: test
1514 language: c
1515 src:
1516 - test/core/census/resource_test.c
1517 deps:
1518 - grpc_test_util
1519 - grpc
1520 - gpr_test_util
1521 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001522- name: census_trace_context_test
1523 build: test
1524 language: c
1525 src:
1526 - test/core/census/trace_context_test.c
1527 deps:
1528 - grpc_test_util
1529 - grpc
1530 - gpr_test_util
1531 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001532- name: channel_create_test
1533 build: test
1534 language: c
1535 src:
1536 - test/core/surface/channel_create_test.c
1537 deps:
1538 - grpc_test_util
1539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001540 - gpr_test_util
1541 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001542- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001543 build: test
1544 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001545 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001546 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001547 deps:
1548 - grpc_test_util
1549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001550 - gpr_test_util
1551 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001552- name: chttp2_stream_map_test
1553 build: test
1554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001555 src:
1556 - test/core/transport/chttp2/stream_map_test.c
1557 deps:
1558 - grpc_test_util
1559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001562- name: chttp2_varint_test
1563 build: test
1564 language: c
1565 src:
1566 - test/core/transport/chttp2/varint_test.c
1567 deps:
1568 - grpc_test_util
1569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001570 - gpr_test_util
1571 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001572- name: client_fuzzer
1573 build: fuzzer
1574 language: c
1575 src:
1576 - test/core/end2end/fuzzers/client_fuzzer.c
1577 deps:
1578 - grpc_test_util
1579 - grpc
1580 - gpr_test_util
1581 - gpr
1582 corpus_dirs:
1583 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001584 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001585 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001586- name: combiner_test
1587 cpu_cost: 30
1588 build: test
1589 language: c
1590 src:
1591 - test/core/iomgr/combiner_test.c
1592 deps:
1593 - grpc_test_util
1594 - grpc
1595 - gpr_test_util
1596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597- name: compression_test
1598 build: test
1599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001600 src:
1601 - test/core/compression/compression_test.c
1602 deps:
1603 - grpc_test_util
1604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001605 - gpr_test_util
1606 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001607- name: concurrent_connectivity_test
1608 build: test
1609 language: c
1610 src:
1611 - test/core/surface/concurrent_connectivity_test.c
1612 deps:
1613 - grpc_test_util
1614 - grpc
1615 - gpr_test_util
1616 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001617 exclude_iomgrs:
1618 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001619- name: connection_refused_test
1620 cpu_cost: 0.1
1621 build: test
1622 language: c
1623 src:
1624 - test/core/end2end/connection_refused_test.c
1625 deps:
1626 - grpc_test_util
1627 - grpc
1628 - gpr_test_util
1629 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001630- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001631 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001632 build: test
1633 language: c
1634 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001635 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001636 deps:
1637 - grpc_test_util
1638 - grpc
1639 - gpr_test_util
1640 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001641 exclude_iomgrs:
1642 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001643- name: dns_resolver_test
1644 build: test
1645 language: c
1646 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001647 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001648 deps:
1649 - grpc_test_util
1650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001651 - gpr_test_util
1652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001654 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001655 build: test
1656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001657 src:
1658 - test/core/end2end/dualstack_socket_test.c
1659 deps:
1660 - grpc_test_util
1661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001662 - gpr_test_util
1663 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001664 exclude_iomgrs:
1665 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001666 platforms:
1667 - mac
1668 - linux
1669 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001670- name: endpoint_pair_test
1671 build: test
1672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
1674 - test/core/iomgr/endpoint_pair_test.c
1675 deps:
1676 - grpc_test_util
1677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr_test_util
1679 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001680 exclude_iomgrs:
1681 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001682- name: ev_epoll_linux_test
1683 build: test
1684 language: c
1685 src:
1686 - test/core/iomgr/ev_epoll_linux_test.c
1687 deps:
1688 - grpc_test_util
1689 - grpc
1690 - gpr_test_util
1691 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001692 exclude_iomgrs:
1693 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001694 platforms:
1695 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696- name: fd_conservation_posix_test
1697 build: test
1698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001699 src:
1700 - test/core/iomgr/fd_conservation_posix_test.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001706 exclude_iomgrs:
1707 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001708 platforms:
1709 - mac
1710 - linux
1711 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001712- name: fd_posix_test
1713 build: test
1714 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001715 src:
1716 - test/core/iomgr/fd_posix_test.c
1717 deps:
1718 - grpc_test_util
1719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr_test_util
1721 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001722 exclude_iomgrs:
1723 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001724 platforms:
1725 - mac
1726 - linux
1727 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001728- name: fling_client
1729 build: test
1730 run: false
1731 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001732 src:
1733 - test/core/fling/client.c
1734 deps:
1735 - grpc_test_util
1736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr_test_util
1738 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001739- name: fling_server
1740 build: test
1741 run: false
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
1744 - test/core/fling/server.c
1745 deps:
1746 - grpc_test_util
1747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001751 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001752 build: test
1753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001754 src:
1755 - test/core/fling/fling_stream_test.c
1756 deps:
1757 - grpc_test_util
1758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001761 platforms:
1762 - mac
1763 - linux
1764 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001765- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001766 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001767 build: test
1768 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001769 src:
1770 - test/core/fling/fling_test.c
1771 deps:
1772 - grpc_test_util
1773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001774 - gpr_test_util
1775 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001776 platforms:
1777 - mac
1778 - linux
1779 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001780- name: gen_hpack_tables
1781 build: tool
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
1784 - tools/codegen/core/gen_hpack_tables.c
1785 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001787 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788- name: gen_legal_metadata_characters
1789 build: tool
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001793 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001794- name: gen_percent_encoding_tables
1795 build: tool
1796 language: c
1797 src:
1798 - tools/codegen/core/gen_percent_encoding_tables.c
1799 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001800- name: goaway_server_test
1801 cpu_cost: 0.1
1802 build: test
1803 language: c
1804 src:
1805 - test/core/end2end/goaway_server_test.c
1806 deps:
1807 - grpc_test_util
1808 - grpc
1809 - gpr_test_util
1810 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001811 exclude_iomgrs:
1812 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001813 platforms:
1814 - mac
1815 - linux
1816 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001817- name: gpr_avl_test
1818 build: test
1819 language: c
1820 src:
1821 - test/core/support/avl_test.c
1822 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001825- name: gpr_backoff_test
1826 build: test
1827 language: c
1828 src:
1829 - test/core/support/backoff_test.c
1830 deps:
1831 - gpr_test_util
1832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001833- name: gpr_cmdline_test
1834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
1837 - test/core/support/cmdline_test.c
1838 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001841- name: gpr_cpu_test
1842 build: test
1843 language: c
1844 src:
1845 - test/core/support/cpu_test.c
1846 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: gpr_env_test
1850 build: test
1851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001852 src:
1853 - test/core/support/env_test.c
1854 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001855 - gpr_test_util
1856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: gpr_histogram_test
1858 build: test
1859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001860 src:
1861 - test/core/support/histogram_test.c
1862 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865- name: gpr_host_port_test
1866 build: test
1867 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001868 src:
1869 - test/core/support/host_port_test.c
1870 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr_test_util
1872 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001873- name: gpr_log_test
1874 build: test
1875 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001876 src:
1877 - test/core/support/log_test.c
1878 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr_test_util
1880 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001881- name: gpr_mpscq_test
1882 cpu_cost: 30
1883 build: test
1884 language: c
1885 src:
1886 - test/core/support/mpscq_test.c
1887 deps:
1888 - gpr_test_util
1889 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001891 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/support/stack_lockfree_test.c
1896 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: gpr_string_test
1900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/support/string_test.c
1904 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001908 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/support/sync_test.c
1913 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001916- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001917 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/core/support/thd_test.c
1922 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: gpr_time_test
1926 build: test
1927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - test/core/support/time_test.c
1930 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr_test_util
1932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: gpr_tls_test
1934 build: test
1935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001936 src:
1937 - test/core/support/tls_test.c
1938 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001939 - gpr_test_util
1940 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001941- name: gpr_useful_test
1942 build: test
1943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001944 src:
1945 - test/core/support/useful_test.c
1946 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: grpc_auth_context_test
1950 build: test
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/security/auth_context_test.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001959- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960 build: test
1961 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001962 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001963 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001964 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_byte_buffer_reader_test
1970 build: test
1971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
1973 - test/core/surface/byte_buffer_reader_test.c
1974 deps:
1975 - grpc_test_util
1976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979- name: grpc_channel_args_test
1980 build: test
1981 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/core/channel/channel_args_test.c
1984 deps:
1985 - grpc_test_util
1986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: grpc_channel_stack_test
1990 build: test
1991 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001992 src:
1993 - test/core/channel/channel_stack_test.c
1994 deps:
1995 - grpc_test_util
1996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001997 - gpr_test_util
1998 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001999- name: grpc_completion_queue_test
2000 build: test
2001 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002002 src:
2003 - test/core/surface/completion_queue_test.c
2004 deps:
2005 - grpc_test_util
2006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002007 - gpr_test_util
2008 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002009 exclude_iomgrs:
2010 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011- name: grpc_create_jwt
2012 build: tool
2013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002014 src:
2015 - test/core/security/create_jwt.c
2016 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002019 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002020- name: grpc_credentials_test
2021 build: test
2022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002023 src:
2024 - test/core/security/credentials_test.c
2025 deps:
2026 - grpc_test_util
2027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002028 - gpr_test_util
2029 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002030- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002031 build: test
2032 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002034 src:
2035 - test/core/security/fetch_oauth2.c
2036 deps:
2037 - grpc_test_util
2038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002039 - gpr_test_util
2040 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002041- name: grpc_invalid_channel_args_test
2042 build: test
2043 language: c
2044 src:
2045 - test/core/surface/invalid_channel_args_test.c
2046 deps:
2047 - grpc_test_util
2048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 - gpr_test_util
2050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: grpc_json_token_test
2052 build: test
2053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
2055 - test/core/security/json_token_test.c
2056 deps:
2057 - grpc_test_util
2058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr_test_util
2060 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002061 platforms:
2062 - linux
2063 - posix
2064 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: grpc_jwt_verifier_test
2066 build: test
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
2069 - test/core/security/jwt_verifier_test.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: grpc_print_google_default_creds_token
2076 build: tool
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/security/print_google_default_creds_token.c
2080 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002083- name: grpc_security_connector_test
2084 build: test
2085 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002086 src:
2087 - test/core/security/security_connector_test.c
2088 deps:
2089 - grpc_test_util
2090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr_test_util
2092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: grpc_verify_jwt
2094 build: tool
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/security/verify_jwt.c
2098 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002100 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002101- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002102 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002103 language: c
2104 src:
2105 - test/core/handshake/client_ssl.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
2109 - gpr_test_util
2110 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002111 platforms:
2112 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002113 secure: true
2114- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002115 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002116 language: c
2117 src:
2118 - test/core/handshake/server_ssl.c
2119 deps:
2120 - grpc_test_util
2121 - grpc
2122 - gpr_test_util
2123 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002124 platforms:
2125 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002126 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002127- name: hpack_parser_fuzzer_test
2128 build: fuzzer
2129 language: c
2130 src:
2131 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2132 deps:
2133 - grpc_test_util
2134 - grpc
2135 - gpr_test_util
2136 - gpr
2137 corpus_dirs:
2138 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002139 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002140 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002141- name: hpack_parser_test
2142 build: test
2143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
2145 - test/core/transport/chttp2/hpack_parser_test.c
2146 deps:
2147 - grpc_test_util
2148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002149 - gpr_test_util
2150 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002151- name: hpack_table_test
2152 build: test
2153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002154 src:
2155 - test/core/transport/chttp2/hpack_table_test.c
2156 deps:
2157 - grpc_test_util
2158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002161- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162 build: test
2163 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002165 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002166 deps:
2167 - grpc_test_util
2168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002171- name: http_request_fuzzer_test
2172 build: fuzzer
2173 language: c
2174 src:
2175 - test/core/http/request_fuzzer.c
2176 deps:
2177 - grpc_test_util
2178 - grpc
2179 - gpr_test_util
2180 - gpr
2181 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002182 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002183 maxlen: 2048
2184- name: http_response_fuzzer_test
2185 build: fuzzer
2186 language: c
2187 src:
2188 - test/core/http/response_fuzzer.c
2189 deps:
2190 - grpc_test_util
2191 - grpc
2192 - gpr_test_util
2193 - gpr
2194 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002195 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002196 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002197- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002198 build: test
2199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002200 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002201 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002202 deps:
2203 - grpc_test_util
2204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr_test_util
2206 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002207- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002208 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209 build: test
2210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002211 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002212 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002213 deps:
2214 - grpc_test_util
2215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002216 - gpr_test_util
2217 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002218 platforms:
2219 - mac
2220 - linux
2221 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002222- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002223 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002224 build: test
2225 language: c
2226 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002227 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002228 deps:
2229 - grpc_test_util
2230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002231 - gpr_test_util
2232 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002233 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002234 - linux
yang-gf1183302015-12-07 16:02:05 -08002235- name: init_test
2236 build: test
2237 language: c
2238 src:
2239 - test/core/surface/init_test.c
2240 deps:
2241 - grpc_test_util
2242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002243 - gpr_test_util
2244 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002245- name: internal_api_canary_iomgr_test
2246 build: test
2247 run: false
2248 language: c
2249 src:
2250 - test/core/internal_api_canaries/iomgr.c
2251 deps:
2252 - grpc_test_util
2253 - grpc
2254 - gpr_test_util
2255 - gpr
2256- name: internal_api_canary_support_test
2257 build: test
2258 run: false
2259 language: c
2260 src:
2261 - test/core/internal_api_canaries/iomgr.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
2265 - gpr_test_util
2266 - gpr
2267- name: internal_api_canary_transport_test
2268 build: test
2269 run: false
2270 language: c
2271 src:
2272 - test/core/internal_api_canaries/iomgr.c
2273 deps:
2274 - grpc_test_util
2275 - grpc
2276 - gpr_test_util
2277 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002278- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002279 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002280 build: test
2281 language: c
2282 src:
2283 - test/core/end2end/invalid_call_argument_test.c
2284 deps:
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002289- name: json_fuzzer_test
2290 build: fuzzer
2291 language: c
2292 src:
2293 - test/core/json/fuzzer.c
2294 deps:
2295 - grpc_test_util
2296 - grpc
2297 - gpr_test_util
2298 - gpr
2299 corpus_dirs:
2300 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002301 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302- name: json_rewrite
2303 build: test
2304 run: false
2305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
2307 - test/core/json/json_rewrite.c
2308 deps:
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: json_rewrite_test
2312 build: test
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/core/json/json_rewrite_test.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002321- name: json_stream_error_test
2322 build: test
2323 language: c
2324 src:
2325 - test/core/json/json_stream_error_test.c
2326 deps:
2327 - grpc_test_util
2328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002329 - gpr_test_util
2330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002331- name: json_test
2332 build: test
2333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
2335 - test/core/json/json_test.c
2336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341- name: lame_client_test
2342 build: test
2343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002344 src:
2345 - test/core/surface/lame_client_test.c
2346 deps:
2347 - grpc_test_util
2348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002349 - gpr_test_util
2350 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002351- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002352 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002353 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002354 build: test
2355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002356 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002357 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002358 deps:
2359 - grpc_test_util
2360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002361 - gpr_test_util
2362 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002363- name: load_file_test
2364 build: test
2365 language: c
2366 src:
2367 - test/core/iomgr/load_file_test.c
2368 deps:
2369 - grpc_test_util
2370 - grpc
2371 - gpr_test_util
2372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002373- name: low_level_ping_pong_benchmark
2374 build: benchmark
2375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002376 src:
2377 - test/core/network_benchmarks/low_level_ping_pong.c
2378 deps:
2379 - grpc_test_util
2380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002381 - gpr_test_util
2382 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002383 platforms:
2384 - mac
2385 - linux
2386 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002387- name: memory_profile_client
2388 build: test
2389 run: false
2390 language: c
2391 src:
2392 - test/core/memory_usage/client.c
2393 deps:
2394 - grpc_test_util
2395 - grpc
2396 - gpr_test_util
2397 - gpr
2398- name: memory_profile_server
2399 build: test
2400 run: false
2401 language: c
2402 src:
2403 - test/core/memory_usage/server.c
2404 deps:
2405 - grpc_test_util
2406 - grpc
2407 - gpr_test_util
2408 - gpr
2409- name: memory_profile_test
2410 cpu_cost: 1.5
2411 build: test
2412 language: c
2413 src:
2414 - test/core/memory_usage/memory_usage_test.c
2415 deps:
2416 - grpc_test_util
2417 - grpc
2418 - gpr_test_util
2419 - gpr
2420 platforms:
2421 - mac
2422 - linux
2423 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424- name: message_compress_test
2425 build: test
2426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002427 src:
2428 - test/core/compression/message_compress_test.c
2429 deps:
2430 - grpc_test_util
2431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002432 - gpr_test_util
2433 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002434- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002435 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002436 build: test
2437 language: c
2438 src:
2439 - test/core/census/mlog_test.c
2440 deps:
2441 - grpc_test_util
2442 - grpc
2443 - gpr_test_util
2444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002445- name: multiple_server_queues_test
2446 build: test
2447 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002448 src:
2449 - test/core/end2end/multiple_server_queues_test.c
2450 deps:
2451 - grpc_test_util
2452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002453 - gpr_test_util
2454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455- name: murmur_hash_test
2456 build: test
2457 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002458 src:
2459 - test/core/support/murmur_hash_test.c
2460 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002461 - gpr_test_util
2462 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002463- name: nanopb_fuzzer_response_test
2464 build: fuzzer
2465 language: c
2466 src:
2467 - test/core/nanopb/fuzzer_response.c
2468 deps:
2469 - grpc_test_util
2470 - grpc
2471 - gpr_test_util
2472 - gpr
2473 corpus_dirs:
2474 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002475 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002476- name: nanopb_fuzzer_serverlist_test
2477 build: fuzzer
2478 language: c
2479 src:
2480 - test/core/nanopb/fuzzer_serverlist.c
2481 deps:
2482 - grpc_test_util
2483 - grpc
2484 - gpr_test_util
2485 - gpr
2486 corpus_dirs:
2487 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002488 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002489- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002490 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002491 build: test
2492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002493 src:
2494 - test/core/end2end/no_server_test.c
2495 deps:
2496 - grpc_test_util
2497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002498 - gpr_test_util
2499 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002500- name: percent_decode_fuzzer
2501 build: fuzzer
2502 language: c
2503 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002504 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002505 deps:
2506 - grpc_test_util
2507 - grpc
2508 - gpr_test_util
2509 - gpr
2510 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002511 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002512 maxlen: 32
2513- name: percent_encode_fuzzer
2514 build: fuzzer
2515 language: c
2516 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002517 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002518 deps:
2519 - grpc_test_util
2520 - grpc
2521 - gpr_test_util
2522 - gpr
2523 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002524 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002525 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002526- name: percent_encoding_test
2527 build: test
2528 language: c
2529 src:
2530 - test/core/slice/percent_encoding_test.c
2531 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002532 - grpc_test_util
2533 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002534 - gpr_test_util
2535 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002536- name: pollset_set_test
2537 build: test
2538 language: c
2539 src:
2540 - test/core/iomgr/pollset_set_test.c
2541 deps:
2542 - grpc_test_util
2543 - grpc
2544 - gpr_test_util
2545 - gpr
2546 exclude_iomgrs:
2547 - uv
2548 platforms:
2549 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002550- name: resolve_address_posix_test
2551 build: test
2552 language: c
2553 src:
2554 - test/core/iomgr/resolve_address_posix_test.c
2555 deps:
2556 - grpc_test_util
2557 - grpc
2558 - gpr_test_util
2559 - gpr
2560 platforms:
2561 - mac
2562 - linux
2563 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: resolve_address_test
2565 build: test
2566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002567 src:
2568 - test/core/iomgr/resolve_address_test.c
2569 deps:
2570 - grpc_test_util
2571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002572 - gpr_test_util
2573 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002574 exclude_iomgrs:
2575 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002576- name: resource_quota_test
2577 cpu_cost: 30
2578 build: test
2579 language: c
2580 src:
2581 - test/core/iomgr/resource_quota_test.c
2582 deps:
2583 - grpc_test_util
2584 - grpc
2585 - gpr_test_util
2586 - gpr
yang-gd482e592015-12-10 14:04:00 -08002587- name: secure_channel_create_test
2588 build: test
2589 language: c
2590 src:
2591 - test/core/surface/secure_channel_create_test.c
2592 deps:
2593 - grpc_test_util
2594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002595 - gpr_test_util
2596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002597- name: secure_endpoint_test
2598 build: test
2599 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002600 src:
2601 - test/core/security/secure_endpoint_test.c
2602 deps:
2603 - grpc_test_util
2604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002605 - gpr_test_util
2606 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002607 exclude_iomgrs:
2608 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002609- name: sequential_connectivity_test
2610 build: test
2611 language: c
2612 src:
2613 - test/core/surface/sequential_connectivity_test.c
2614 deps:
2615 - grpc_test_util
2616 - grpc
2617 - gpr_test_util
2618 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002619 exclude_iomgrs:
2620 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002621- name: server_chttp2_test
2622 build: test
2623 language: c
2624 src:
2625 - test/core/surface/server_chttp2_test.c
2626 deps:
2627 - grpc_test_util
2628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 - gpr_test_util
2630 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002631- name: server_fuzzer
2632 build: fuzzer
2633 language: c
2634 src:
2635 - test/core/end2end/fuzzers/server_fuzzer.c
2636 deps:
2637 - grpc_test_util
2638 - grpc
2639 - gpr_test_util
2640 - gpr
2641 corpus_dirs:
2642 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002643 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002644 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002645- name: server_test
2646 build: test
2647 language: c
2648 src:
2649 - test/core/surface/server_test.c
2650 deps:
2651 - grpc_test_util
2652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002653 - gpr_test_util
2654 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002655- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002656 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002657 build: test
2658 language: c
2659 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002660 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002661 deps:
2662 - test_tcp_server
2663 - grpc_test_util
2664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002665 - gpr_test_util
2666 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002667 exclude_iomgrs:
2668 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002669- name: slice_buffer_test
2670 build: test
2671 language: c
2672 src:
2673 - test/core/slice/slice_buffer_test.c
2674 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002675 - grpc_test_util
2676 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002677 - gpr_test_util
2678 - gpr
2679- name: slice_string_helpers_test
2680 build: test
2681 language: c
2682 src:
2683 - test/core/slice/slice_string_helpers_test.c
2684 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002685 - grpc_test_util
2686 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002687 - gpr_test_util
2688 - gpr
2689- name: slice_test
2690 build: test
2691 language: c
2692 src:
2693 - test/core/slice/slice_test.c
2694 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002695 - grpc_test_util
2696 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002697 - gpr_test_util
2698 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002699- name: sockaddr_resolver_test
2700 build: test
2701 language: c
2702 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002703 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002704 deps:
2705 - grpc_test_util
2706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002707 - gpr_test_util
2708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002709- name: sockaddr_utils_test
2710 build: test
2711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002712 src:
2713 - test/core/iomgr/sockaddr_utils_test.c
2714 deps:
2715 - grpc_test_util
2716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002717 - gpr_test_util
2718 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002719- name: socket_utils_test
2720 build: test
2721 language: c
2722 src:
2723 - test/core/iomgr/socket_utils_test.c
2724 deps:
2725 - grpc_test_util
2726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002727 - gpr_test_util
2728 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002729 exclude_iomgrs:
2730 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002731 platforms:
2732 - mac
2733 - linux
2734 - posix
yang-g31e21282016-11-04 15:10:03 -07002735- name: ssl_server_fuzzer
2736 build: fuzzer
2737 language: c
2738 src:
2739 - test/core/security/ssl_server_fuzzer.c
2740 deps:
2741 - grpc_test_util
2742 - grpc
2743 - gpr_test_util
2744 - gpr
2745 corpus_dirs:
2746 - test/core/security/corpus/ssl_server_corpus
2747 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002748- name: status_conversion_test
2749 build: test
2750 language: c
2751 src:
2752 - test/core/transport/status_conversion_test.c
2753 deps:
2754 - grpc_test_util
2755 - grpc
2756 - gpr_test_util
2757 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002758- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002759 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002760 build: test
2761 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002762 src:
2763 - test/core/iomgr/tcp_client_posix_test.c
2764 deps:
2765 - grpc_test_util
2766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002767 - gpr_test_util
2768 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002769 exclude_iomgrs:
2770 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002771 platforms:
2772 - mac
2773 - linux
2774 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002775- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002776 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002777 build: test
2778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002779 src:
2780 - test/core/iomgr/tcp_posix_test.c
2781 deps:
2782 - grpc_test_util
2783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002784 - gpr_test_util
2785 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002786 exclude_iomgrs:
2787 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002788 platforms:
2789 - mac
2790 - linux
2791 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002792- name: tcp_server_posix_test
2793 build: test
2794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002795 src:
2796 - test/core/iomgr/tcp_server_posix_test.c
2797 deps:
2798 - grpc_test_util
2799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002800 - gpr_test_util
2801 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002802 exclude_iomgrs:
2803 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002804 platforms:
2805 - mac
2806 - linux
2807 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002808- name: time_averaged_stats_test
2809 build: test
2810 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002811 src:
2812 - test/core/iomgr/time_averaged_stats_test.c
2813 deps:
2814 - grpc_test_util
2815 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002816 - gpr_test_util
2817 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002818- name: timeout_encoding_test
2819 build: test
2820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002821 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002822 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002823 deps:
2824 - grpc_test_util
2825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002826 - gpr_test_util
2827 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002828- name: timer_heap_test
2829 build: test
2830 language: c
2831 src:
2832 - test/core/iomgr/timer_heap_test.c
2833 deps:
2834 - grpc_test_util
2835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002836 - gpr_test_util
2837 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002838 exclude_iomgrs:
2839 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002840- name: timer_list_test
2841 build: test
2842 language: c
2843 src:
2844 - test/core/iomgr/timer_list_test.c
2845 deps:
2846 - grpc_test_util
2847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002848 - gpr_test_util
2849 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002850 exclude_iomgrs:
2851 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002852- name: transport_connectivity_state_test
2853 build: test
2854 language: c
2855 src:
2856 - test/core/transport/connectivity_state_test.c
2857 deps:
2858 - grpc_test_util
2859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002860 - gpr_test_util
2861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002862- name: transport_metadata_test
2863 build: test
2864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002865 src:
2866 - test/core/transport/metadata_test.c
2867 deps:
2868 - grpc_test_util
2869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002870 - gpr_test_util
2871 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002872- name: transport_pid_controller_test
2873 build: test
2874 language: c
2875 src:
2876 - test/core/transport/pid_controller_test.c
2877 deps:
2878 - grpc_test_util
2879 - grpc
2880 - gpr_test_util
2881 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882- name: transport_security_test
2883 build: test
2884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002885 src:
2886 - test/core/tsi/transport_security_test.c
2887 deps:
2888 - grpc_test_util
2889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002890 - gpr_test_util
2891 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002892 platforms:
2893 - linux
2894 - posix
2895 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002896- name: udp_server_test
2897 build: test
2898 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002899 src:
2900 - test/core/iomgr/udp_server_test.c
2901 deps:
2902 - grpc_test_util
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr_test_util
2905 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002906 exclude_iomgrs:
2907 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002908 platforms:
2909 - mac
2910 - linux
2911 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002912- name: uri_fuzzer_test
2913 build: fuzzer
2914 language: c
2915 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002916 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002917 deps:
2918 - grpc_test_util
2919 - grpc
2920 - gpr_test_util
2921 - gpr
2922 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002923 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002924 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002925- name: uri_parser_test
2926 build: test
2927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002928 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002929 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002930 deps:
2931 - grpc_test_util
2932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002933 - gpr_test_util
2934 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002935- name: wakeup_fd_cv_test
2936 build: test
2937 language: c
2938 src:
2939 - test/core/iomgr/wakeup_fd_cv_test.c
2940 deps:
2941 - grpc_test_util
2942 - grpc
2943 - gpr_test_util
2944 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002945 exclude_iomgrs:
2946 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002947 platforms:
2948 - mac
2949 - linux
2950 - posix
vjpai04e992a2016-02-10 16:58:38 -08002951- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002952 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002953 build: test
2954 language: c++
2955 src:
2956 - test/cpp/common/alarm_cpp_test.cc
2957 deps:
2958 - grpc++_test_util
2959 - grpc_test_util
2960 - grpc++
2961 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002962 - gpr_test_util
2963 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002965 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966 build: test
2967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002968 src:
2969 - test/cpp/end2end/async_end2end_test.cc
2970 deps:
2971 - grpc++_test_util
2972 - grpc_test_util
2973 - grpc++
2974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002975 - gpr_test_util
2976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002977- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002978 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002979 build: test
2980 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002981 src:
2982 - test/cpp/common/auth_property_iterator_test.cc
2983 deps:
2984 - grpc++_test_util
2985 - grpc_test_util
2986 - grpc++
2987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002988 - gpr_test_util
2989 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08002990- name: bm_call_create
2991 build: test
2992 language: c++
2993 src:
2994 - test/cpp/microbenchmarks/bm_call_create.cc
2995 deps:
2996 - benchmark
2997 - grpc++_test_util
2998 - grpc_test_util
2999 - grpc++
3000 - grpc
3001 - gpr_test_util
3002 - gpr
3003 args:
3004 - --benchmark_min_time=0
3005 platforms:
3006 - mac
3007 - linux
3008 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003009- name: bm_cq
3010 build: test
3011 language: c++
3012 src:
3013 - test/cpp/microbenchmarks/bm_cq.cc
3014 deps:
3015 - benchmark
3016 - grpc++_test_util
3017 - grpc_test_util
3018 - grpc++
3019 - grpc
3020 - gpr_test_util
3021 - gpr
3022 args:
3023 - --benchmark_min_time=0
3024 platforms:
3025 - mac
3026 - linux
3027 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003028- name: bm_error
3029 build: test
3030 language: c++
3031 src:
3032 - test/cpp/microbenchmarks/bm_error.cc
3033 deps:
3034 - benchmark
3035 - grpc++_test_util
3036 - grpc_test_util
3037 - grpc++
3038 - grpc
3039 - gpr_test_util
3040 - gpr
3041 args:
3042 - --benchmark_min_time=0
3043 platforms:
3044 - mac
3045 - linux
3046 - posix
Craig Tiller93d802b2016-10-25 21:05:49 -07003047- name: bm_fullstack
3048 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003049 language: c++
3050 src:
3051 - test/cpp/microbenchmarks/bm_fullstack.cc
3052 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003053 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003054 - grpc++_test_util
3055 - grpc_test_util
3056 - grpc++
3057 - grpc
3058 - gpr_test_util
3059 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003060 args:
3061 - --benchmark_min_time=0
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003062 platforms:
3063 - mac
3064 - linux
3065 - posix
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003066- name: bm_metadata
3067 build: test
3068 language: c++
3069 src:
3070 - test/cpp/microbenchmarks/bm_metadata.cc
3071 deps:
3072 - benchmark
3073 - grpc_test_util
3074 - grpc
3075 - gpr_test_util
3076 - gpr
3077 args:
3078 - --benchmark_min_time=0
3079 platforms:
3080 - mac
3081 - linux
3082 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003083- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003084 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003085 build: test
3086 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003087 src:
yang-g52705592015-11-25 11:45:33 -08003088 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003089 deps:
3090 - grpc++
3091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003092 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003093- name: channel_filter_test
3094 gtest: true
3095 build: test
3096 language: c++
3097 src:
3098 - test/cpp/common/channel_filter_test.cc
3099 deps:
3100 - grpc++
3101 - grpc
3102 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003103- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003104 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003105 build: test
3106 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003107 src:
3108 - test/cpp/util/cli_call_test.cc
3109 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003110 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003111 - grpc++_test_util
3112 - grpc_test_util
3113 - grpc++
3114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003115 - gpr_test_util
3116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003117- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003118 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003119 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003120 build: test
3121 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003122 src:
3123 - test/cpp/end2end/client_crash_test.cc
3124 deps:
3125 - grpc++_test_util
3126 - grpc_test_util
3127 - grpc++
3128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003129 - gpr_test_util
3130 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003131 platforms:
3132 - mac
3133 - linux
3134 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003135- name: client_crash_test_server
3136 build: test
3137 run: false
3138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003139 src:
3140 - test/cpp/end2end/client_crash_test_server.cc
3141 deps:
3142 - grpc++_test_util
3143 - grpc_test_util
3144 - grpc++
3145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003146 - gpr_test_util
3147 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003148- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003149 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003150 build: test
3151 language: c++
3152 src:
3153 - src/proto/grpc/testing/control.proto
3154 - src/proto/grpc/testing/messages.proto
3155 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003156 - src/proto/grpc/testing/services.proto
3157 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003158 - test/cpp/codegen/codegen_test_full.cc
3159 deps:
3160 - grpc++
3161 - grpc
3162 - gpr
3163 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003164 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003165- name: codegen_test_minimal
3166 gtest: true
3167 build: test
3168 language: c++
3169 src:
3170 - src/proto/grpc/testing/control.proto
3171 - src/proto/grpc/testing/messages.proto
3172 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003173 - src/proto/grpc/testing/services.proto
3174 - src/proto/grpc/testing/stats.proto
3175 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003176 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003177 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003178 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003179- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003180 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003181 build: test
3182 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003183 src:
3184 - test/cpp/client/credentials_test.cc
3185 deps:
3186 - grpc++
3187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003189- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003190 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003191 build: test
3192 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003193 src:
3194 - test/cpp/util/byte_buffer_test.cc
3195 deps:
3196 - grpc_test_util
3197 - grpc++
3198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003199 - gpr_test_util
3200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003202 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003203 build: test
3204 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003205 src:
3206 - test/cpp/util/slice_test.cc
3207 deps:
3208 - grpc_test_util
3209 - grpc++
3210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003211 - gpr_test_util
3212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003213- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003214 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003215 build: test
3216 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003217 src:
3218 - test/cpp/util/string_ref_test.cc
3219 deps:
3220 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003221- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003222 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003223 build: test
3224 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003225 src:
3226 - test/cpp/util/time_test.cc
3227 deps:
3228 - grpc_test_util
3229 - grpc++
3230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003231 - gpr_test_util
3232 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003233- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003234 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003235 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003236 build: test
3237 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003238 src:
3239 - test/cpp/end2end/end2end_test.cc
3240 deps:
3241 - grpc++_test_util
3242 - grpc_test_util
3243 - grpc++
3244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003245 - gpr_test_util
3246 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003247- name: filter_end2end_test
3248 gtest: true
3249 build: test
3250 language: c++
3251 src:
3252 - test/cpp/end2end/filter_end2end_test.cc
3253 deps:
3254 - grpc++_test_util
3255 - grpc_test_util
3256 - grpc++
3257 - grpc
3258 - gpr_test_util
3259 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003260- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003261 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003262 build: test
3263 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003264 src:
3265 - test/cpp/end2end/generic_end2end_test.cc
3266 deps:
3267 - grpc++_test_util
3268 - grpc_test_util
3269 - grpc++
3270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003271 - gpr_test_util
3272 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003273- name: golden_file_test
3274 gtest: true
3275 build: test
3276 language: c++
3277 src:
3278 - src/proto/grpc/testing/compiler_test.proto
3279 - test/cpp/codegen/golden_file_test.cc
3280 deps:
3281 - grpc++
3282 - grpc
3283 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284- name: grpc_cli
3285 build: test
3286 run: false
3287 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003288 src:
3289 - test/cpp/util/grpc_cli.cc
3290 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003291 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003292 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003293 - grpc++
3294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003295 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003296 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003297- name: grpc_cpp_plugin
3298 build: protoc
3299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003300 src:
3301 - src/compiler/cpp_plugin.cc
3302 deps:
3303 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003304 secure: false
3305 vs_config_type: Application
3306 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3307- name: grpc_csharp_plugin
3308 build: protoc
3309 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003310 src:
3311 - src/compiler/csharp_plugin.cc
3312 deps:
3313 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003314 secure: false
3315 vs_config_type: Application
3316 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003317- name: grpc_node_plugin
3318 build: protoc
3319 language: c++
3320 src:
3321 - src/compiler/node_plugin.cc
3322 deps:
3323 - grpc_plugin_support
3324 secure: false
3325 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003326- name: grpc_objective_c_plugin
3327 build: protoc
3328 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003329 src:
3330 - src/compiler/objective_c_plugin.cc
3331 deps:
3332 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003333 secure: false
3334 vs_config_type: Application
3335 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003336- name: grpc_php_plugin
3337 build: protoc
3338 language: c++
3339 src:
3340 - src/compiler/php_plugin.cc
3341 deps:
3342 - grpc_plugin_support
3343 secure: false
3344 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003345- name: grpc_python_plugin
3346 build: protoc
3347 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003348 src:
3349 - src/compiler/python_plugin.cc
3350 deps:
3351 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003352 secure: false
3353 vs_config_type: Application
3354 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3355- name: grpc_ruby_plugin
3356 build: protoc
3357 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003358 src:
3359 - src/compiler/ruby_plugin.cc
3360 deps:
3361 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003362 secure: false
3363 vs_config_type: Application
3364 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003365- name: grpc_tool_test
3366 gtest: true
3367 build: test
3368 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003369 src:
3370 - src/proto/grpc/testing/echo.proto
3371 - src/proto/grpc/testing/echo_messages.proto
3372 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003373 deps:
3374 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003375 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003376 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003377 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003378 - grpc_test_util
3379 - grpc++
3380 - grpc
3381 - gpr_test_util
3382 - gpr
3383 filegroups:
3384 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003385- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003386 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003387 build: test
3388 language: c++
3389 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003390 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003391 - test/cpp/grpclb/grpclb_api_test.cc
3392 deps:
3393 - grpc++_test_util
3394 - grpc_test_util
3395 - grpc++
3396 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003397- name: grpclb_test
3398 gtest: false
3399 build: test
3400 language: c++
3401 src:
3402 - src/proto/grpc/lb/v1/load_balancer.proto
3403 - test/cpp/grpclb/grpclb_test.cc
3404 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003405 - grpc++_test_util
3406 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003407 - grpc++
3408 - grpc
3409 - gpr_test_util
3410 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003411- name: http2_client
3412 build: test
3413 run: false
3414 language: c++
3415 src: []
3416 deps:
3417 - http2_client_main
3418 - grpc++_test_util
3419 - grpc_test_util
3420 - grpc++
3421 - grpc
3422 - grpc++_test_config
3423 platforms:
3424 - mac
3425 - linux
3426 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003427- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003428 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003429 build: test
3430 language: c++
3431 src:
3432 - test/cpp/end2end/hybrid_end2end_test.cc
3433 deps:
3434 - grpc++_test_util
3435 - grpc_test_util
3436 - grpc++
3437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003438 - gpr_test_util
3439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003440- name: interop_client
3441 build: test
3442 run: false
3443 language: c++
3444 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003445 deps:
3446 - interop_client_main
3447 - interop_client_helper
3448 - grpc++_test_util
3449 - grpc_test_util
3450 - grpc++
3451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003452 - gpr_test_util
3453 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003454 - grpc++_test_config
3455 platforms:
3456 - mac
3457 - linux
3458 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003459- name: interop_server
3460 build: test
3461 run: false
3462 language: c++
3463 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003464 deps:
3465 - interop_server_main
3466 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003467 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003468 - grpc++_test_util
3469 - grpc_test_util
3470 - grpc++
3471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003472 - gpr_test_util
3473 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003474 - grpc++_test_config
3475 platforms:
3476 - mac
3477 - linux
3478 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003479- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003480 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003481 build: test
3482 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003483 src:
3484 - test/cpp/interop/interop_test.cc
3485 deps:
3486 - grpc_test_util
3487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003488 - gpr_test_util
3489 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003490 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003491 platforms:
3492 - mac
3493 - linux
3494 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003495- name: json_run_localhost
3496 build: test
3497 run: false
3498 language: c++
3499 src:
3500 - test/cpp/qps/json_run_localhost.cc
3501 deps:
3502 - grpc++_test_util
3503 - grpc_test_util
3504 - grpc++
3505 - grpc
3506 - gpr_test_util
3507 - gpr
3508 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003509 platforms:
3510 - mac
3511 - linux
3512 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003513- name: metrics_client
3514 build: test
3515 run: false
3516 language: c++
3517 headers:
3518 - test/cpp/util/metrics_server.h
3519 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003520 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003521 - test/cpp/interop/metrics_client.cc
3522 deps:
3523 - grpc++
3524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003525 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003526 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003527- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003528 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003529 build: test
3530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003531 src:
3532 - test/cpp/end2end/mock_test.cc
3533 deps:
3534 - grpc++_test_util
3535 - grpc_test_util
3536 - grpc++
3537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003538 - gpr_test_util
3539 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003540- name: noop-benchmark
3541 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003542 language: c++
3543 src:
3544 - test/cpp/microbenchmarks/noop-benchmark.cc
3545 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003546 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003547- name: proto_server_reflection_test
3548 gtest: true
3549 build: test
3550 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003551 src:
3552 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003553 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003554 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003555 - grpc++_reflection
3556 - grpc++_test_util
3557 - grpc_test_util
3558 - grpc++
3559 - grpc
3560 - gpr_test_util
3561 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003562- name: proto_utils_test
3563 gtest: true
3564 build: test
3565 language: c++
3566 src:
3567 - test/cpp/codegen/proto_utils_test.cc
3568 deps:
3569 - grpc++
3570 - grpc
3571 filegroups:
3572 - grpc++_codegen_base
3573 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003574- name: qps_interarrival_test
3575 build: test
3576 run: false
3577 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003578 src:
3579 - test/cpp/qps/qps_interarrival_test.cc
3580 deps:
3581 - qps
3582 - grpc++_test_util
3583 - grpc_test_util
3584 - grpc++
3585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003586 - gpr_test_util
3587 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003588 platforms:
3589 - mac
3590 - linux
3591 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003592- name: qps_json_driver
3593 build: test
3594 run: false
3595 language: c++
3596 src:
3597 - test/cpp/qps/qps_json_driver.cc
3598 deps:
3599 - qps
3600 - grpc++_test_util
3601 - grpc_test_util
3602 - grpc++
3603 - grpc
3604 - gpr_test_util
3605 - gpr
3606 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003607- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003608 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003609 build: test
3610 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003611 src:
3612 - test/cpp/qps/qps_openloop_test.cc
3613 deps:
3614 - qps
3615 - grpc++_test_util
3616 - grpc_test_util
3617 - grpc++
3618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003619 - gpr_test_util
3620 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003621 - grpc++_test_config
3622 platforms:
3623 - mac
3624 - linux
3625 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003626- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003627 build: test
3628 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003629 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003630 headers:
3631 - test/cpp/qps/client.h
3632 - test/cpp/qps/server.h
3633 src:
3634 - test/cpp/qps/worker.cc
3635 deps:
3636 - qps
3637 - grpc++_test_util
3638 - grpc_test_util
3639 - grpc++
3640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003641 - gpr_test_util
3642 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003643 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003644- name: reconnect_interop_client
3645 build: test
3646 run: false
3647 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003648 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003649 - src/proto/grpc/testing/empty.proto
3650 - src/proto/grpc/testing/messages.proto
3651 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003652 - test/cpp/interop/reconnect_interop_client.cc
3653 deps:
3654 - grpc++_test_util
3655 - grpc_test_util
3656 - grpc++
3657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003658 - gpr_test_util
3659 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003660 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003661- name: reconnect_interop_server
3662 build: test
3663 run: false
3664 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003665 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003666 - src/proto/grpc/testing/empty.proto
3667 - src/proto/grpc/testing/messages.proto
3668 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003669 - test/cpp/interop/reconnect_interop_server.cc
3670 deps:
3671 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003672 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003673 - grpc++_test_util
3674 - grpc_test_util
3675 - grpc++
3676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003677 - gpr_test_util
3678 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003679 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003680- name: round_robin_end2end_test
3681 gtest: true
3682 build: test
3683 language: c++
3684 src:
3685 - test/cpp/end2end/round_robin_end2end_test.cc
3686 deps:
3687 - grpc++_test_util
3688 - grpc_test_util
3689 - grpc++
3690 - grpc
3691 - gpr_test_util
3692 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003693- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003694 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003695 build: test
3696 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003697 src:
3698 - test/cpp/common/secure_auth_context_test.cc
3699 deps:
3700 - grpc++_test_util
3701 - grpc_test_util
3702 - grpc++
3703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003704 - gpr_test_util
3705 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003706- name: secure_sync_unary_ping_pong_test
3707 build: test
3708 language: c++
3709 src:
3710 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3711 deps:
3712 - qps
3713 - grpc++_test_util
3714 - grpc_test_util
3715 - grpc++
3716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003717 - gpr_test_util
3718 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003719 platforms:
3720 - mac
3721 - linux
3722 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003723- name: server_builder_plugin_test
3724 gtest: true
3725 build: test
3726 language: c++
3727 src:
3728 - test/cpp/end2end/server_builder_plugin_test.cc
3729 deps:
3730 - grpc++_test_util
3731 - grpc_test_util
3732 - grpc++
3733 - grpc
3734 - gpr_test_util
3735 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003736- name: server_context_test_spouse_test
3737 gtest: true
3738 build: test
3739 language: c++
3740 src:
3741 - test/cpp/test/server_context_test_spouse_test.cc
3742 deps:
3743 - grpc_test_util
3744 - grpc++_test
3745 - grpc++
3746 - grpc
3747 - gpr_test_util
3748 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003749- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003750 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003751 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003752 build: test
3753 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003754 src:
3755 - test/cpp/end2end/server_crash_test.cc
3756 deps:
3757 - grpc++_test_util
3758 - grpc_test_util
3759 - grpc++
3760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003761 - gpr_test_util
3762 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003763 platforms:
3764 - mac
3765 - linux
3766 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003767- name: server_crash_test_client
3768 build: test
3769 run: false
3770 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003771 src:
3772 - test/cpp/end2end/server_crash_test_client.cc
3773 deps:
3774 - grpc++_test_util
3775 - grpc_test_util
3776 - grpc++
3777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003778 - gpr_test_util
3779 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003780- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003781 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003782 build: test
3783 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003784 src:
3785 - test/cpp/end2end/shutdown_test.cc
3786 deps:
3787 - grpc++_test_util
3788 - grpc_test_util
3789 - grpc++
3790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003791 - gpr_test_util
3792 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003793- name: status_test
3794 build: test
3795 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003796 src:
3797 - test/cpp/util/status_test.cc
3798 deps:
3799 - grpc_test_util
3800 - grpc++
3801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003802 - gpr_test_util
3803 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003804- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003805 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003806 build: test
3807 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003808 src:
3809 - test/cpp/end2end/streaming_throughput_test.cc
3810 deps:
3811 - grpc++_test_util
3812 - grpc_test_util
3813 - grpc++
3814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003815 - gpr_test_util
3816 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003817 platforms:
3818 - mac
3819 - linux
3820 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003821- name: stress_test
3822 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003823 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003824 language: c++
3825 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003826 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003827 - test/cpp/interop/interop_client.h
3828 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003829 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003830 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003831 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003832 - src/proto/grpc/testing/empty.proto
3833 - src/proto/grpc/testing/messages.proto
3834 - src/proto/grpc/testing/metrics.proto
3835 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003836 - test/cpp/interop/interop_client.cc
3837 - test/cpp/interop/stress_interop_client.cc
3838 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003839 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003840 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003841 deps:
3842 - grpc++_test_util
3843 - grpc_test_util
3844 - grpc++
3845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003846 - gpr_test_util
3847 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003848 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003849- name: thread_manager_test
3850 build: test
3851 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003852 src:
3853 - test/cpp/thread_manager/thread_manager_test.cc
3854 deps:
3855 - grpc++
3856 - grpc
3857 - gpr
3858 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003859- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003860 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003861 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003862 build: test
3863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003864 src:
3865 - test/cpp/end2end/thread_stress_test.cc
3866 deps:
3867 - grpc++_test_util
3868 - grpc_test_util
3869 - grpc++
3870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003871 - gpr_test_util
3872 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08003873- name: writes_per_rpc_test
3874 gtest: true
3875 cpu_cost: 0.5
3876 build: test
3877 language: c++
3878 src:
3879 - test/cpp/performance/writes_per_rpc_test.cc
3880 deps:
3881 - grpc++_test_util
3882 - grpc_test_util
3883 - grpc++
3884 - grpc
3885 - gpr_test_util
3886 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08003887 platforms:
3888 - mac
3889 - linux
3890 - posix
Craig Tillerab230452016-01-04 08:18:43 -08003891- name: public_headers_must_be_c89
3892 build: test
3893 language: c89
3894 src:
3895 - test/core/surface/public_headers_must_be_c89.c
3896 deps:
3897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003899vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003900- linkage: static
3901 name: grpc.dependencies.zlib
3902 props: false
3903 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003904 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003905- linkage: static
3906 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003907 props: true
3908 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003909 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003910- name: gflags
3911 props: false
3912 redist: false
3913 version: 2.1.2.1
3914- name: gtest
3915 props: false
3916 redist: false
3917 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003918configs:
3919 asan:
3920 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003921 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3922 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003923 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003924 LD: clang
3925 LDFLAGS: -fsanitize=address
3926 LDXX: clang++
3927 compile_the_world: true
3928 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003929 ASAN_OPTIONS: detect_leaks=1:color=always
3930 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003931 asan-noleaks:
3932 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003933 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3934 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003935 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003936 LD: clang
3937 LDFLAGS: -fsanitize=address
3938 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003939 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003940 test_environ:
3941 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07003942 asan-trace-cmp:
3943 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003944 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3945 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003946 CXX: clang++
3947 LD: clang
3948 LDFLAGS: -fsanitize=address
3949 LDXX: clang++
3950 compile_the_world: true
3951 test_environ:
3952 ASAN_OPTIONS: detect_leaks=1:color=always
3953 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003954 basicprof:
3955 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3956 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08003957 counters:
3958 CPPFLAGS: -O2 -DGPR_MU_COUNTERS
3959 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003960 dbg:
3961 CPPFLAGS: -O0
3962 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003963 gcov:
3964 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003965 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003966 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003967 DEFINES: _DEBUG DEBUG GPR_GCOV
3968 LD: gcc
3969 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3970 LDXX: g++
3971 helgrind:
3972 CPPFLAGS: -O0
3973 DEFINES: _DEBUG DEBUG
3974 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003975 valgrind: --tool=helgrind
3976 memcheck:
3977 CPPFLAGS: -O0
3978 DEFINES: _DEBUG DEBUG
3979 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003980 valgrind: --tool=memcheck --leak-check=full
3981 msan:
3982 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003983 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3984 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3985 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003986 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003987 DEFINES: NDEBUG
3988 LD: clang
3989 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3990 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3991 LDXX: clang++
3992 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003993 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003994 CPPFLAGS: -O3 -fno-omit-frame-pointer
3995 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003996 LDFLAGS: -rdynamic
3997 opt:
3998 CPPFLAGS: -O2
3999 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004000 stapprof:
4001 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4002 DEFINES: NDEBUG
4003 tsan:
4004 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004005 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004006 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004007 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004008 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004009 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004010 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004011 LDXX: clang++
4012 compile_the_world: true
4013 test_environ:
4014 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004015 ubsan:
4016 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004017 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4018 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004019 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004020 DEFINES: NDEBUG
4021 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004022 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004023 LDXX: clang++
4024 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004025 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004026 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004027defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004028 benchmark:
4029 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004030 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004031 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004032 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004033 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004034 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004035 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004036 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004037 LDFLAGS: -g
4038 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004039 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004040 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004041node_modules:
4042- deps:
4043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004044 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004045 - boringssl
4046 - z
murgatroid9994a75412015-11-19 14:04:53 -08004047 headers:
4048 - src/node/ext/byte_buffer.h
4049 - src/node/ext/call.h
4050 - src/node/ext/call_credentials.h
4051 - src/node/ext/channel.h
4052 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004053 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004054 - src/node/ext/server.h
4055 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004056 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004057 - src/node/ext/timeval.h
4058 js:
4059 - src/node/index.js
4060 - src/node/src/client.js
4061 - src/node/src/common.js
4062 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004063 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004064 - src/node/src/metadata.js
4065 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004066 name: grpc_node
4067 src:
4068 - src/node/ext/byte_buffer.cc
4069 - src/node/ext/call.cc
4070 - src/node/ext/call_credentials.cc
4071 - src/node/ext/channel.cc
4072 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004073 - src/node/ext/completion_queue_threadpool.cc
4074 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004075 - src/node/ext/node_grpc.cc
4076 - src/node/ext/server.cc
4077 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004078 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004079 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004080openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004081 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004082 extraction_dir: openssl-1.0.2f
4083 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004084php_config_m4:
4085 deps:
4086 - grpc
4087 - gpr
4088 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004089 headers:
4090 - src/php/ext/grpc/byte_buffer.h
4091 - src/php/ext/grpc/call.h
4092 - src/php/ext/grpc/call_credentials.h
4093 - src/php/ext/grpc/channel.h
4094 - src/php/ext/grpc/channel_credentials.h
4095 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004096 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004097 - src/php/ext/grpc/php_grpc.h
4098 - src/php/ext/grpc/server.h
4099 - src/php/ext/grpc/server_credentials.h
4100 - src/php/ext/grpc/timeval.h
4101 src:
4102 - src/php/ext/grpc/byte_buffer.c
4103 - src/php/ext/grpc/call.c
4104 - src/php/ext/grpc/call_credentials.c
4105 - src/php/ext/grpc/channel.c
4106 - src/php/ext/grpc/channel_credentials.c
4107 - src/php/ext/grpc/completion_queue.c
4108 - src/php/ext/grpc/php_grpc.c
4109 - src/php/ext/grpc/server.c
4110 - src/php/ext/grpc/server_credentials.c
4111 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004112python_dependencies:
4113 deps:
4114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004115 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004116 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004117 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004118ruby_gem:
4119 deps:
4120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004122 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004123 - z