Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1 | '#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. |
| 4 | settings: |
| 5 | '#': The public version number of the library. |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 6 | version: |
| 7 | major: 0 |
Julien Boeuf | ccd4c52 | 2015-10-20 11:06:51 -0700 | [diff] [blame] | 8 | minor: 12 |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 9 | micro: 0 |
| 10 | build: 0 |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 11 | filegroups: |
| 12 | - name: census |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 13 | public_headers: |
| 14 | - include/grpc/census.h |
| 15 | headers: |
| 16 | - src/core/census/aggregation.h |
| 17 | - src/core/census/context.h |
| 18 | - src/core/census/rpc_metric_id.h |
| 19 | src: |
| 20 | - src/core/census/context.c |
| 21 | - src/core/census/initialize.c |
| 22 | - src/core/census/operation.c |
| 23 | - src/core/census/tracing.c |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 24 | - name: grpc++_base |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 25 | public_headers: |
| 26 | - include/grpc++/channel.h |
| 27 | - include/grpc++/client_context.h |
| 28 | - include/grpc++/completion_queue.h |
| 29 | - include/grpc++/create_channel.h |
| 30 | - include/grpc++/generic/async_generic_service.h |
| 31 | - include/grpc++/generic/generic_stub.h |
| 32 | - include/grpc++/grpc++.h |
| 33 | - include/grpc++/impl/call.h |
| 34 | - include/grpc++/impl/client_unary_call.h |
| 35 | - include/grpc++/impl/grpc_library.h |
| 36 | - include/grpc++/impl/proto_utils.h |
| 37 | - include/grpc++/impl/rpc_method.h |
| 38 | - include/grpc++/impl/rpc_service_method.h |
| 39 | - include/grpc++/impl/serialization_traits.h |
yang-g | a23f17b | 2015-11-25 10:21:05 -0800 | [diff] [blame] | 40 | - include/grpc++/impl/server_builder_option.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 41 | - include/grpc++/impl/service_type.h |
| 42 | - include/grpc++/impl/sync.h |
| 43 | - include/grpc++/impl/sync_cxx11.h |
| 44 | - include/grpc++/impl/sync_no_cxx11.h |
| 45 | - include/grpc++/impl/thd.h |
| 46 | - include/grpc++/impl/thd_cxx11.h |
| 47 | - include/grpc++/impl/thd_no_cxx11.h |
| 48 | - include/grpc++/security/auth_context.h |
| 49 | - include/grpc++/security/auth_metadata_processor.h |
| 50 | - include/grpc++/security/credentials.h |
| 51 | - include/grpc++/security/server_credentials.h |
| 52 | - include/grpc++/server.h |
| 53 | - include/grpc++/server_builder.h |
| 54 | - include/grpc++/server_context.h |
| 55 | - include/grpc++/support/async_stream.h |
| 56 | - include/grpc++/support/async_unary_call.h |
| 57 | - include/grpc++/support/byte_buffer.h |
| 58 | - include/grpc++/support/channel_arguments.h |
| 59 | - include/grpc++/support/config.h |
| 60 | - include/grpc++/support/config_protobuf.h |
| 61 | - include/grpc++/support/slice.h |
| 62 | - include/grpc++/support/status.h |
| 63 | - include/grpc++/support/status_code_enum.h |
| 64 | - include/grpc++/support/string_ref.h |
| 65 | - include/grpc++/support/stub_options.h |
| 66 | - include/grpc++/support/sync_stream.h |
| 67 | - include/grpc++/support/time.h |
| 68 | headers: |
| 69 | - src/cpp/client/create_channel_internal.h |
| 70 | - src/cpp/common/create_auth_context.h |
| 71 | - src/cpp/server/dynamic_thread_pool.h |
| 72 | - src/cpp/server/fixed_size_thread_pool.h |
| 73 | - src/cpp/server/thread_pool_interface.h |
| 74 | src: |
| 75 | - src/cpp/client/channel.cc |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 76 | - src/cpp/client/client_context.cc |
| 77 | - src/cpp/client/create_channel.cc |
| 78 | - src/cpp/client/create_channel_internal.cc |
| 79 | - src/cpp/client/credentials.cc |
| 80 | - src/cpp/client/generic_stub.cc |
| 81 | - src/cpp/client/insecure_credentials.cc |
| 82 | - src/cpp/common/call.cc |
yang-g | 5270559 | 2015-11-25 11:45:33 -0800 | [diff] [blame] | 83 | - src/cpp/common/channel_arguments.cc |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 84 | - src/cpp/common/completion_queue.cc |
| 85 | - src/cpp/common/rpc_method.cc |
| 86 | - src/cpp/proto/proto_utils.cc |
| 87 | - src/cpp/server/async_generic_service.cc |
| 88 | - src/cpp/server/create_default_thread_pool.cc |
| 89 | - src/cpp/server/dynamic_thread_pool.cc |
| 90 | - src/cpp/server/fixed_size_thread_pool.cc |
| 91 | - src/cpp/server/insecure_server_credentials.cc |
| 92 | - src/cpp/server/server.cc |
| 93 | - src/cpp/server/server_builder.cc |
| 94 | - src/cpp/server/server_context.cc |
| 95 | - src/cpp/server/server_credentials.cc |
| 96 | - src/cpp/util/byte_buffer.cc |
| 97 | - src/cpp/util/slice.cc |
| 98 | - src/cpp/util/status.cc |
| 99 | - src/cpp/util/string_ref.cc |
| 100 | - src/cpp/util/time.cc |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 101 | - name: grpc_base |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 102 | public_headers: |
| 103 | - include/grpc/byte_buffer.h |
| 104 | - include/grpc/byte_buffer_reader.h |
| 105 | - include/grpc/compression.h |
| 106 | - include/grpc/grpc.h |
| 107 | - include/grpc/status.h |
| 108 | headers: |
| 109 | - src/core/census/grpc_filter.h |
| 110 | - src/core/channel/channel_args.h |
| 111 | - src/core/channel/channel_stack.h |
| 112 | - src/core/channel/client_channel.h |
David Garcia Quintas | 7b1bd2c | 2015-10-05 18:22:10 -0700 | [diff] [blame] | 113 | - src/core/channel/client_uchannel.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 114 | - src/core/channel/compress_filter.h |
| 115 | - src/core/channel/connected_channel.h |
| 116 | - src/core/channel/context.h |
| 117 | - src/core/channel/http_client_filter.h |
| 118 | - src/core/channel/http_server_filter.h |
| 119 | - src/core/channel/noop_filter.h |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 120 | - src/core/channel/subchannel_call_holder.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 121 | - src/core/client_config/client_config.h |
| 122 | - src/core/client_config/connector.h |
yang-g | a612412 | 2015-11-05 22:36:20 -0800 | [diff] [blame] | 123 | - src/core/client_config/initial_connect_string.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 124 | - src/core/client_config/lb_policies/pick_first.h |
| 125 | - src/core/client_config/lb_policies/round_robin.h |
| 126 | - src/core/client_config/lb_policy.h |
| 127 | - src/core/client_config/lb_policy_factory.h |
| 128 | - src/core/client_config/lb_policy_registry.h |
| 129 | - src/core/client_config/resolver.h |
| 130 | - src/core/client_config/resolver_factory.h |
| 131 | - src/core/client_config/resolver_registry.h |
| 132 | - src/core/client_config/resolvers/dns_resolver.h |
| 133 | - src/core/client_config/resolvers/sockaddr_resolver.h |
| 134 | - src/core/client_config/subchannel.h |
| 135 | - src/core/client_config/subchannel_factory.h |
| 136 | - src/core/client_config/subchannel_factory_decorators/add_channel_arg.h |
| 137 | - src/core/client_config/subchannel_factory_decorators/merge_channel_args.h |
| 138 | - src/core/client_config/uri_parser.h |
Craig Tiller | ebdef9d | 2015-11-19 17:09:49 -0800 | [diff] [blame] | 139 | - src/core/compression/algorithm_metadata.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 140 | - src/core/compression/message_compress.h |
| 141 | - src/core/debug/trace.h |
| 142 | - src/core/httpcli/format_request.h |
| 143 | - src/core/httpcli/httpcli.h |
| 144 | - src/core/httpcli/parser.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 145 | - src/core/iomgr/closure.h |
| 146 | - src/core/iomgr/endpoint.h |
| 147 | - src/core/iomgr/endpoint_pair.h |
| 148 | - src/core/iomgr/exec_ctx.h |
David Garcia Quintas | 4bc3463 | 2015-10-07 16:12:35 -0700 | [diff] [blame] | 149 | - src/core/iomgr/executor.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 150 | - src/core/iomgr/fd_posix.h |
| 151 | - src/core/iomgr/iocp_windows.h |
| 152 | - src/core/iomgr/iomgr.h |
| 153 | - src/core/iomgr/iomgr_internal.h |
| 154 | - src/core/iomgr/iomgr_posix.h |
| 155 | - src/core/iomgr/pollset.h |
| 156 | - src/core/iomgr/pollset_posix.h |
| 157 | - src/core/iomgr/pollset_set.h |
| 158 | - src/core/iomgr/pollset_set_posix.h |
| 159 | - src/core/iomgr/pollset_set_windows.h |
| 160 | - src/core/iomgr/pollset_windows.h |
| 161 | - src/core/iomgr/resolve_address.h |
| 162 | - src/core/iomgr/sockaddr.h |
| 163 | - src/core/iomgr/sockaddr_posix.h |
| 164 | - src/core/iomgr/sockaddr_utils.h |
| 165 | - src/core/iomgr/sockaddr_win32.h |
| 166 | - src/core/iomgr/socket_utils_posix.h |
| 167 | - src/core/iomgr/socket_windows.h |
| 168 | - src/core/iomgr/tcp_client.h |
| 169 | - src/core/iomgr/tcp_posix.h |
| 170 | - src/core/iomgr/tcp_server.h |
| 171 | - src/core/iomgr/tcp_windows.h |
| 172 | - src/core/iomgr/time_averaged_stats.h |
David Garcia Quintas | b65e421 | 2015-10-14 12:00:21 -0700 | [diff] [blame] | 173 | - src/core/iomgr/timer.h |
| 174 | - src/core/iomgr/timer_heap.h |
| 175 | - src/core/iomgr/timer_internal.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 176 | - src/core/iomgr/udp_server.h |
| 177 | - src/core/iomgr/wakeup_fd_pipe.h |
| 178 | - src/core/iomgr/wakeup_fd_posix.h |
| 179 | - src/core/iomgr/workqueue.h |
| 180 | - src/core/iomgr/workqueue_posix.h |
| 181 | - src/core/iomgr/workqueue_windows.h |
| 182 | - src/core/json/json.h |
| 183 | - src/core/json/json_common.h |
| 184 | - src/core/json/json_reader.h |
| 185 | - src/core/json/json_writer.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 186 | - src/core/statistics/census_interface.h |
| 187 | - src/core/statistics/census_rpc_stats.h |
Craig Tiller | 2468ff5 | 2015-10-05 09:00:17 -0700 | [diff] [blame] | 188 | - src/core/surface/api_trace.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 189 | - src/core/surface/call.h |
David Garcia Quintas | 0c33188 | 2015-10-08 14:51:54 -0700 | [diff] [blame] | 190 | - src/core/surface/call_test_only.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 191 | - src/core/surface/channel.h |
| 192 | - src/core/surface/completion_queue.h |
| 193 | - src/core/surface/event_string.h |
| 194 | - src/core/surface/init.h |
| 195 | - src/core/surface/server.h |
Craig Tiller | 0801ce6 | 2015-10-05 09:40:31 -0700 | [diff] [blame] | 196 | - src/core/surface/surface_trace.h |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 197 | - src/core/transport/byte_stream.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 198 | - src/core/transport/chttp2/alpn.h |
| 199 | - src/core/transport/chttp2/bin_encoder.h |
| 200 | - src/core/transport/chttp2/frame.h |
| 201 | - src/core/transport/chttp2/frame_data.h |
| 202 | - src/core/transport/chttp2/frame_goaway.h |
| 203 | - src/core/transport/chttp2/frame_ping.h |
| 204 | - src/core/transport/chttp2/frame_rst_stream.h |
| 205 | - src/core/transport/chttp2/frame_settings.h |
| 206 | - src/core/transport/chttp2/frame_window_update.h |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 207 | - src/core/transport/chttp2/hpack_encoder.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 208 | - src/core/transport/chttp2/hpack_parser.h |
| 209 | - src/core/transport/chttp2/hpack_table.h |
| 210 | - src/core/transport/chttp2/http2_errors.h |
| 211 | - src/core/transport/chttp2/huffsyms.h |
| 212 | - src/core/transport/chttp2/incoming_metadata.h |
| 213 | - src/core/transport/chttp2/internal.h |
| 214 | - src/core/transport/chttp2/status_conversion.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 215 | - src/core/transport/chttp2/stream_map.h |
| 216 | - src/core/transport/chttp2/timeout_encoding.h |
| 217 | - src/core/transport/chttp2/varint.h |
| 218 | - src/core/transport/chttp2_transport.h |
| 219 | - src/core/transport/connectivity_state.h |
| 220 | - src/core/transport/metadata.h |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 221 | - src/core/transport/metadata_batch.h |
Craig Tiller | 2e7687c | 2015-11-18 14:56:46 -0800 | [diff] [blame] | 222 | - src/core/transport/static_metadata.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 223 | - src/core/transport/transport.h |
| 224 | - src/core/transport/transport_impl.h |
| 225 | src: |
| 226 | - src/core/census/grpc_context.c |
| 227 | - src/core/census/grpc_filter.c |
| 228 | - src/core/channel/channel_args.c |
| 229 | - src/core/channel/channel_stack.c |
| 230 | - src/core/channel/client_channel.c |
David Garcia Quintas | 7b1bd2c | 2015-10-05 18:22:10 -0700 | [diff] [blame] | 231 | - src/core/channel/client_uchannel.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 232 | - src/core/channel/compress_filter.c |
| 233 | - src/core/channel/connected_channel.c |
| 234 | - src/core/channel/http_client_filter.c |
| 235 | - src/core/channel/http_server_filter.c |
| 236 | - src/core/channel/noop_filter.c |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 237 | - src/core/channel/subchannel_call_holder.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 238 | - src/core/client_config/client_config.c |
| 239 | - src/core/client_config/connector.c |
yang-g | a612412 | 2015-11-05 22:36:20 -0800 | [diff] [blame] | 240 | - src/core/client_config/default_initial_connect_string.c |
| 241 | - src/core/client_config/initial_connect_string.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 242 | - src/core/client_config/lb_policies/pick_first.c |
| 243 | - src/core/client_config/lb_policies/round_robin.c |
| 244 | - src/core/client_config/lb_policy.c |
| 245 | - src/core/client_config/lb_policy_factory.c |
| 246 | - src/core/client_config/lb_policy_registry.c |
| 247 | - src/core/client_config/resolver.c |
| 248 | - src/core/client_config/resolver_factory.c |
| 249 | - src/core/client_config/resolver_registry.c |
| 250 | - src/core/client_config/resolvers/dns_resolver.c |
| 251 | - src/core/client_config/resolvers/sockaddr_resolver.c |
| 252 | - src/core/client_config/subchannel.c |
| 253 | - src/core/client_config/subchannel_factory.c |
| 254 | - src/core/client_config/subchannel_factory_decorators/add_channel_arg.c |
| 255 | - src/core/client_config/subchannel_factory_decorators/merge_channel_args.c |
| 256 | - src/core/client_config/uri_parser.c |
| 257 | - src/core/compression/algorithm.c |
| 258 | - src/core/compression/message_compress.c |
| 259 | - src/core/debug/trace.c |
| 260 | - src/core/httpcli/format_request.c |
| 261 | - src/core/httpcli/httpcli.c |
| 262 | - src/core/httpcli/parser.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 263 | - src/core/iomgr/closure.c |
| 264 | - src/core/iomgr/endpoint.c |
| 265 | - src/core/iomgr/endpoint_pair_posix.c |
| 266 | - src/core/iomgr/endpoint_pair_windows.c |
| 267 | - src/core/iomgr/exec_ctx.c |
David Garcia Quintas | 4bc3463 | 2015-10-07 16:12:35 -0700 | [diff] [blame] | 268 | - src/core/iomgr/executor.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 269 | - src/core/iomgr/fd_posix.c |
| 270 | - src/core/iomgr/iocp_windows.c |
| 271 | - src/core/iomgr/iomgr.c |
| 272 | - src/core/iomgr/iomgr_posix.c |
| 273 | - src/core/iomgr/iomgr_windows.c |
| 274 | - src/core/iomgr/pollset_multipoller_with_epoll.c |
| 275 | - src/core/iomgr/pollset_multipoller_with_poll_posix.c |
| 276 | - src/core/iomgr/pollset_posix.c |
| 277 | - src/core/iomgr/pollset_set_posix.c |
| 278 | - src/core/iomgr/pollset_set_windows.c |
| 279 | - src/core/iomgr/pollset_windows.c |
| 280 | - src/core/iomgr/resolve_address_posix.c |
| 281 | - src/core/iomgr/resolve_address_windows.c |
| 282 | - src/core/iomgr/sockaddr_utils.c |
| 283 | - src/core/iomgr/socket_utils_common_posix.c |
| 284 | - src/core/iomgr/socket_utils_linux.c |
| 285 | - src/core/iomgr/socket_utils_posix.c |
| 286 | - src/core/iomgr/socket_windows.c |
| 287 | - src/core/iomgr/tcp_client_posix.c |
| 288 | - src/core/iomgr/tcp_client_windows.c |
| 289 | - src/core/iomgr/tcp_posix.c |
| 290 | - src/core/iomgr/tcp_server_posix.c |
| 291 | - src/core/iomgr/tcp_server_windows.c |
| 292 | - src/core/iomgr/tcp_windows.c |
| 293 | - src/core/iomgr/time_averaged_stats.c |
David Garcia Quintas | b65e421 | 2015-10-14 12:00:21 -0700 | [diff] [blame] | 294 | - src/core/iomgr/timer.c |
| 295 | - src/core/iomgr/timer_heap.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 296 | - src/core/iomgr/udp_server.c |
| 297 | - src/core/iomgr/wakeup_fd_eventfd.c |
| 298 | - src/core/iomgr/wakeup_fd_nospecial.c |
| 299 | - src/core/iomgr/wakeup_fd_pipe.c |
| 300 | - src/core/iomgr/wakeup_fd_posix.c |
| 301 | - src/core/iomgr/workqueue_posix.c |
| 302 | - src/core/iomgr/workqueue_windows.c |
| 303 | - src/core/json/json.c |
| 304 | - src/core/json/json_reader.c |
| 305 | - src/core/json/json_string.c |
| 306 | - src/core/json/json_writer.c |
Craig Tiller | 2468ff5 | 2015-10-05 09:00:17 -0700 | [diff] [blame] | 307 | - src/core/surface/api_trace.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 308 | - src/core/surface/byte_buffer.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 309 | - src/core/surface/byte_buffer_reader.c |
| 310 | - src/core/surface/call.c |
| 311 | - src/core/surface/call_details.c |
| 312 | - src/core/surface/call_log_batch.c |
| 313 | - src/core/surface/channel.c |
| 314 | - src/core/surface/channel_connectivity.c |
| 315 | - src/core/surface/channel_create.c |
| 316 | - src/core/surface/completion_queue.c |
| 317 | - src/core/surface/event_string.c |
| 318 | - src/core/surface/init.c |
| 319 | - src/core/surface/lame_client.c |
| 320 | - src/core/surface/metadata_array.c |
| 321 | - src/core/surface/server.c |
| 322 | - src/core/surface/server_chttp2.c |
| 323 | - src/core/surface/server_create.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 324 | - src/core/surface/version.c |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 325 | - src/core/transport/byte_stream.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 326 | - src/core/transport/chttp2/alpn.c |
| 327 | - src/core/transport/chttp2/bin_encoder.c |
| 328 | - src/core/transport/chttp2/frame_data.c |
| 329 | - src/core/transport/chttp2/frame_goaway.c |
| 330 | - src/core/transport/chttp2/frame_ping.c |
| 331 | - src/core/transport/chttp2/frame_rst_stream.c |
| 332 | - src/core/transport/chttp2/frame_settings.c |
| 333 | - src/core/transport/chttp2/frame_window_update.c |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 334 | - src/core/transport/chttp2/hpack_encoder.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 335 | - src/core/transport/chttp2/hpack_parser.c |
| 336 | - src/core/transport/chttp2/hpack_table.c |
| 337 | - src/core/transport/chttp2/huffsyms.c |
| 338 | - src/core/transport/chttp2/incoming_metadata.c |
| 339 | - src/core/transport/chttp2/parsing.c |
| 340 | - src/core/transport/chttp2/status_conversion.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 341 | - src/core/transport/chttp2/stream_lists.c |
| 342 | - src/core/transport/chttp2/stream_map.c |
| 343 | - src/core/transport/chttp2/timeout_encoding.c |
| 344 | - src/core/transport/chttp2/varint.c |
| 345 | - src/core/transport/chttp2/writing.c |
| 346 | - src/core/transport/chttp2_transport.c |
| 347 | - src/core/transport/connectivity_state.c |
| 348 | - src/core/transport/metadata.c |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 349 | - src/core/transport/metadata_batch.c |
Craig Tiller | 2e7687c | 2015-11-18 14:56:46 -0800 | [diff] [blame] | 350 | - src/core/transport/static_metadata.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 351 | - src/core/transport/transport.c |
| 352 | - src/core/transport/transport_op_string.c |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 353 | - name: grpc_test_util_base |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 354 | headers: |
| 355 | - test/core/end2end/cq_verifier.h |
| 356 | - test/core/end2end/fixtures/proxy.h |
| 357 | - test/core/iomgr/endpoint_tests.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 358 | - test/core/util/grpc_profiler.h |
| 359 | - test/core/util/parse_hexstring.h |
| 360 | - test/core/util/port.h |
| 361 | - test/core/util/slice_splitter.h |
| 362 | src: |
| 363 | - test/core/end2end/cq_verifier.c |
| 364 | - test/core/end2end/fixtures/proxy.c |
| 365 | - test/core/iomgr/endpoint_tests.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 366 | - test/core/util/grpc_profiler.c |
| 367 | - test/core/util/parse_hexstring.c |
| 368 | - test/core/util/port_posix.c |
| 369 | - test/core/util/port_windows.c |
| 370 | - test/core/util/slice_splitter.c |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 371 | libs: |
| 372 | - name: gpr |
| 373 | build: all |
| 374 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 375 | public_headers: |
| 376 | - include/grpc/support/alloc.h |
| 377 | - include/grpc/support/atm.h |
| 378 | - include/grpc/support/atm_gcc_atomic.h |
| 379 | - include/grpc/support/atm_gcc_sync.h |
| 380 | - include/grpc/support/atm_win32.h |
Craig Tiller | fba79f2 | 2015-11-23 11:06:55 -0800 | [diff] [blame] | 381 | - include/grpc/support/avl.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 382 | - include/grpc/support/cmdline.h |
| 383 | - include/grpc/support/cpu.h |
| 384 | - include/grpc/support/histogram.h |
| 385 | - include/grpc/support/host_port.h |
| 386 | - include/grpc/support/log.h |
| 387 | - include/grpc/support/log_win32.h |
| 388 | - include/grpc/support/port_platform.h |
| 389 | - include/grpc/support/slice.h |
| 390 | - include/grpc/support/slice_buffer.h |
| 391 | - include/grpc/support/string_util.h |
| 392 | - include/grpc/support/subprocess.h |
| 393 | - include/grpc/support/sync.h |
| 394 | - include/grpc/support/sync_generic.h |
| 395 | - include/grpc/support/sync_posix.h |
| 396 | - include/grpc/support/sync_win32.h |
| 397 | - include/grpc/support/thd.h |
| 398 | - include/grpc/support/time.h |
| 399 | - include/grpc/support/tls.h |
| 400 | - include/grpc/support/tls_gcc.h |
| 401 | - include/grpc/support/tls_msvc.h |
| 402 | - include/grpc/support/tls_pthread.h |
| 403 | - include/grpc/support/useful.h |
| 404 | headers: |
Craig Tiller | 0ba432d | 2015-10-09 16:57:11 -0700 | [diff] [blame] | 405 | - src/core/profiling/timers.h |
Craig Tiller | 6968406 | 2015-09-28 10:16:06 -0700 | [diff] [blame] | 406 | - src/core/support/block_annotate.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 407 | - src/core/support/env.h |
| 408 | - src/core/support/file.h |
| 409 | - src/core/support/murmur_hash.h |
| 410 | - src/core/support/stack_lockfree.h |
| 411 | - src/core/support/string.h |
| 412 | - src/core/support/string_win32.h |
| 413 | - src/core/support/thd_internal.h |
| 414 | - src/core/support/time_precise.h |
| 415 | src: |
Craig Tiller | 0ba432d | 2015-10-09 16:57:11 -0700 | [diff] [blame] | 416 | - src/core/profiling/basic_timers.c |
| 417 | - src/core/profiling/stap_timers.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 418 | - src/core/support/alloc.c |
Craig Tiller | fba79f2 | 2015-11-23 11:06:55 -0800 | [diff] [blame] | 419 | - src/core/support/avl.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 420 | - src/core/support/cmdline.c |
| 421 | - src/core/support/cpu_iphone.c |
| 422 | - src/core/support/cpu_linux.c |
| 423 | - src/core/support/cpu_posix.c |
| 424 | - src/core/support/cpu_windows.c |
| 425 | - src/core/support/env_linux.c |
| 426 | - src/core/support/env_posix.c |
| 427 | - src/core/support/env_win32.c |
| 428 | - src/core/support/file.c |
| 429 | - src/core/support/file_posix.c |
| 430 | - src/core/support/file_win32.c |
| 431 | - src/core/support/histogram.c |
| 432 | - src/core/support/host_port.c |
| 433 | - src/core/support/log.c |
| 434 | - src/core/support/log_android.c |
| 435 | - src/core/support/log_linux.c |
| 436 | - src/core/support/log_posix.c |
| 437 | - src/core/support/log_win32.c |
| 438 | - src/core/support/murmur_hash.c |
| 439 | - src/core/support/slice.c |
| 440 | - src/core/support/slice_buffer.c |
| 441 | - src/core/support/stack_lockfree.c |
| 442 | - src/core/support/string.c |
| 443 | - src/core/support/string_posix.c |
| 444 | - src/core/support/string_win32.c |
| 445 | - src/core/support/subprocess_posix.c |
| 446 | - src/core/support/sync.c |
| 447 | - src/core/support/sync_posix.c |
| 448 | - src/core/support/sync_win32.c |
| 449 | - src/core/support/thd.c |
| 450 | - src/core/support/thd_posix.c |
| 451 | - src/core/support/thd_win32.c |
| 452 | - src/core/support/time.c |
| 453 | - src/core/support/time_posix.c |
Craig Tiller | 504ed59 | 2015-10-08 07:38:43 -0700 | [diff] [blame] | 454 | - src/core/support/time_precise.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 455 | - src/core/support/time_win32.c |
| 456 | - src/core/support/tls_pthread.c |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 457 | secure: false |
| 458 | vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}' |
| 459 | - name: gpr_test_util |
| 460 | build: private |
| 461 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 462 | headers: |
| 463 | - test/core/util/test_config.h |
| 464 | src: |
| 465 | - test/core/util/test_config.c |
| 466 | deps: |
| 467 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 468 | secure: false |
| 469 | vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}' |
| 470 | - name: grpc |
| 471 | build: all |
| 472 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 473 | public_headers: |
| 474 | - include/grpc/grpc_security.h |
| 475 | headers: |
| 476 | - src/core/security/auth_filters.h |
| 477 | - src/core/security/base64.h |
| 478 | - src/core/security/credentials.h |
| 479 | - src/core/security/handshake.h |
| 480 | - src/core/security/json_token.h |
| 481 | - src/core/security/jwt_verifier.h |
| 482 | - src/core/security/secure_endpoint.h |
| 483 | - src/core/security/security_connector.h |
| 484 | - src/core/security/security_context.h |
| 485 | - src/core/tsi/fake_transport_security.h |
| 486 | - src/core/tsi/ssl_transport_security.h |
| 487 | - src/core/tsi/transport_security.h |
| 488 | - src/core/tsi/transport_security_interface.h |
| 489 | src: |
| 490 | - src/core/httpcli/httpcli_security_connector.c |
| 491 | - src/core/security/base64.c |
| 492 | - src/core/security/client_auth_filter.c |
| 493 | - src/core/security/credentials.c |
| 494 | - src/core/security/credentials_metadata.c |
| 495 | - src/core/security/credentials_posix.c |
| 496 | - src/core/security/credentials_win32.c |
| 497 | - src/core/security/google_default_credentials.c |
| 498 | - src/core/security/handshake.c |
| 499 | - src/core/security/json_token.c |
| 500 | - src/core/security/jwt_verifier.c |
| 501 | - src/core/security/secure_endpoint.c |
| 502 | - src/core/security/security_connector.c |
| 503 | - src/core/security/security_context.c |
| 504 | - src/core/security/server_auth_filter.c |
| 505 | - src/core/security/server_secure_chttp2.c |
| 506 | - src/core/surface/init_secure.c |
| 507 | - src/core/surface/secure_channel_create.c |
| 508 | - src/core/tsi/fake_transport_security.c |
| 509 | - src/core/tsi/ssl_transport_security.c |
| 510 | - src/core/tsi/transport_security.c |
| 511 | deps: |
| 512 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 513 | baselib: true |
| 514 | dll: true |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 515 | filegroups: |
| 516 | - grpc_base |
| 517 | - census |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 518 | secure: true |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 519 | vs_packages: |
| 520 | - grpc.dependencies.openssl |
| 521 | - grpc.dependencies.zlib |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 522 | vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}' |
| 523 | - name: grpc_test_util |
| 524 | build: private |
| 525 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 526 | headers: |
| 527 | - test/core/end2end/data/ssl_test_data.h |
Craig Tiller | 6a27514 | 2015-12-02 11:03:09 -0800 | [diff] [blame] | 528 | - test/core/security/oauth2_utils.h |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 529 | src: |
| 530 | - test/core/end2end/data/server1_cert.c |
| 531 | - test/core/end2end/data/server1_key.c |
| 532 | - test/core/end2end/data/test_root_cert.c |
Craig Tiller | 6a27514 | 2015-12-02 11:03:09 -0800 | [diff] [blame] | 533 | - test/core/security/oauth2_utils.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 534 | deps: |
| 535 | - gpr |
| 536 | - gpr_test_util |
| 537 | - grpc |
| 538 | filegroups: |
| 539 | - grpc_test_util_base |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 540 | vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}' |
| 541 | - name: grpc_test_util_unsecure |
| 542 | build: private |
| 543 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 544 | deps: |
| 545 | - gpr |
| 546 | - gpr_test_util |
Craig Tiller | 6a27514 | 2015-12-02 11:03:09 -0800 | [diff] [blame] | 547 | - grpc_unsecure |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 548 | filegroups: |
| 549 | - grpc_test_util_base |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 550 | secure: false |
| 551 | vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}' |
| 552 | - name: grpc_unsecure |
| 553 | build: all |
| 554 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 555 | src: |
| 556 | - src/core/surface/init_unsecure.c |
| 557 | deps: |
| 558 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 559 | baselib: true |
| 560 | dll: true |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 561 | filegroups: |
| 562 | - grpc_base |
| 563 | - census |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 564 | secure: false |
| 565 | vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}' |
| 566 | - name: grpc_zookeeper |
| 567 | build: all |
| 568 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 569 | public_headers: |
| 570 | - include/grpc/grpc_zookeeper.h |
| 571 | headers: |
| 572 | - src/core/client_config/resolvers/zookeeper_resolver.h |
| 573 | src: |
| 574 | - src/core/client_config/resolvers/zookeeper_resolver.c |
| 575 | deps: |
| 576 | - gpr |
| 577 | - grpc |
| 578 | external_deps: |
| 579 | - zookeeper |
| 580 | platforms: |
| 581 | - linux |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 582 | secure: false |
| 583 | - name: reconnect_server |
| 584 | build: private |
| 585 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 586 | headers: |
| 587 | - test/core/util/reconnect_server.h |
| 588 | src: |
| 589 | - test/core/util/reconnect_server.c |
| 590 | deps: |
yang-g | c9fca18 | 2015-11-06 16:41:33 -0800 | [diff] [blame] | 591 | - test_tcp_server |
| 592 | - grpc_test_util |
| 593 | - grpc |
| 594 | - gpr_test_util |
| 595 | - gpr |
| 596 | - name: test_tcp_server |
| 597 | build: private |
| 598 | language: c |
| 599 | headers: |
| 600 | - test/core/util/test_tcp_server.h |
| 601 | src: |
| 602 | - test/core/util/test_tcp_server.c |
| 603 | deps: |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 604 | - grpc_test_util |
| 605 | - grpc |
| 606 | - gpr_test_util |
| 607 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 608 | - name: grpc++ |
| 609 | build: all |
| 610 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 611 | headers: |
| 612 | - src/cpp/client/secure_credentials.h |
| 613 | - src/cpp/common/secure_auth_context.h |
| 614 | - src/cpp/server/secure_server_credentials.h |
| 615 | src: |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 616 | - src/cpp/client/secure_credentials.cc |
| 617 | - src/cpp/common/auth_property_iterator.cc |
| 618 | - src/cpp/common/secure_auth_context.cc |
yang-g | 5270559 | 2015-11-25 11:45:33 -0800 | [diff] [blame] | 619 | - src/cpp/common/secure_channel_arguments.cc |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 620 | - src/cpp/common/secure_create_auth_context.cc |
| 621 | - src/cpp/server/secure_server_credentials.cc |
| 622 | deps: |
| 623 | - gpr |
| 624 | - grpc |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 625 | baselib: true |
| 626 | dll: true |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 627 | filegroups: |
| 628 | - grpc++_base |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 629 | secure: check |
| 630 | vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}' |
| 631 | - name: grpc++_test_config |
| 632 | build: private |
| 633 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 634 | headers: |
| 635 | - test/cpp/util/test_config.h |
| 636 | src: |
| 637 | - test/cpp/util/test_config.cc |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 638 | - name: grpc++_test_util |
| 639 | build: private |
| 640 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 641 | headers: |
| 642 | - test/cpp/util/cli_call.h |
| 643 | - test/cpp/util/create_test_channel.h |
| 644 | - test/cpp/util/string_ref_helper.h |
| 645 | - test/cpp/util/subprocess.h |
| 646 | src: |
| 647 | - test/cpp/util/messages.proto |
| 648 | - test/cpp/util/echo.proto |
| 649 | - test/cpp/util/echo_duplicate.proto |
| 650 | - test/cpp/util/cli_call.cc |
| 651 | - test/cpp/util/create_test_channel.cc |
| 652 | - test/cpp/util/string_ref_helper.cc |
| 653 | - test/cpp/util/subprocess.cc |
| 654 | deps: |
| 655 | - grpc++ |
| 656 | - grpc_test_util |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 657 | - name: grpc++_unsecure |
| 658 | build: all |
| 659 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 660 | src: |
| 661 | - src/cpp/common/insecure_create_auth_context.cc |
| 662 | deps: |
| 663 | - gpr |
| 664 | - grpc_unsecure |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 665 | baselib: true |
| 666 | dll: true |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 667 | filegroups: |
| 668 | - grpc++_base |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 669 | secure: false |
| 670 | vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}' |
| 671 | - name: grpc_plugin_support |
| 672 | build: protoc |
| 673 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 674 | headers: |
| 675 | - include/grpc++/support/config.h |
| 676 | - include/grpc++/support/config_protobuf.h |
| 677 | - src/compiler/config.h |
| 678 | - src/compiler/cpp_generator.h |
| 679 | - src/compiler/cpp_generator_helpers.h |
| 680 | - src/compiler/csharp_generator.h |
| 681 | - src/compiler/csharp_generator_helpers.h |
| 682 | - src/compiler/generator_helpers.h |
| 683 | - src/compiler/objective_c_generator.h |
| 684 | - src/compiler/objective_c_generator_helpers.h |
| 685 | - src/compiler/python_generator.h |
| 686 | - src/compiler/ruby_generator.h |
| 687 | - src/compiler/ruby_generator_helpers-inl.h |
| 688 | - src/compiler/ruby_generator_map-inl.h |
| 689 | - src/compiler/ruby_generator_string-inl.h |
| 690 | src: |
| 691 | - src/compiler/cpp_generator.cc |
| 692 | - src/compiler/csharp_generator.cc |
| 693 | - src/compiler/objective_c_generator.cc |
| 694 | - src/compiler/python_generator.cc |
| 695 | - src/compiler/ruby_generator.cc |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 696 | deps: [] |
| 697 | secure: false |
| 698 | vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}' |
| 699 | - name: interop_client_helper |
| 700 | build: private |
| 701 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 702 | headers: |
| 703 | - test/cpp/interop/client_helper.h |
| 704 | src: |
| 705 | - test/proto/messages.proto |
| 706 | - test/cpp/interop/client_helper.cc |
| 707 | deps: |
| 708 | - grpc++_test_util |
| 709 | - grpc_test_util |
| 710 | - grpc++ |
| 711 | - grpc |
| 712 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 713 | - name: interop_client_main |
| 714 | build: private |
| 715 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 716 | headers: |
| 717 | - test/cpp/interop/interop_client.h |
| 718 | src: |
| 719 | - test/proto/empty.proto |
| 720 | - test/proto/messages.proto |
| 721 | - test/proto/test.proto |
| 722 | - test/cpp/interop/client.cc |
| 723 | - test/cpp/interop/interop_client.cc |
| 724 | deps: |
| 725 | - interop_client_helper |
| 726 | - grpc++_test_util |
| 727 | - grpc_test_util |
| 728 | - grpc++ |
| 729 | - grpc |
| 730 | - gpr_test_util |
| 731 | - gpr |
| 732 | - grpc++_test_config |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 733 | - name: interop_server_helper |
| 734 | build: private |
| 735 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 736 | headers: |
| 737 | - test/cpp/interop/server_helper.h |
| 738 | src: |
| 739 | - test/cpp/interop/server_helper.cc |
| 740 | deps: |
| 741 | - grpc_test_util |
| 742 | - grpc++ |
| 743 | - grpc |
| 744 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 745 | - name: interop_server_main |
| 746 | build: private |
| 747 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 748 | src: |
| 749 | - test/proto/empty.proto |
| 750 | - test/proto/messages.proto |
| 751 | - test/proto/test.proto |
| 752 | - test/cpp/interop/server.cc |
| 753 | deps: |
| 754 | - interop_server_helper |
| 755 | - grpc++_test_util |
| 756 | - grpc_test_util |
| 757 | - grpc++ |
| 758 | - grpc |
| 759 | - gpr_test_util |
| 760 | - gpr |
| 761 | - grpc++_test_config |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 762 | - name: qps |
| 763 | build: private |
| 764 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 765 | headers: |
| 766 | - test/cpp/qps/client.h |
| 767 | - test/cpp/qps/driver.h |
| 768 | - test/cpp/qps/histogram.h |
| 769 | - test/cpp/qps/interarrival.h |
| 770 | - test/cpp/qps/perf_db_client.h |
| 771 | - test/cpp/qps/qps_worker.h |
| 772 | - test/cpp/qps/report.h |
| 773 | - test/cpp/qps/server.h |
| 774 | - test/cpp/qps/stats.h |
| 775 | - test/cpp/qps/timer.h |
| 776 | - test/cpp/util/benchmark_config.h |
| 777 | src: |
vjpai | 52bfb25 | 2015-10-21 07:50:49 -0700 | [diff] [blame] | 778 | - test/proto/messages.proto |
vjpai | aa39192 | 2015-11-02 14:46:04 -0800 | [diff] [blame] | 779 | - test/proto/benchmarks/control.proto |
vjpai | 780a7f2 | 2015-11-04 00:19:09 -0800 | [diff] [blame] | 780 | - test/proto/benchmarks/payloads.proto |
vjpai | aa39192 | 2015-11-02 14:46:04 -0800 | [diff] [blame] | 781 | - test/proto/benchmarks/services.proto |
| 782 | - test/proto/benchmarks/stats.proto |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 783 | - test/cpp/qps/perf_db.proto |
| 784 | - test/cpp/qps/client_async.cc |
| 785 | - test/cpp/qps/client_sync.cc |
| 786 | - test/cpp/qps/driver.cc |
| 787 | - test/cpp/qps/perf_db_client.cc |
| 788 | - test/cpp/qps/qps_worker.cc |
| 789 | - test/cpp/qps/report.cc |
| 790 | - test/cpp/qps/server_async.cc |
| 791 | - test/cpp/qps/server_sync.cc |
| 792 | - test/cpp/qps/timer.cc |
| 793 | - test/cpp/util/benchmark_config.cc |
| 794 | deps: |
| 795 | - grpc_test_util |
| 796 | - grpc++_test_util |
| 797 | - grpc++ |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 798 | - name: grpc_csharp_ext |
| 799 | build: all |
| 800 | language: csharp |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 801 | src: |
| 802 | - src/csharp/ext/grpc_csharp_ext.c |
| 803 | deps: |
| 804 | - gpr |
| 805 | - grpc |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 806 | dll: only |
| 807 | vs_config_type: DynamicLibrary |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 808 | vs_packages: |
| 809 | - grpc.dependencies.openssl |
| 810 | - grpc.dependencies.zlib |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 811 | vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}' |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 812 | vs_props: |
| 813 | - zlib |
| 814 | - openssl |
| 815 | - winsock |
| 816 | - global |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 817 | targets: |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 818 | - name: alpn_test |
| 819 | build: test |
| 820 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 821 | src: |
| 822 | - test/core/transport/chttp2/alpn_test.c |
| 823 | deps: |
| 824 | - grpc_test_util |
| 825 | - grpc |
| 826 | - gpr_test_util |
| 827 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 828 | - name: bin_encoder_test |
| 829 | build: test |
| 830 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 831 | src: |
| 832 | - test/core/transport/chttp2/bin_encoder_test.c |
| 833 | deps: |
| 834 | - grpc_test_util |
| 835 | - grpc |
| 836 | - gpr_test_util |
| 837 | - gpr |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 838 | - name: chttp2_hpack_encoder_test |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 839 | build: test |
| 840 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 841 | src: |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 842 | - test/core/transport/chttp2/hpack_encoder_test.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 843 | deps: |
| 844 | - grpc_test_util |
| 845 | - grpc |
| 846 | - gpr_test_util |
| 847 | - gpr |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 848 | - name: chttp2_status_conversion_test |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 849 | build: test |
| 850 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 851 | src: |
Craig Tiller | ca1593a | 2015-11-02 14:08:33 -0800 | [diff] [blame] | 852 | - test/core/transport/chttp2/status_conversion_test.c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 853 | deps: |
| 854 | - grpc_test_util |
| 855 | - grpc |
| 856 | - gpr_test_util |
| 857 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 858 | - name: chttp2_stream_map_test |
| 859 | build: test |
| 860 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 861 | src: |
| 862 | - test/core/transport/chttp2/stream_map_test.c |
| 863 | deps: |
| 864 | - grpc_test_util |
| 865 | - grpc |
| 866 | - gpr_test_util |
| 867 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 868 | - name: compression_test |
| 869 | build: test |
| 870 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 871 | src: |
| 872 | - test/core/compression/compression_test.c |
| 873 | deps: |
| 874 | - grpc_test_util |
| 875 | - grpc |
| 876 | - gpr_test_util |
| 877 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 878 | - name: dualstack_socket_test |
| 879 | build: test |
| 880 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 881 | src: |
| 882 | - test/core/end2end/dualstack_socket_test.c |
| 883 | deps: |
| 884 | - grpc_test_util |
| 885 | - grpc |
| 886 | - gpr_test_util |
| 887 | - gpr |
| 888 | platforms: |
| 889 | - mac |
| 890 | - linux |
| 891 | - posix |
Craig Tiller | e0b8a42 | 2015-08-31 16:03:39 -0700 | [diff] [blame] | 892 | - name: endpoint_pair_test |
| 893 | build: test |
| 894 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 895 | src: |
| 896 | - test/core/iomgr/endpoint_pair_test.c |
| 897 | deps: |
| 898 | - grpc_test_util |
| 899 | - grpc |
| 900 | - gpr_test_util |
| 901 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 902 | - name: fd_conservation_posix_test |
| 903 | build: test |
| 904 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 905 | src: |
| 906 | - test/core/iomgr/fd_conservation_posix_test.c |
| 907 | deps: |
| 908 | - grpc_test_util |
| 909 | - grpc |
| 910 | - gpr_test_util |
| 911 | - gpr |
| 912 | platforms: |
| 913 | - mac |
| 914 | - linux |
| 915 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 916 | - name: fd_posix_test |
| 917 | build: test |
| 918 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 919 | src: |
| 920 | - test/core/iomgr/fd_posix_test.c |
| 921 | deps: |
| 922 | - grpc_test_util |
| 923 | - grpc |
| 924 | - gpr_test_util |
| 925 | - gpr |
| 926 | platforms: |
| 927 | - mac |
| 928 | - linux |
| 929 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 930 | - name: fling_client |
| 931 | build: test |
| 932 | run: false |
| 933 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 934 | src: |
| 935 | - test/core/fling/client.c |
| 936 | deps: |
| 937 | - grpc_test_util |
| 938 | - grpc |
| 939 | - gpr_test_util |
| 940 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 941 | - name: fling_server |
| 942 | build: test |
| 943 | run: false |
| 944 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 945 | src: |
| 946 | - test/core/fling/server.c |
| 947 | deps: |
| 948 | - grpc_test_util |
| 949 | - grpc |
| 950 | - gpr_test_util |
| 951 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 952 | - name: fling_stream_test |
| 953 | build: test |
| 954 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 955 | src: |
| 956 | - test/core/fling/fling_stream_test.c |
| 957 | deps: |
| 958 | - grpc_test_util |
| 959 | - grpc |
| 960 | - gpr_test_util |
| 961 | - gpr |
| 962 | platforms: |
| 963 | - mac |
| 964 | - linux |
| 965 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 966 | - name: fling_test |
| 967 | build: test |
| 968 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 969 | src: |
| 970 | - test/core/fling/fling_test.c |
| 971 | deps: |
| 972 | - grpc_test_util |
| 973 | - grpc |
| 974 | - gpr_test_util |
| 975 | - gpr |
| 976 | platforms: |
| 977 | - mac |
| 978 | - linux |
| 979 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 980 | - name: gen_hpack_tables |
| 981 | build: tool |
| 982 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 983 | src: |
| 984 | - tools/codegen/core/gen_hpack_tables.c |
| 985 | deps: |
| 986 | - gpr |
| 987 | - grpc |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 988 | - name: gen_legal_metadata_characters |
| 989 | build: tool |
| 990 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 991 | src: |
| 992 | - tools/codegen/core/gen_legal_metadata_characters.c |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 993 | deps: [] |
Craig Tiller | fba79f2 | 2015-11-23 11:06:55 -0800 | [diff] [blame] | 994 | - name: gpr_avl_test |
| 995 | build: test |
| 996 | language: c |
| 997 | src: |
| 998 | - test/core/support/avl_test.c |
| 999 | deps: |
| 1000 | - gpr_test_util |
| 1001 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1002 | - name: gpr_cmdline_test |
| 1003 | build: test |
| 1004 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1005 | src: |
| 1006 | - test/core/support/cmdline_test.c |
| 1007 | deps: |
| 1008 | - gpr_test_util |
| 1009 | - gpr |
Alistair Veitch | dcfb3fe | 2015-10-20 17:01:59 -0700 | [diff] [blame] | 1010 | - name: gpr_cpu_test |
| 1011 | build: test |
| 1012 | language: c |
| 1013 | src: |
| 1014 | - test/core/support/cpu_test.c |
| 1015 | deps: |
| 1016 | - gpr_test_util |
| 1017 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1018 | - name: gpr_env_test |
| 1019 | build: test |
| 1020 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1021 | src: |
| 1022 | - test/core/support/env_test.c |
| 1023 | deps: |
| 1024 | - gpr_test_util |
| 1025 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1026 | - name: gpr_file_test |
| 1027 | build: test |
| 1028 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1029 | src: |
| 1030 | - test/core/support/file_test.c |
| 1031 | deps: |
| 1032 | - gpr_test_util |
| 1033 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1034 | - name: gpr_histogram_test |
| 1035 | build: test |
| 1036 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1037 | src: |
| 1038 | - test/core/support/histogram_test.c |
| 1039 | deps: |
| 1040 | - gpr_test_util |
| 1041 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1042 | - name: gpr_host_port_test |
| 1043 | build: test |
| 1044 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1045 | src: |
| 1046 | - test/core/support/host_port_test.c |
| 1047 | deps: |
| 1048 | - gpr_test_util |
| 1049 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1050 | - name: gpr_log_test |
| 1051 | build: test |
| 1052 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1053 | src: |
| 1054 | - test/core/support/log_test.c |
| 1055 | deps: |
| 1056 | - gpr_test_util |
| 1057 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1058 | - name: gpr_slice_buffer_test |
| 1059 | build: test |
| 1060 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1061 | src: |
| 1062 | - test/core/support/slice_buffer_test.c |
| 1063 | deps: |
| 1064 | - gpr_test_util |
| 1065 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1066 | - name: gpr_slice_test |
| 1067 | build: test |
| 1068 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1069 | src: |
| 1070 | - test/core/support/slice_test.c |
| 1071 | deps: |
| 1072 | - gpr_test_util |
| 1073 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1074 | - name: gpr_stack_lockfree_test |
| 1075 | build: test |
| 1076 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1077 | src: |
| 1078 | - test/core/support/stack_lockfree_test.c |
| 1079 | deps: |
| 1080 | - gpr_test_util |
| 1081 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1082 | - name: gpr_string_test |
| 1083 | build: test |
| 1084 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1085 | src: |
| 1086 | - test/core/support/string_test.c |
| 1087 | deps: |
| 1088 | - gpr_test_util |
| 1089 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1090 | - name: gpr_sync_test |
| 1091 | build: test |
| 1092 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1093 | src: |
| 1094 | - test/core/support/sync_test.c |
| 1095 | deps: |
| 1096 | - gpr_test_util |
| 1097 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1098 | - name: gpr_thd_test |
| 1099 | build: test |
| 1100 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1101 | src: |
| 1102 | - test/core/support/thd_test.c |
| 1103 | deps: |
| 1104 | - gpr_test_util |
| 1105 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1106 | - name: gpr_time_test |
| 1107 | build: test |
| 1108 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1109 | src: |
| 1110 | - test/core/support/time_test.c |
| 1111 | deps: |
| 1112 | - gpr_test_util |
| 1113 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1114 | - name: gpr_tls_test |
| 1115 | build: test |
| 1116 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1117 | src: |
| 1118 | - test/core/support/tls_test.c |
| 1119 | deps: |
| 1120 | - gpr_test_util |
| 1121 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1122 | - name: gpr_useful_test |
| 1123 | build: test |
| 1124 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1125 | src: |
| 1126 | - test/core/support/useful_test.c |
| 1127 | deps: |
| 1128 | - gpr_test_util |
| 1129 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1130 | - name: grpc_auth_context_test |
| 1131 | build: test |
| 1132 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1133 | src: |
| 1134 | - test/core/security/auth_context_test.c |
| 1135 | deps: |
| 1136 | - grpc_test_util |
| 1137 | - grpc |
| 1138 | - gpr_test_util |
| 1139 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1140 | - name: grpc_base64_test |
| 1141 | build: test |
| 1142 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1143 | src: |
| 1144 | - test/core/security/base64_test.c |
| 1145 | deps: |
| 1146 | - grpc_test_util |
| 1147 | - grpc |
| 1148 | - gpr_test_util |
| 1149 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1150 | - name: grpc_byte_buffer_reader_test |
| 1151 | build: test |
| 1152 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1153 | src: |
| 1154 | - test/core/surface/byte_buffer_reader_test.c |
| 1155 | deps: |
| 1156 | - grpc_test_util |
| 1157 | - grpc |
| 1158 | - gpr_test_util |
| 1159 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1160 | - name: grpc_channel_args_test |
| 1161 | build: test |
| 1162 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1163 | src: |
| 1164 | - test/core/channel/channel_args_test.c |
| 1165 | deps: |
| 1166 | - grpc_test_util |
| 1167 | - grpc |
| 1168 | - gpr_test_util |
| 1169 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1170 | - name: grpc_channel_stack_test |
| 1171 | build: test |
| 1172 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1173 | src: |
| 1174 | - test/core/channel/channel_stack_test.c |
| 1175 | deps: |
| 1176 | - grpc_test_util |
| 1177 | - grpc |
| 1178 | - gpr_test_util |
| 1179 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1180 | - name: grpc_completion_queue_test |
| 1181 | build: test |
| 1182 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1183 | src: |
| 1184 | - test/core/surface/completion_queue_test.c |
| 1185 | deps: |
| 1186 | - grpc_test_util |
| 1187 | - grpc |
| 1188 | - gpr_test_util |
| 1189 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1190 | - name: grpc_create_jwt |
| 1191 | build: tool |
| 1192 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1193 | src: |
| 1194 | - test/core/security/create_jwt.c |
| 1195 | deps: |
| 1196 | - grpc_test_util |
| 1197 | - grpc |
| 1198 | - gpr_test_util |
| 1199 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1200 | - name: grpc_credentials_test |
| 1201 | build: test |
| 1202 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1203 | src: |
| 1204 | - test/core/security/credentials_test.c |
| 1205 | deps: |
| 1206 | - grpc_test_util |
| 1207 | - grpc |
| 1208 | - gpr_test_util |
| 1209 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1210 | - name: grpc_fetch_oauth2 |
| 1211 | build: tool |
| 1212 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1213 | src: |
| 1214 | - test/core/security/fetch_oauth2.c |
| 1215 | deps: |
| 1216 | - grpc_test_util |
| 1217 | - grpc |
| 1218 | - gpr_test_util |
| 1219 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1220 | - name: grpc_json_token_test |
| 1221 | build: test |
| 1222 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1223 | src: |
| 1224 | - test/core/security/json_token_test.c |
| 1225 | deps: |
| 1226 | - grpc_test_util |
| 1227 | - grpc |
| 1228 | - gpr_test_util |
| 1229 | - gpr |
| 1230 | platforms: |
| 1231 | - linux |
| 1232 | - posix |
| 1233 | - mac |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1234 | - name: grpc_jwt_verifier_test |
| 1235 | build: test |
| 1236 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1237 | src: |
| 1238 | - test/core/security/jwt_verifier_test.c |
| 1239 | deps: |
| 1240 | - grpc_test_util |
| 1241 | - grpc |
| 1242 | - gpr_test_util |
| 1243 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1244 | - name: grpc_print_google_default_creds_token |
| 1245 | build: tool |
| 1246 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1247 | src: |
| 1248 | - test/core/security/print_google_default_creds_token.c |
| 1249 | deps: |
| 1250 | - grpc_test_util |
| 1251 | - grpc |
| 1252 | - gpr_test_util |
| 1253 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1254 | - name: grpc_security_connector_test |
| 1255 | build: test |
| 1256 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1257 | src: |
| 1258 | - test/core/security/security_connector_test.c |
| 1259 | deps: |
| 1260 | - grpc_test_util |
| 1261 | - grpc |
| 1262 | - gpr_test_util |
| 1263 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1264 | - name: grpc_verify_jwt |
| 1265 | build: tool |
| 1266 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1267 | src: |
| 1268 | - test/core/security/verify_jwt.c |
| 1269 | deps: |
| 1270 | - grpc_test_util |
| 1271 | - grpc |
| 1272 | - gpr_test_util |
| 1273 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1274 | - name: hpack_parser_test |
| 1275 | build: test |
| 1276 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1277 | src: |
| 1278 | - test/core/transport/chttp2/hpack_parser_test.c |
| 1279 | deps: |
| 1280 | - grpc_test_util |
| 1281 | - grpc |
| 1282 | - gpr_test_util |
| 1283 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1284 | - name: hpack_table_test |
| 1285 | build: test |
| 1286 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1287 | src: |
| 1288 | - test/core/transport/chttp2/hpack_table_test.c |
| 1289 | deps: |
| 1290 | - grpc_test_util |
| 1291 | - grpc |
| 1292 | - gpr_test_util |
| 1293 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1294 | - name: httpcli_format_request_test |
| 1295 | build: test |
| 1296 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1297 | src: |
| 1298 | - test/core/httpcli/format_request_test.c |
| 1299 | deps: |
| 1300 | - grpc_test_util |
| 1301 | - grpc |
| 1302 | - gpr_test_util |
| 1303 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1304 | - name: httpcli_parser_test |
| 1305 | build: test |
| 1306 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1307 | src: |
| 1308 | - test/core/httpcli/parser_test.c |
| 1309 | deps: |
| 1310 | - grpc_test_util |
| 1311 | - grpc |
| 1312 | - gpr_test_util |
| 1313 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1314 | - name: httpcli_test |
| 1315 | build: test |
| 1316 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1317 | src: |
| 1318 | - test/core/httpcli/httpcli_test.c |
| 1319 | deps: |
| 1320 | - grpc_test_util |
| 1321 | - grpc |
| 1322 | - gpr_test_util |
| 1323 | - gpr |
| 1324 | platforms: |
| 1325 | - mac |
| 1326 | - linux |
| 1327 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1328 | - name: json_rewrite |
| 1329 | build: test |
| 1330 | run: false |
| 1331 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1332 | src: |
| 1333 | - test/core/json/json_rewrite.c |
| 1334 | deps: |
| 1335 | - grpc |
| 1336 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1337 | - name: json_rewrite_test |
| 1338 | build: test |
| 1339 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1340 | src: |
| 1341 | - test/core/json/json_rewrite_test.c |
| 1342 | deps: |
| 1343 | - grpc_test_util |
| 1344 | - grpc |
| 1345 | - gpr_test_util |
| 1346 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1347 | - name: json_test |
| 1348 | build: test |
| 1349 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1350 | src: |
| 1351 | - test/core/json/json_test.c |
| 1352 | deps: |
| 1353 | - grpc_test_util |
| 1354 | - grpc |
| 1355 | - gpr_test_util |
| 1356 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1357 | - name: lame_client_test |
| 1358 | build: test |
| 1359 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1360 | src: |
| 1361 | - test/core/surface/lame_client_test.c |
| 1362 | deps: |
| 1363 | - grpc_test_util |
| 1364 | - grpc |
| 1365 | - gpr_test_util |
| 1366 | - gpr |
David Garcia Quintas | 4fb049b | 2015-09-03 17:26:06 -0700 | [diff] [blame] | 1367 | - name: lb_policies_test |
| 1368 | build: test |
| 1369 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1370 | src: |
| 1371 | - test/core/client_config/lb_policies_test.c |
| 1372 | deps: |
| 1373 | - grpc_test_util |
| 1374 | - grpc |
| 1375 | - gpr_test_util |
| 1376 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1377 | - name: low_level_ping_pong_benchmark |
| 1378 | build: benchmark |
| 1379 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1380 | src: |
| 1381 | - test/core/network_benchmarks/low_level_ping_pong.c |
| 1382 | deps: |
| 1383 | - grpc_test_util |
| 1384 | - grpc |
| 1385 | - gpr_test_util |
| 1386 | - gpr |
| 1387 | platforms: |
| 1388 | - mac |
| 1389 | - linux |
| 1390 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1391 | - name: message_compress_test |
| 1392 | build: test |
| 1393 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1394 | src: |
| 1395 | - test/core/compression/message_compress_test.c |
| 1396 | deps: |
| 1397 | - grpc_test_util |
| 1398 | - grpc |
| 1399 | - gpr_test_util |
| 1400 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1401 | - name: multi_init_test |
| 1402 | build: test |
| 1403 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1404 | src: |
| 1405 | - test/core/surface/multi_init_test.c |
| 1406 | deps: |
| 1407 | - grpc_test_util |
| 1408 | - grpc |
| 1409 | - gpr_test_util |
| 1410 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1411 | - name: multiple_server_queues_test |
| 1412 | build: test |
| 1413 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1414 | src: |
| 1415 | - test/core/end2end/multiple_server_queues_test.c |
| 1416 | deps: |
| 1417 | - grpc_test_util |
| 1418 | - grpc |
| 1419 | - gpr_test_util |
| 1420 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1421 | - name: murmur_hash_test |
| 1422 | build: test |
| 1423 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1424 | src: |
| 1425 | - test/core/support/murmur_hash_test.c |
| 1426 | deps: |
| 1427 | - gpr_test_util |
| 1428 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1429 | - name: no_server_test |
| 1430 | build: test |
| 1431 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1432 | src: |
| 1433 | - test/core/end2end/no_server_test.c |
| 1434 | deps: |
| 1435 | - grpc_test_util |
| 1436 | - grpc |
| 1437 | - gpr_test_util |
| 1438 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1439 | - name: resolve_address_test |
| 1440 | build: test |
| 1441 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1442 | src: |
| 1443 | - test/core/iomgr/resolve_address_test.c |
| 1444 | deps: |
| 1445 | - grpc_test_util |
| 1446 | - grpc |
| 1447 | - gpr_test_util |
| 1448 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1449 | - name: secure_endpoint_test |
| 1450 | build: test |
| 1451 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1452 | src: |
| 1453 | - test/core/security/secure_endpoint_test.c |
| 1454 | deps: |
| 1455 | - grpc_test_util |
| 1456 | - grpc |
| 1457 | - gpr_test_util |
| 1458 | - gpr |
yang-g | c9fca18 | 2015-11-06 16:41:33 -0800 | [diff] [blame] | 1459 | - name: set_initial_connect_string_test |
| 1460 | build: test |
| 1461 | language: c |
| 1462 | src: |
| 1463 | - test/core/client_config/set_initial_connect_string_test.c |
| 1464 | deps: |
| 1465 | - test_tcp_server |
| 1466 | - grpc_test_util |
| 1467 | - grpc |
| 1468 | - gpr_test_util |
| 1469 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1470 | - name: sockaddr_utils_test |
| 1471 | build: test |
| 1472 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1473 | src: |
| 1474 | - test/core/iomgr/sockaddr_utils_test.c |
| 1475 | deps: |
| 1476 | - grpc_test_util |
| 1477 | - grpc |
| 1478 | - gpr_test_util |
| 1479 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1480 | - name: tcp_client_posix_test |
| 1481 | build: test |
| 1482 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1483 | src: |
| 1484 | - test/core/iomgr/tcp_client_posix_test.c |
| 1485 | deps: |
| 1486 | - grpc_test_util |
| 1487 | - grpc |
| 1488 | - gpr_test_util |
| 1489 | - gpr |
| 1490 | platforms: |
| 1491 | - mac |
| 1492 | - linux |
| 1493 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1494 | - name: tcp_posix_test |
| 1495 | build: test |
| 1496 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1497 | src: |
| 1498 | - test/core/iomgr/tcp_posix_test.c |
| 1499 | deps: |
| 1500 | - grpc_test_util |
| 1501 | - grpc |
| 1502 | - gpr_test_util |
| 1503 | - gpr |
| 1504 | platforms: |
| 1505 | - mac |
| 1506 | - linux |
| 1507 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1508 | - name: tcp_server_posix_test |
| 1509 | build: test |
| 1510 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1511 | src: |
| 1512 | - test/core/iomgr/tcp_server_posix_test.c |
| 1513 | deps: |
| 1514 | - grpc_test_util |
| 1515 | - grpc |
| 1516 | - gpr_test_util |
| 1517 | - gpr |
| 1518 | platforms: |
| 1519 | - mac |
| 1520 | - linux |
| 1521 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1522 | - name: time_averaged_stats_test |
| 1523 | build: test |
| 1524 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1525 | src: |
| 1526 | - test/core/iomgr/time_averaged_stats_test.c |
| 1527 | deps: |
| 1528 | - grpc_test_util |
| 1529 | - grpc |
| 1530 | - gpr_test_util |
| 1531 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1532 | - name: timeout_encoding_test |
| 1533 | build: test |
| 1534 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1535 | src: |
| 1536 | - test/core/transport/chttp2/timeout_encoding_test.c |
| 1537 | deps: |
| 1538 | - grpc_test_util |
| 1539 | - grpc |
| 1540 | - gpr_test_util |
| 1541 | - gpr |
David Garcia Quintas | b65e421 | 2015-10-14 12:00:21 -0700 | [diff] [blame] | 1542 | - name: timer_heap_test |
| 1543 | build: test |
| 1544 | language: c |
| 1545 | src: |
| 1546 | - test/core/iomgr/timer_heap_test.c |
| 1547 | deps: |
| 1548 | - grpc_test_util |
| 1549 | - grpc |
| 1550 | - gpr_test_util |
| 1551 | - gpr |
| 1552 | - name: timer_list_test |
| 1553 | build: test |
| 1554 | language: c |
| 1555 | src: |
| 1556 | - test/core/iomgr/timer_list_test.c |
| 1557 | deps: |
| 1558 | - grpc_test_util |
| 1559 | - grpc |
| 1560 | - gpr_test_util |
| 1561 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1562 | - name: timers_test |
| 1563 | build: test |
| 1564 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1565 | src: |
| 1566 | - test/core/profiling/timers_test.c |
| 1567 | deps: |
| 1568 | - grpc_test_util |
| 1569 | - grpc |
| 1570 | - gpr_test_util |
| 1571 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1572 | - name: transport_metadata_test |
| 1573 | build: test |
| 1574 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1575 | src: |
| 1576 | - test/core/transport/metadata_test.c |
| 1577 | deps: |
| 1578 | - grpc_test_util |
| 1579 | - grpc |
| 1580 | - gpr_test_util |
| 1581 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1582 | - name: transport_security_test |
| 1583 | build: test |
| 1584 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1585 | src: |
| 1586 | - test/core/tsi/transport_security_test.c |
| 1587 | deps: |
| 1588 | - grpc_test_util |
| 1589 | - grpc |
| 1590 | - gpr_test_util |
| 1591 | - gpr |
| 1592 | platforms: |
| 1593 | - linux |
| 1594 | - posix |
| 1595 | - mac |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1596 | - name: udp_server_test |
| 1597 | build: test |
| 1598 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1599 | src: |
| 1600 | - test/core/iomgr/udp_server_test.c |
| 1601 | deps: |
| 1602 | - grpc_test_util |
| 1603 | - grpc |
| 1604 | - gpr_test_util |
| 1605 | - gpr |
| 1606 | platforms: |
| 1607 | - mac |
| 1608 | - linux |
| 1609 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1610 | - name: uri_parser_test |
| 1611 | build: test |
| 1612 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1613 | src: |
| 1614 | - test/core/client_config/uri_parser_test.c |
| 1615 | deps: |
| 1616 | - grpc_test_util |
| 1617 | - grpc |
| 1618 | - gpr_test_util |
| 1619 | - gpr |
Craig Tiller | 73b6606 | 2015-09-09 09:34:46 -0700 | [diff] [blame] | 1620 | - name: workqueue_test |
| 1621 | build: test |
| 1622 | language: c |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1623 | src: |
| 1624 | - test/core/iomgr/workqueue_test.c |
| 1625 | deps: |
| 1626 | - grpc_test_util |
| 1627 | - grpc |
| 1628 | - gpr_test_util |
| 1629 | - gpr |
| 1630 | platforms: |
| 1631 | - mac |
| 1632 | - linux |
| 1633 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1634 | - name: async_end2end_test |
| 1635 | build: test |
| 1636 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1637 | src: |
| 1638 | - test/cpp/end2end/async_end2end_test.cc |
| 1639 | deps: |
| 1640 | - grpc++_test_util |
| 1641 | - grpc_test_util |
| 1642 | - grpc++ |
| 1643 | - grpc |
| 1644 | - gpr_test_util |
| 1645 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1646 | - name: async_streaming_ping_pong_test |
| 1647 | build: test |
| 1648 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1649 | src: |
| 1650 | - test/cpp/qps/async_streaming_ping_pong_test.cc |
| 1651 | deps: |
| 1652 | - qps |
| 1653 | - grpc++_test_util |
| 1654 | - grpc_test_util |
| 1655 | - grpc++ |
| 1656 | - grpc |
| 1657 | - gpr_test_util |
| 1658 | - gpr |
| 1659 | platforms: |
| 1660 | - mac |
| 1661 | - linux |
| 1662 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1663 | - name: async_unary_ping_pong_test |
| 1664 | build: test |
| 1665 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1666 | src: |
| 1667 | - test/cpp/qps/async_unary_ping_pong_test.cc |
| 1668 | deps: |
| 1669 | - qps |
| 1670 | - grpc++_test_util |
| 1671 | - grpc_test_util |
| 1672 | - grpc++ |
| 1673 | - grpc |
| 1674 | - gpr_test_util |
| 1675 | - gpr |
| 1676 | platforms: |
| 1677 | - mac |
| 1678 | - linux |
| 1679 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1680 | - name: auth_property_iterator_test |
| 1681 | build: test |
| 1682 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1683 | src: |
| 1684 | - test/cpp/common/auth_property_iterator_test.cc |
| 1685 | deps: |
| 1686 | - grpc++_test_util |
| 1687 | - grpc_test_util |
| 1688 | - grpc++ |
| 1689 | - grpc |
| 1690 | - gpr_test_util |
| 1691 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1692 | - name: channel_arguments_test |
| 1693 | build: test |
| 1694 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1695 | src: |
yang-g | 5270559 | 2015-11-25 11:45:33 -0800 | [diff] [blame] | 1696 | - test/cpp/common/channel_arguments_test.cc |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1697 | deps: |
| 1698 | - grpc++ |
| 1699 | - grpc |
| 1700 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1701 | - name: cli_call_test |
| 1702 | build: test |
| 1703 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1704 | src: |
| 1705 | - test/cpp/util/cli_call_test.cc |
| 1706 | deps: |
| 1707 | - grpc++_test_util |
| 1708 | - grpc_test_util |
| 1709 | - grpc++ |
| 1710 | - grpc |
| 1711 | - gpr_test_util |
| 1712 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1713 | - name: client_crash_test |
| 1714 | build: test |
| 1715 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1716 | src: |
| 1717 | - test/cpp/end2end/client_crash_test.cc |
| 1718 | deps: |
| 1719 | - grpc++_test_util |
| 1720 | - grpc_test_util |
| 1721 | - grpc++ |
| 1722 | - grpc |
| 1723 | - gpr_test_util |
| 1724 | - gpr |
| 1725 | platforms: |
| 1726 | - mac |
| 1727 | - linux |
| 1728 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1729 | - name: client_crash_test_server |
| 1730 | build: test |
| 1731 | run: false |
| 1732 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1733 | src: |
| 1734 | - test/cpp/end2end/client_crash_test_server.cc |
| 1735 | deps: |
| 1736 | - grpc++_test_util |
| 1737 | - grpc_test_util |
| 1738 | - grpc++ |
| 1739 | - grpc |
| 1740 | - gpr_test_util |
| 1741 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1742 | - name: credentials_test |
| 1743 | build: test |
| 1744 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1745 | src: |
| 1746 | - test/cpp/client/credentials_test.cc |
| 1747 | deps: |
| 1748 | - grpc++ |
| 1749 | - grpc |
| 1750 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1751 | - name: cxx_byte_buffer_test |
| 1752 | build: test |
| 1753 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1754 | src: |
| 1755 | - test/cpp/util/byte_buffer_test.cc |
| 1756 | deps: |
| 1757 | - grpc_test_util |
| 1758 | - grpc++ |
| 1759 | - grpc |
| 1760 | - gpr_test_util |
| 1761 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1762 | - name: cxx_slice_test |
| 1763 | build: test |
| 1764 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1765 | src: |
| 1766 | - test/cpp/util/slice_test.cc |
| 1767 | deps: |
| 1768 | - grpc_test_util |
| 1769 | - grpc++ |
| 1770 | - grpc |
| 1771 | - gpr_test_util |
| 1772 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1773 | - name: cxx_string_ref_test |
| 1774 | build: test |
| 1775 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1776 | src: |
| 1777 | - test/cpp/util/string_ref_test.cc |
| 1778 | deps: |
| 1779 | - grpc++ |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1780 | - name: cxx_time_test |
| 1781 | build: test |
| 1782 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1783 | src: |
| 1784 | - test/cpp/util/time_test.cc |
| 1785 | deps: |
| 1786 | - grpc_test_util |
| 1787 | - grpc++ |
| 1788 | - grpc |
| 1789 | - gpr_test_util |
| 1790 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1791 | - name: end2end_test |
| 1792 | build: test |
| 1793 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1794 | src: |
| 1795 | - test/cpp/end2end/end2end_test.cc |
| 1796 | deps: |
| 1797 | - grpc++_test_util |
| 1798 | - grpc_test_util |
| 1799 | - grpc++ |
| 1800 | - grpc |
| 1801 | - gpr_test_util |
| 1802 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1803 | - name: generic_end2end_test |
| 1804 | build: test |
| 1805 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1806 | src: |
| 1807 | - test/cpp/end2end/generic_end2end_test.cc |
| 1808 | deps: |
| 1809 | - grpc++_test_util |
| 1810 | - grpc_test_util |
| 1811 | - grpc++ |
| 1812 | - grpc |
| 1813 | - gpr_test_util |
| 1814 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1815 | - name: grpc_cli |
| 1816 | build: test |
| 1817 | run: false |
| 1818 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1819 | src: |
| 1820 | - test/cpp/util/grpc_cli.cc |
| 1821 | deps: |
| 1822 | - grpc++_test_util |
| 1823 | - grpc_test_util |
| 1824 | - grpc++ |
| 1825 | - grpc |
| 1826 | - gpr_test_util |
| 1827 | - gpr |
| 1828 | - grpc++_test_config |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1829 | - name: grpc_cpp_plugin |
| 1830 | build: protoc |
| 1831 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1832 | src: |
| 1833 | - src/compiler/cpp_plugin.cc |
| 1834 | deps: |
| 1835 | - grpc_plugin_support |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1836 | secure: false |
| 1837 | vs_config_type: Application |
| 1838 | vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}' |
| 1839 | - name: grpc_csharp_plugin |
| 1840 | build: protoc |
| 1841 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1842 | src: |
| 1843 | - src/compiler/csharp_plugin.cc |
| 1844 | deps: |
| 1845 | - grpc_plugin_support |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1846 | secure: false |
| 1847 | vs_config_type: Application |
| 1848 | vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}' |
| 1849 | - name: grpc_objective_c_plugin |
| 1850 | build: protoc |
| 1851 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1852 | src: |
| 1853 | - src/compiler/objective_c_plugin.cc |
| 1854 | deps: |
| 1855 | - grpc_plugin_support |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1856 | secure: false |
| 1857 | vs_config_type: Application |
| 1858 | vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}' |
| 1859 | - name: grpc_python_plugin |
| 1860 | build: protoc |
| 1861 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1862 | src: |
| 1863 | - src/compiler/python_plugin.cc |
| 1864 | deps: |
| 1865 | - grpc_plugin_support |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1866 | secure: false |
| 1867 | vs_config_type: Application |
| 1868 | vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}' |
| 1869 | - name: grpc_ruby_plugin |
| 1870 | build: protoc |
| 1871 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1872 | src: |
| 1873 | - src/compiler/ruby_plugin.cc |
| 1874 | deps: |
| 1875 | - grpc_plugin_support |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1876 | secure: false |
| 1877 | vs_config_type: Application |
| 1878 | vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}' |
| 1879 | - name: interop_client |
| 1880 | build: test |
| 1881 | run: false |
| 1882 | language: c++ |
| 1883 | src: [] |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1884 | deps: |
| 1885 | - interop_client_main |
| 1886 | - interop_client_helper |
| 1887 | - grpc++_test_util |
| 1888 | - grpc_test_util |
| 1889 | - grpc++ |
| 1890 | - grpc |
| 1891 | - gpr_test_util |
| 1892 | - gpr |
| 1893 | - grpc++_test_config |
| 1894 | platforms: |
| 1895 | - mac |
| 1896 | - linux |
| 1897 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1898 | - name: interop_server |
| 1899 | build: test |
| 1900 | run: false |
| 1901 | language: c++ |
| 1902 | src: [] |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1903 | deps: |
| 1904 | - interop_server_main |
| 1905 | - interop_server_helper |
| 1906 | - grpc++_test_util |
| 1907 | - grpc_test_util |
| 1908 | - grpc++ |
| 1909 | - grpc |
| 1910 | - gpr_test_util |
| 1911 | - gpr |
| 1912 | - grpc++_test_config |
| 1913 | platforms: |
| 1914 | - mac |
| 1915 | - linux |
| 1916 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1917 | - name: interop_test |
| 1918 | build: test |
| 1919 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1920 | src: |
| 1921 | - test/cpp/interop/interop_test.cc |
| 1922 | deps: |
| 1923 | - grpc_test_util |
| 1924 | - grpc |
| 1925 | - gpr_test_util |
| 1926 | - gpr |
| 1927 | platforms: |
| 1928 | - mac |
| 1929 | - linux |
| 1930 | - posix |
Sree Kuchibhotla | b5e98c5 | 2015-10-27 22:55:26 -0700 | [diff] [blame] | 1931 | - name: metrics_client |
| 1932 | build: test |
| 1933 | run: false |
| 1934 | language: c++ |
| 1935 | headers: |
| 1936 | - test/cpp/util/metrics_server.h |
| 1937 | src: |
| 1938 | - test/proto/metrics.proto |
| 1939 | - test/cpp/interop/metrics_client.cc |
| 1940 | deps: |
| 1941 | - grpc++ |
| 1942 | - grpc |
| 1943 | - gpr |
| 1944 | - grpc++_test_config |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1945 | - name: mock_test |
| 1946 | build: test |
| 1947 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1948 | src: |
| 1949 | - test/cpp/end2end/mock_test.cc |
| 1950 | deps: |
| 1951 | - grpc++_test_util |
| 1952 | - grpc_test_util |
| 1953 | - grpc++ |
| 1954 | - grpc |
| 1955 | - gpr_test_util |
| 1956 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1957 | - name: qps_driver |
| 1958 | build: benchmark |
| 1959 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1960 | src: |
| 1961 | - test/cpp/qps/qps_driver.cc |
| 1962 | deps: |
| 1963 | - qps |
| 1964 | - grpc++_test_util |
| 1965 | - grpc_test_util |
| 1966 | - grpc++ |
| 1967 | - grpc |
| 1968 | - gpr_test_util |
| 1969 | - gpr |
| 1970 | - grpc++_test_config |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1971 | - name: qps_interarrival_test |
| 1972 | build: test |
| 1973 | run: false |
| 1974 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1975 | src: |
| 1976 | - test/cpp/qps/qps_interarrival_test.cc |
| 1977 | deps: |
| 1978 | - qps |
| 1979 | - grpc++_test_util |
| 1980 | - grpc_test_util |
| 1981 | - grpc++ |
| 1982 | - grpc |
| 1983 | - gpr_test_util |
| 1984 | - gpr |
| 1985 | platforms: |
| 1986 | - mac |
| 1987 | - linux |
| 1988 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1989 | - name: qps_openloop_test |
| 1990 | build: test |
Nicolas "Pixel" Noble | 895a2df | 2015-10-27 21:27:10 +0100 | [diff] [blame] | 1991 | run: false |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 1992 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 1993 | src: |
| 1994 | - test/cpp/qps/qps_openloop_test.cc |
| 1995 | deps: |
| 1996 | - qps |
| 1997 | - grpc++_test_util |
| 1998 | - grpc_test_util |
| 1999 | - grpc++ |
| 2000 | - grpc |
| 2001 | - gpr_test_util |
| 2002 | - gpr |
| 2003 | - grpc++_test_config |
| 2004 | platforms: |
| 2005 | - mac |
| 2006 | - linux |
| 2007 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2008 | - name: qps_test |
| 2009 | build: test |
| 2010 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2011 | src: |
| 2012 | - test/cpp/qps/qps_test.cc |
| 2013 | deps: |
| 2014 | - qps |
| 2015 | - grpc++_test_util |
| 2016 | - grpc_test_util |
| 2017 | - grpc++ |
| 2018 | - grpc |
| 2019 | - gpr_test_util |
| 2020 | - gpr |
| 2021 | - grpc++_test_config |
| 2022 | exclude_configs: |
| 2023 | - tsan |
| 2024 | platforms: |
| 2025 | - mac |
| 2026 | - linux |
| 2027 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2028 | - name: qps_worker |
| 2029 | build: benchmark |
| 2030 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2031 | headers: |
| 2032 | - test/cpp/qps/client.h |
| 2033 | - test/cpp/qps/server.h |
| 2034 | src: |
| 2035 | - test/cpp/qps/worker.cc |
| 2036 | deps: |
| 2037 | - qps |
| 2038 | - grpc++_test_util |
| 2039 | - grpc_test_util |
| 2040 | - grpc++ |
| 2041 | - grpc |
| 2042 | - gpr_test_util |
| 2043 | - gpr |
| 2044 | - grpc++_test_config |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2045 | - name: reconnect_interop_client |
| 2046 | build: test |
| 2047 | run: false |
| 2048 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2049 | src: |
| 2050 | - test/proto/empty.proto |
| 2051 | - test/proto/messages.proto |
| 2052 | - test/proto/test.proto |
| 2053 | - test/cpp/interop/reconnect_interop_client.cc |
| 2054 | deps: |
| 2055 | - grpc++_test_util |
| 2056 | - grpc_test_util |
| 2057 | - grpc++ |
| 2058 | - grpc |
| 2059 | - gpr_test_util |
| 2060 | - gpr |
| 2061 | - grpc++_test_config |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2062 | - name: reconnect_interop_server |
| 2063 | build: test |
| 2064 | run: false |
| 2065 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2066 | src: |
| 2067 | - test/proto/empty.proto |
| 2068 | - test/proto/messages.proto |
| 2069 | - test/proto/test.proto |
| 2070 | - test/cpp/interop/reconnect_interop_server.cc |
| 2071 | deps: |
| 2072 | - reconnect_server |
yang-g | c9fca18 | 2015-11-06 16:41:33 -0800 | [diff] [blame] | 2073 | - test_tcp_server |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2074 | - grpc++_test_util |
| 2075 | - grpc_test_util |
| 2076 | - grpc++ |
| 2077 | - grpc |
| 2078 | - gpr_test_util |
| 2079 | - gpr |
| 2080 | - grpc++_test_config |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2081 | - name: secure_auth_context_test |
| 2082 | build: test |
| 2083 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2084 | src: |
| 2085 | - test/cpp/common/secure_auth_context_test.cc |
| 2086 | deps: |
| 2087 | - grpc++_test_util |
| 2088 | - grpc_test_util |
| 2089 | - grpc++ |
| 2090 | - grpc |
| 2091 | - gpr_test_util |
| 2092 | - gpr |
vjpai | f8603ad | 2015-11-04 12:49:33 -0800 | [diff] [blame] | 2093 | - name: secure_sync_unary_ping_pong_test |
| 2094 | build: test |
| 2095 | language: c++ |
| 2096 | src: |
| 2097 | - test/cpp/qps/secure_sync_unary_ping_pong_test.cc |
| 2098 | deps: |
| 2099 | - qps |
| 2100 | - grpc++_test_util |
| 2101 | - grpc_test_util |
| 2102 | - grpc++ |
| 2103 | - grpc |
| 2104 | - gpr_test_util |
| 2105 | - gpr |
| 2106 | platforms: |
| 2107 | - mac |
| 2108 | - linux |
| 2109 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2110 | - name: server_crash_test |
| 2111 | build: test |
| 2112 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2113 | src: |
| 2114 | - test/cpp/end2end/server_crash_test.cc |
| 2115 | deps: |
| 2116 | - grpc++_test_util |
| 2117 | - grpc_test_util |
| 2118 | - grpc++ |
| 2119 | - grpc |
| 2120 | - gpr_test_util |
| 2121 | - gpr |
| 2122 | platforms: |
| 2123 | - mac |
| 2124 | - linux |
| 2125 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2126 | - name: server_crash_test_client |
| 2127 | build: test |
| 2128 | run: false |
| 2129 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2130 | src: |
| 2131 | - test/cpp/end2end/server_crash_test_client.cc |
| 2132 | deps: |
| 2133 | - grpc++_test_util |
| 2134 | - grpc_test_util |
| 2135 | - grpc++ |
| 2136 | - grpc |
| 2137 | - gpr_test_util |
| 2138 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2139 | - name: shutdown_test |
| 2140 | build: test |
| 2141 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2142 | src: |
| 2143 | - test/cpp/end2end/shutdown_test.cc |
| 2144 | deps: |
| 2145 | - grpc++_test_util |
| 2146 | - grpc_test_util |
| 2147 | - grpc++ |
| 2148 | - grpc |
| 2149 | - gpr_test_util |
| 2150 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2151 | - name: status_test |
| 2152 | build: test |
| 2153 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2154 | src: |
| 2155 | - test/cpp/util/status_test.cc |
| 2156 | deps: |
| 2157 | - grpc_test_util |
| 2158 | - grpc++ |
| 2159 | - grpc |
| 2160 | - gpr_test_util |
| 2161 | - gpr |
Craig Tiller | 1fdb05b | 2015-09-01 17:13:30 -0700 | [diff] [blame] | 2162 | - name: streaming_throughput_test |
| 2163 | build: test |
| 2164 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2165 | src: |
| 2166 | - test/cpp/end2end/streaming_throughput_test.cc |
| 2167 | deps: |
| 2168 | - grpc++_test_util |
| 2169 | - grpc_test_util |
| 2170 | - grpc++ |
| 2171 | - grpc |
| 2172 | - gpr_test_util |
| 2173 | - gpr |
| 2174 | platforms: |
| 2175 | - mac |
| 2176 | - linux |
| 2177 | - posix |
Sree Kuchibhotla | fbc376f | 2015-10-16 10:56:31 -0700 | [diff] [blame] | 2178 | - name: stress_test |
| 2179 | build: test |
Sree Kuchibhotla | 117c8af | 2015-10-26 10:59:17 -0700 | [diff] [blame] | 2180 | run: false |
Sree Kuchibhotla | fbc376f | 2015-10-16 10:56:31 -0700 | [diff] [blame] | 2181 | language: c++ |
| 2182 | headers: |
Sree Kuchibhotla | 1190624 | 2015-10-22 15:04:26 -0700 | [diff] [blame] | 2183 | - test/cpp/interop/client_helper.h |
Sree Kuchibhotla | fbc376f | 2015-10-16 10:56:31 -0700 | [diff] [blame] | 2184 | - test/cpp/interop/interop_client.h |
| 2185 | - test/cpp/interop/stress_interop_client.h |
Sree Kuchibhotla | b5e98c5 | 2015-10-27 22:55:26 -0700 | [diff] [blame] | 2186 | - test/cpp/util/metrics_server.h |
Sree Kuchibhotla | fbc376f | 2015-10-16 10:56:31 -0700 | [diff] [blame] | 2187 | src: |
| 2188 | - test/proto/empty.proto |
| 2189 | - test/proto/messages.proto |
Sree Kuchibhotla | b5e98c5 | 2015-10-27 22:55:26 -0700 | [diff] [blame] | 2190 | - test/proto/metrics.proto |
Sree Kuchibhotla | fbc376f | 2015-10-16 10:56:31 -0700 | [diff] [blame] | 2191 | - test/proto/test.proto |
| 2192 | - test/cpp/interop/interop_client.cc |
| 2193 | - test/cpp/interop/stress_interop_client.cc |
| 2194 | - test/cpp/interop/stress_test.cc |
Sree Kuchibhotla | b5e98c5 | 2015-10-27 22:55:26 -0700 | [diff] [blame] | 2195 | - test/cpp/util/metrics_server.cc |
Sree Kuchibhotla | fbc376f | 2015-10-16 10:56:31 -0700 | [diff] [blame] | 2196 | deps: |
| 2197 | - grpc++_test_util |
| 2198 | - grpc_test_util |
| 2199 | - grpc++ |
| 2200 | - grpc |
| 2201 | - gpr_test_util |
| 2202 | - gpr |
| 2203 | - grpc++_test_config |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2204 | - name: sync_streaming_ping_pong_test |
| 2205 | build: test |
| 2206 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2207 | src: |
| 2208 | - test/cpp/qps/sync_streaming_ping_pong_test.cc |
| 2209 | deps: |
| 2210 | - qps |
| 2211 | - grpc++_test_util |
| 2212 | - grpc_test_util |
| 2213 | - grpc++ |
| 2214 | - grpc |
| 2215 | - gpr_test_util |
| 2216 | - gpr |
| 2217 | platforms: |
| 2218 | - mac |
| 2219 | - linux |
| 2220 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2221 | - name: sync_unary_ping_pong_test |
| 2222 | build: test |
| 2223 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2224 | src: |
| 2225 | - test/cpp/qps/sync_unary_ping_pong_test.cc |
| 2226 | deps: |
| 2227 | - qps |
| 2228 | - grpc++_test_util |
| 2229 | - grpc_test_util |
| 2230 | - grpc++ |
| 2231 | - grpc |
| 2232 | - gpr_test_util |
| 2233 | - gpr |
| 2234 | platforms: |
| 2235 | - mac |
| 2236 | - linux |
| 2237 | - posix |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2238 | - name: thread_stress_test |
| 2239 | build: test |
| 2240 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2241 | src: |
| 2242 | - test/cpp/end2end/thread_stress_test.cc |
| 2243 | deps: |
| 2244 | - grpc++_test_util |
| 2245 | - grpc_test_util |
| 2246 | - grpc++ |
| 2247 | - grpc |
| 2248 | - gpr_test_util |
| 2249 | - gpr |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2250 | - name: zookeeper_test |
| 2251 | build: test |
Craig Tiller | 7bedba8 | 2015-09-24 08:22:43 -0700 | [diff] [blame] | 2252 | run: false |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2253 | language: c++ |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2254 | src: |
| 2255 | - test/cpp/end2end/zookeeper_test.cc |
| 2256 | deps: |
| 2257 | - grpc++_test_util |
| 2258 | - grpc_test_util |
| 2259 | - grpc++ |
| 2260 | - grpc_zookeeper |
| 2261 | - grpc |
| 2262 | - gpr_test_util |
| 2263 | - gpr |
| 2264 | external_deps: |
| 2265 | - zookeeper |
| 2266 | platforms: |
| 2267 | - linux |
Craig Tiller | bf4b224 | 2015-08-31 15:53:53 -0700 | [diff] [blame] | 2268 | vspackages: |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2269 | - linkage: static |
| 2270 | name: grpc.dependencies.zlib |
| 2271 | props: false |
| 2272 | redist: true |
Jan Tattermusch | 36065be | 2015-11-30 14:48:28 -0800 | [diff] [blame] | 2273 | version: 1.2.8.10 |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2274 | - name: grpc.dependencies.openssl |
| 2275 | props: true |
| 2276 | redist: true |
Jan Tattermusch | 36065be | 2015-11-30 14:48:28 -0800 | [diff] [blame] | 2277 | version: 1.0.204.1 |
Craig Tiller | 2583434 | 2015-09-25 08:08:24 -0700 | [diff] [blame] | 2278 | - name: gflags |
| 2279 | props: false |
| 2280 | redist: false |
| 2281 | version: 2.1.2.1 |
| 2282 | - name: gtest |
| 2283 | props: false |
| 2284 | redist: false |
| 2285 | version: 1.7.0.1 |
murgatroid99 | 879bc4f | 2015-11-05 10:35:04 -0800 | [diff] [blame] | 2286 | node_modules: |
| 2287 | - deps: |
| 2288 | - grpc |
| 2289 | - gpr |
murgatroid99 | 94a7541 | 2015-11-19 14:04:53 -0800 | [diff] [blame] | 2290 | headers: |
| 2291 | - src/node/ext/byte_buffer.h |
| 2292 | - src/node/ext/call.h |
| 2293 | - src/node/ext/call_credentials.h |
| 2294 | - src/node/ext/channel.h |
| 2295 | - src/node/ext/channel_credentials.h |
| 2296 | - src/node/ext/completion_queue_async_worker.h |
| 2297 | - src/node/ext/server.h |
| 2298 | - src/node/ext/server_credentials.h |
| 2299 | - src/node/ext/timeval.h |
| 2300 | js: |
| 2301 | - src/node/index.js |
| 2302 | - src/node/src/client.js |
| 2303 | - src/node/src/common.js |
| 2304 | - src/node/src/credentials.js |
| 2305 | - src/node/src/metadata.js |
| 2306 | - src/node/src/server.js |
murgatroid99 | 879bc4f | 2015-11-05 10:35:04 -0800 | [diff] [blame] | 2307 | name: grpc_node |
| 2308 | src: |
| 2309 | - src/node/ext/byte_buffer.cc |
| 2310 | - src/node/ext/call.cc |
| 2311 | - src/node/ext/call_credentials.cc |
| 2312 | - src/node/ext/channel.cc |
| 2313 | - src/node/ext/channel_credentials.cc |
| 2314 | - src/node/ext/completion_queue_async_worker.cc |
| 2315 | - src/node/ext/node_grpc.cc |
| 2316 | - src/node/ext/server.cc |
| 2317 | - src/node/ext/server_credentials.cc |
| 2318 | - src/node/ext/timeval.cc |