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