aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'build.json')
-rw-r--r--build.json1012
1 files changed, 1012 insertions, 0 deletions
diff --git a/build.json b/build.json
new file mode 100644
index 0000000000..b869eb6d62
--- /dev/null
+++ b/build.json
@@ -0,0 +1,1012 @@
+{
+ "settings": {
+ "#": "The public version number of the library.",
+ "version": {
+ "major": 0,
+ "minor": 8,
+ "micro": 0,
+ "build": 0
+ }
+ },
+ "libs": [
+ {
+ "name": "gpr",
+ "build": "all",
+ "secure": false,
+ "src": [
+ "src/core/support/alloc.c",
+ "src/core/support/cancellable.c",
+ "src/core/support/cmdline.c",
+ "src/core/support/cpu_posix.c",
+ "src/core/support/histogram.c",
+ "src/core/support/host_port.c",
+ "src/core/support/log.c",
+ "src/core/support/log_posix.c",
+ "src/core/support/log_linux.c",
+ "src/core/support/log_android.c",
+ "src/core/support/log_win32.c",
+ "src/core/support/murmur_hash.c",
+ "src/core/support/slice.c",
+ "src/core/support/slice_buffer.c",
+ "src/core/support/string.c",
+ "src/core/support/string_posix.c",
+ "src/core/support/sync.c",
+ "src/core/support/sync_posix.c",
+ "src/core/support/thd_posix.c",
+ "src/core/support/thd_win32.c",
+ "src/core/support/time.c",
+ "src/core/support/time_posix.c",
+ "src/core/support/time_win32.c"
+ ],
+ "public_headers": [
+ "include/grpc/support/alloc.h",
+ "include/grpc/support/atm_gcc_atomic.h",
+ "include/grpc/support/atm_gcc_sync.h",
+ "include/grpc/support/atm.h",
+ "include/grpc/support/atm_win32.h",
+ "include/grpc/support/cancellable_platform.h",
+ "include/grpc/support/cmdline.h",
+ "include/grpc/support/histogram.h",
+ "include/grpc/support/host_port.h",
+ "include/grpc/support/log.h",
+ "include/grpc/support/port_platform.h",
+ "include/grpc/support/slice_buffer.h",
+ "include/grpc/support/slice.h",
+ "include/grpc/support/string.h",
+ "include/grpc/support/sync_generic.h",
+ "include/grpc/support/sync.h",
+ "include/grpc/support/sync_posix.h",
+ "include/grpc/support/sync_win32.h",
+ "include/grpc/support/thd.h",
+ "include/grpc/support/thd_posix.h",
+ "include/grpc/support/thd_win32.h",
+ "include/grpc/support/time.h",
+ "include/grpc/support/time_posix.h",
+ "include/grpc/support/time_win32.h",
+ "include/grpc/support/useful.h"
+ ],
+ "headers": [
+ "src/core/support/cpu.h",
+ "src/core/support/murmur_hash.h",
+ "src/core/support/thd_internal.h"
+ ]
+ },
+ {
+ "name": "grpc",
+ "build": "all",
+ "secure": true,
+ "alternates": [
+ {
+ "name": "grpc_unsecure",
+ "properties": [
+ {
+ "name": "secure",
+ "value": false
+ }
+ ],
+ "exclude_res": [
+ "^src/core/security/",
+ "^src/core/tsi/"
+ ]
+ }
+ ],
+ "src": [
+ "src/core/channel/call_op_string.c",
+ "src/core/channel/census_filter.c",
+ "src/core/channel/channel_args.c",
+ "src/core/channel/channel_stack.c",
+ "src/core/channel/client_channel.c",
+ "src/core/channel/client_setup.c",
+ "src/core/channel/connected_channel.c",
+ "src/core/channel/http_client_filter.c",
+ "src/core/channel/http_filter.c",
+ "src/core/channel/http_server_filter.c",
+ "src/core/channel/metadata_buffer.c",
+ "src/core/channel/noop_filter.c",
+ "src/core/compression/algorithm.c",
+ "src/core/compression/message_compress.c",
+ "src/core/endpoint/endpoint.c",
+ "src/core/endpoint/resolve_address.c",
+ "src/core/endpoint/socket_utils.c",
+ "src/core/endpoint/socket_utils_linux.c",
+ "src/core/endpoint/socket_utils_posix.c",
+ "src/core/endpoint/tcp.c",
+ "src/core/endpoint/tcp_client.c",
+ "src/core/endpoint/tcp_server.c",
+ "src/core/eventmanager/em.c",
+ "src/core/eventmanager/em_posix.c",
+ "src/core/surface/byte_buffer.c",
+ "src/core/surface/byte_buffer_reader.c",
+ "src/core/surface/call.c",
+ "src/core/surface/channel.c",
+ "src/core/surface/channel_create.c",
+ "src/core/surface/client.c",
+ "src/core/surface/lame_client.c",
+ "src/core/surface/completion_queue.c",
+ "src/core/surface/event_string.c",
+ "src/core/surface/init.c",
+ "src/core/surface/server.c",
+ "src/core/surface/server_chttp2.c",
+ "src/core/surface/server_create.c",
+ "src/core/surface/surface_em.c",
+ "src/core/transport/chttp2/frame_data.c",
+ "src/core/transport/chttp2/frame_ping.c",
+ "src/core/transport/chttp2/frame_rst_stream.c",
+ "src/core/transport/chttp2/frame_settings.c",
+ "src/core/transport/chttp2/frame_window_update.c",
+ "src/core/transport/chttp2/hpack_parser.c",
+ "src/core/transport/chttp2/hpack_table.c",
+ "src/core/transport/chttp2/status_conversion.c",
+ "src/core/transport/chttp2/stream_encoder.c",
+ "src/core/transport/chttp2/stream_map.c",
+ "src/core/transport/chttp2/timeout_encoding.c",
+ "src/core/transport/chttp2/varint.c",
+ "src/core/transport/chttp2_transport.c",
+ "src/core/transport/metadata.c",
+ "src/core/transport/stream_op.c",
+ "src/core/transport/transport.c",
+ "src/core/statistics/census_init.c",
+ "src/core/statistics/census_rpc_stats.c",
+ "src/core/statistics/census_tracing.c",
+ "src/core/statistics/log.c",
+ "src/core/statistics/window_stats.c",
+ "src/core/statistics/hash_table.c",
+ "src/core/httpcli/format_request.c",
+ "src/core/httpcli/httpcli.c",
+ "src/core/httpcli/httpcli_security_context.c",
+ "src/core/httpcli/parser.c",
+ "src/core/security/auth.c",
+ "src/core/security/credentials.c",
+ "src/core/security/google_root_certs.c",
+ "src/core/security/secure_transport_setup.c",
+ "src/core/security/security_context.c",
+ "src/core/security/server_secure_chttp2.c",
+ "src/core/surface/secure_channel_create.c",
+ "src/core/surface/secure_server_create.c",
+ "src/core/endpoint/secure_endpoint.c",
+ "src/core/tsi/transport_security.c",
+ "src/core/tsi/fake_transport_security.c",
+ "src/core/tsi/ssl_transport_security.c",
+ "third_party/cJSON/cJSON.c"
+ ],
+ "public_headers": [
+ "include/grpc/byte_buffer.h",
+ "include/grpc/byte_buffer_reader.h",
+ "include/grpc/grpc.h",
+ "include/grpc/grpc_security.h",
+ "include/grpc/status.h"
+ ],
+ "headers": [
+ "src/core/channel/census_filter.h",
+ "src/core/channel/channel_args.h",
+ "src/core/channel/channel_stack.h",
+ "src/core/channel/client_channel.h",
+ "src/core/channel/client_setup.h",
+ "src/core/channel/connected_channel.h",
+ "src/core/channel/http_client_filter.h",
+ "src/core/channel/http_filter.h",
+ "src/core/channel/http_server_filter.h",
+ "src/core/channel/metadata_buffer.h",
+ "src/core/channel/noop_filter.h",
+ "src/core/compression/algorithm.h",
+ "src/core/compression/message_compress.h",
+ "src/core/endpoint/endpoint.h",
+ "src/core/endpoint/resolve_address.h",
+ "src/core/endpoint/secure_endpoint.h",
+ "src/core/endpoint/socket_utils.h",
+ "src/core/endpoint/tcp_client.h",
+ "src/core/endpoint/tcp.h",
+ "src/core/endpoint/tcp_server.h",
+ "src/core/eventmanager/em.h",
+ "src/core/httpcli/format_request.h",
+ "src/core/httpcli/httpcli.h",
+ "src/core/httpcli/httpcli_security_context.h",
+ "src/core/httpcli/parser.h",
+ "src/core/security/auth.h",
+ "src/core/security/credentials.h",
+ "src/core/security/google_root_certs.h",
+ "src/core/security/secure_transport_setup.h",
+ "src/core/security/security_context.h",
+ "src/core/statistics/census_interface.h",
+ "src/core/statistics/census_rpc_stats.h",
+ "src/core/statistics/hash_table.h",
+ "src/core/statistics/log.h",
+ "src/core/statistics/window_stats.h",
+ "src/core/surface/call.h",
+ "src/core/surface/channel.h",
+ "src/core/surface/client.h",
+ "src/core/surface/lame_client.h",
+ "src/core/surface/completion_queue.h",
+ "src/core/surface/event_string.h",
+ "src/core/surface/server.h",
+ "src/core/surface/surface_em.h",
+ "src/core/surface/surface_trace.h",
+ "src/core/transport/chttp2/frame_data.h",
+ "src/core/transport/chttp2/frame.h",
+ "src/core/transport/chttp2/frame_ping.h",
+ "src/core/transport/chttp2/frame_rst_stream.h",
+ "src/core/transport/chttp2/frame_settings.h",
+ "src/core/transport/chttp2/frame_window_update.h",
+ "src/core/transport/chttp2/hpack_parser.h",
+ "src/core/transport/chttp2/hpack_table.h",
+ "src/core/transport/chttp2/http2_errors.h",
+ "src/core/transport/chttp2/status_conversion.h",
+ "src/core/transport/chttp2/stream_encoder.h",
+ "src/core/transport/chttp2/stream_map.h",
+ "src/core/transport/chttp2/timeout_encoding.h",
+ "src/core/transport/chttp2_transport.h",
+ "src/core/transport/chttp2/varint.h",
+ "src/core/transport/metadata.h",
+ "src/core/transport/stream_op.h",
+ "src/core/transport/transport.h",
+ "src/core/transport/transport_impl.h",
+ "src/core/tsi/fake_transport_security.h",
+ "src/core/tsi/ssl_transport_security.h",
+ "src/core/tsi/transport_security.h",
+ "src/core/tsi/transport_security_interface.h",
+ "src/core/tsi/transport_security_test_lib.h"
+ ]
+ },
+ {
+ "name": "grpc_test_util",
+ "build": "private",
+ "src": [
+ "test/core/util/grpc_profiler.c",
+ "test/core/util/parse_hexstring.c",
+ "test/core/util/port.c",
+ "test/core/util/slice_splitter.c",
+ "test/core/util/test_config.c",
+ "test/core/end2end/end2end_tests.c",
+ "test/core/end2end/cq_verifier.c",
+ "test/core/endpoint/endpoint_tests.c",
+ "test/core/transport/transport_end2end_tests.c",
+ "test/core/statistics/log_tests.c"
+ ]
+ },
+ {
+ "name": "grpc++",
+ "build": "all",
+ "c++": true,
+ "secure": true,
+ "src": [
+ "src/cpp/server/server.cc",
+ "src/cpp/server/server_rpc_handler.cc",
+ "src/cpp/server/thread_pool.cc",
+ "src/cpp/server/async_server_context.cc",
+ "src/cpp/server/async_server.cc",
+ "src/cpp/server/completion_queue.cc",
+ "src/cpp/server/server_builder.cc",
+ "src/cpp/stream/stream_context.cc",
+ "src/cpp/client/create_channel.cc",
+ "src/cpp/client/channel.cc",
+ "src/cpp/client/client_context.cc",
+ "src/cpp/client/internal_stub.cc",
+ "src/cpp/util/time.cc",
+ "src/cpp/util/status.cc",
+ "src/cpp/proto/proto_utils.cc",
+ "src/cpp/rpc_method.cc"
+ ],
+ "public_headers": [
+ "include/grpc++/channel_interface.h",
+ "include/grpc++/async_server.h",
+ "include/grpc++/create_channel.h",
+ "include/grpc++/server_builder.h",
+ "include/grpc++/thread_pool_interface.h",
+ "include/grpc++/stream_context_interface.h",
+ "include/grpc++/status.h",
+ "include/grpc++/config.h",
+ "include/grpc++/completion_queue.h",
+ "include/grpc++/stream.h",
+ "include/grpc++/async_server_context.h",
+ "include/grpc++/server.h",
+ "include/grpc++/client_context.h"
+ ],
+ "headers": [
+ "src/cpp/server/rpc_service_method.h",
+ "src/cpp/server/server_rpc_handler.h",
+ "src/cpp/server/thread_pool.h",
+ "src/cpp/stream/stream_context.h",
+ "src/cpp/client/channel.h",
+ "src/cpp/client/internal_stub.h",
+ "src/cpp/util/time.h",
+ "src/cpp/rpc_method.h",
+ "src/cpp/proto/proto_utils.h"
+ ]
+ },
+ {
+ "name": "grpc++_test_util",
+ "build": "test",
+ "src": [
+ "test/cpp/end2end/async_test_server.cc",
+ "test/cpp/util/echo.proto"
+ ],
+ "c++": true
+ }
+ ],
+ "targets": [
+ {
+ "name": "gen_hpack_tables",
+ "build": "tool",
+ "src": [
+ "src/core/transport/chttp2/gen_hpack_tables.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "gpr"
+ ]
+ },
+
+
+ {
+ "name": "grpc_byte_buffer_reader_test",
+ "build": "test",
+ "src": [
+ "test/core/surface/byte_buffer_reader_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "gpr_cancellable_test",
+ "build": "test",
+ "src": [
+ "test/core/support/cancellable_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "gpr_log_test",
+ "build": "test",
+ "src": [
+ "test/core/support/log_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "gpr_cmdline_test",
+ "build": "test",
+ "src": [
+ "test/core/support/cmdline_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "gpr_histogram_test",
+ "build": "test",
+ "src": [
+ "test/core/support/histogram_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "gpr_host_port_test",
+ "build": "test",
+ "src": [
+ "test/core/support/host_port_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "gpr_slice_buffer_test",
+ "build": "test",
+ "src": [
+ "test/core/support/slice_buffer_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "gpr_slice_test",
+ "build": "test",
+ "src": [
+ "test/core/support/slice_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "gpr_string_test",
+ "build": "test",
+ "src": [
+ "test/core/support/string_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "gpr_sync_test",
+ "build": "test",
+ "src": [
+ "test/core/support/sync_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "gpr_thd_test",
+ "build": "test",
+ "src": [
+ "test/core/support/thd_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "gpr_time_test",
+ "build": "test",
+ "src": [
+ "test/core/support/time_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "murmur_hash_test",
+ "build": "test",
+ "src": [
+ "test/core/support/murmur_hash_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "grpc_em_test",
+ "build": "test",
+ "src": [
+ "test/core/eventmanager/em_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "grpc_em_pipe_test",
+ "build": "test",
+ "src": [
+ "test/core/eventmanager/em_pipe_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "grpc_stream_op_test",
+ "build": "test",
+ "src": [
+ "test/core/transport/stream_op_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "chttp2_stream_encoder_test",
+ "build": "test",
+ "src": [
+ "test/core/transport/chttp2/stream_encoder_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "hpack_table_test",
+ "build": "test",
+ "src": [
+ "test/core/transport/chttp2/hpack_table_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "chttp2_stream_map_test",
+ "build": "test",
+ "src": [
+ "test/core/transport/chttp2/stream_map_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "hpack_parser_test",
+ "build": "test",
+ "src": [
+ "test/core/transport/chttp2/hpack_parser_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "transport_metadata_test",
+ "build": "test",
+ "src": [
+ "test/core/transport/metadata_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "chttp2_status_conversion_test",
+ "build": "test",
+ "src": [
+ "test/core/transport/chttp2/status_conversion_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "chttp2_transport_end2end_test",
+ "build": "test",
+ "src": [
+ "test/core/transport/chttp2_transport_end2end_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "grpc_tcp_test",
+ "build": "test",
+ "src": [
+ "test/core/endpoint/tcp_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "resolve_address_test",
+ "build": "test",
+ "src": [
+ "test/core/endpoint/resolve_address_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "tcp_server_test",
+ "build": "test",
+ "src": [
+ "test/core/endpoint/tcp_server_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "tcp_client_test",
+ "build": "test",
+ "src": [
+ "test/core/endpoint/tcp_client_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "grpc_channel_stack_test",
+ "build": "test",
+ "src": [
+ "test/core/channel/channel_stack_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "metadata_buffer_test",
+ "build": "test",
+ "src": [
+ "test/core/channel/metadata_buffer_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "grpc_completion_queue_test",
+ "build": "test",
+ "src": [
+ "test/core/surface/completion_queue_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "grpc_completion_queue_benchmark",
+ "build": "benchmark",
+ "src": [
+ "test/core/surface/completion_queue_benchmark.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "census_window_stats_test",
+ "build": "test",
+ "src": [
+ "test/core/statistics/window_stats_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "census_statistics_quick_test",
+ "build": "test",
+ "src": [
+ "test/core/statistics/quick_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "census_statistics_performance_test",
+ "build": "test",
+ "src": [
+ "test/core/statistics/performance_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "census_statistics_multiple_writers_test",
+ "build": "test",
+ "src": [
+ "test/core/statistics/multiple_writers_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "census_statistics_multiple_writers_circular_buffer_test",
+ "build": "test",
+ "src": [
+ "test/core/statistics/multiple_writers_circular_buffer_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "census_stub_test",
+ "build": "test",
+ "src": [
+ "test/core/statistics/census_stub_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "census_hash_table_test",
+ "build": "test",
+ "src": [
+ "test/core/statistics/hash_table_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "fling_server",
+ "build": "test",
+ "run": false,
+ "src": [
+ "test/core/fling/server.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "fling_client",
+ "build": "test",
+ "run": false,
+ "src": [
+ "test/core/fling/client.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "fling_test",
+ "build": "test",
+ "src": [
+ "test/core/fling/fling_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "echo_server",
+ "build": "test",
+ "run": false,
+ "src": [
+ "test/core/echo/server.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "echo_client",
+ "build": "test",
+ "run": false,
+ "src": [
+ "test/core/echo/client.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "echo_test",
+ "build": "test",
+ "src": [
+ "test/core/echo/echo_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "low_level_ping_pong_benchmark",
+ "build": "benchmark",
+ "src": [
+ "test/core/network_benchmarks/low_level_ping_pong.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "message_compress_test",
+ "build": "test",
+ "src": [
+ "test/core/compression/message_compress_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+
+ {
+ "name": "secure_endpoint_test",
+ "build": "test",
+ "src": [
+ "test/core/endpoint/secure_endpoint_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "httpcli_format_request_test",
+ "build": "test",
+ "src": [
+ "test/core/httpcli/format_request_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "httpcli_parser_test",
+ "build": "test",
+ "src": [
+ "test/core/httpcli/parser_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "httpcli_test",
+ "build": "test",
+ "src": [
+ "test/core/httpcli/httpcli_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "grpc_credentials_test",
+ "build": "test",
+ "src": [
+ "test/core/security/credentials_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "fling_stream_test",
+ "build": "test",
+ "src": [
+ "test/core/fling/fling_stream_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "lame_client_test",
+ "build": "test",
+ "src": [
+ "test/core/surface/lame_client_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+
+ {
+ "name": "thread_pool_test",
+ "build": "test",
+ "c++": true,
+ "src": [
+ "test/cpp/server/thread_pool_test.cc"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc++",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
+ "name": "status_test",
+ "build": "test",
+ "c++": true,
+ "src": [
+ "test/cpp/util/status_test.cc"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc++",
+ "grpc",
+ "gpr"
+ ]
+ }
+
+ ]
+}