blob: 1e465404a57cc3dd1790f417f6a86fb13e4412f0 [file] [log] [blame]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001{
2 "settings": {
3 "#": "The public version number of the library.",
4 "version": {
5 "major": 0,
6 "minor": 8,
7 "micro": 0,
8 "build": 0
9 }
10 },
nnoblec87b1c52015-01-05 17:15:18 -080011 "filegroups": [
12 {
13 "name": "grpc_base",
14 "src": [
15 "src/core/channel/call_op_string.c",
16 "src/core/channel/census_filter.c",
17 "src/core/channel/channel_args.c",
18 "src/core/channel/channel_stack.c",
19 "src/core/channel/child_channel.c",
20 "src/core/channel/client_channel.c",
21 "src/core/channel/client_setup.c",
22 "src/core/channel/connected_channel.c",
23 "src/core/channel/http_client_filter.c",
24 "src/core/channel/http_filter.c",
25 "src/core/channel/http_server_filter.c",
26 "src/core/channel/metadata_buffer.c",
27 "src/core/channel/noop_filter.c",
28 "src/core/compression/algorithm.c",
29 "src/core/compression/message_compress.c",
30 "src/core/httpcli/format_request.c",
31 "src/core/httpcli/httpcli.c",
32 "src/core/httpcli/httpcli_security_context.c",
33 "src/core/httpcli/parser.c",
34 "src/core/iomgr/alarm.c",
35 "src/core/iomgr/alarm_heap.c",
36 "src/core/iomgr/endpoint.c",
37 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -080038 "src/core/iomgr/fd_posix.c",
39 "src/core/iomgr/iomgr.c",
40 "src/core/iomgr/iomgr_posix.c",
41 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
42 "src/core/iomgr/pollset_posix.c",
nnoblec87b1c52015-01-05 17:15:18 -080043 "src/core/iomgr/resolve_address_posix.c",
44 "src/core/iomgr/sockaddr_utils.c",
45 "src/core/iomgr/socket_utils_common_posix.c",
46 "src/core/iomgr/socket_utils_linux.c",
47 "src/core/iomgr/socket_utils_posix.c",
48 "src/core/iomgr/tcp_client_posix.c",
49 "src/core/iomgr/tcp_posix.c",
50 "src/core/iomgr/tcp_server_posix.c",
51 "src/core/iomgr/time_averaged_stats.c",
52 "src/core/statistics/census_init.c",
53 "src/core/statistics/census_log.c",
54 "src/core/statistics/census_rpc_stats.c",
55 "src/core/statistics/census_tracing.c",
56 "src/core/statistics/hash_table.c",
57 "src/core/statistics/window_stats.c",
58 "src/core/surface/byte_buffer.c",
59 "src/core/surface/byte_buffer_reader.c",
60 "src/core/surface/call.c",
61 "src/core/surface/channel.c",
62 "src/core/surface/channel_create.c",
63 "src/core/surface/client.c",
64 "src/core/surface/completion_queue.c",
65 "src/core/surface/event_string.c",
66 "src/core/surface/init.c",
67 "src/core/surface/lame_client.c",
68 "src/core/surface/secure_channel_create.c",
69 "src/core/surface/secure_server_create.c",
70 "src/core/surface/server.c",
71 "src/core/surface/server_chttp2.c",
72 "src/core/surface/server_create.c",
73 "src/core/transport/chttp2/alpn.c",
74 "src/core/transport/chttp2/bin_encoder.c",
75 "src/core/transport/chttp2/frame_data.c",
76 "src/core/transport/chttp2/frame_goaway.c",
77 "src/core/transport/chttp2/frame_ping.c",
78 "src/core/transport/chttp2/frame_rst_stream.c",
79 "src/core/transport/chttp2/frame_settings.c",
80 "src/core/transport/chttp2/frame_window_update.c",
81 "src/core/transport/chttp2/hpack_parser.c",
82 "src/core/transport/chttp2/hpack_table.c",
83 "src/core/transport/chttp2/huffsyms.c",
84 "src/core/transport/chttp2/status_conversion.c",
85 "src/core/transport/chttp2/stream_encoder.c",
86 "src/core/transport/chttp2/stream_map.c",
87 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -080088 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -080089 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -080090 "src/core/transport/metadata.c",
91 "src/core/transport/stream_op.c",
92 "src/core/transport/transport.c",
93 "third_party/cJSON/cJSON.c"
94 ],
95 "public_headers": [
96 "include/grpc/byte_buffer.h",
97 "include/grpc/byte_buffer_reader.h",
98 "include/grpc/grpc.h",
99 "include/grpc/status.h"
100 ],
101 "headers": [
102 "src/core/channel/census_filter.h",
103 "src/core/channel/channel_args.h",
104 "src/core/channel/channel_stack.h",
105 "src/core/channel/child_channel.h",
106 "src/core/channel/client_channel.h",
107 "src/core/channel/client_setup.h",
108 "src/core/channel/connected_channel.h",
109 "src/core/channel/http_client_filter.h",
110 "src/core/channel/http_filter.h",
111 "src/core/channel/http_server_filter.h",
112 "src/core/channel/metadata_buffer.h",
113 "src/core/channel/noop_filter.h",
114 "src/core/compression/algorithm.h",
115 "src/core/compression/message_compress.h",
116 "src/core/httpcli/format_request.h",
117 "src/core/httpcli/httpcli.h",
118 "src/core/httpcli/httpcli_security_context.h",
119 "src/core/httpcli/parser.h",
120 "src/core/iomgr/alarm.h",
121 "src/core/iomgr/alarm_heap.h",
122 "src/core/iomgr/alarm_internal.h",
123 "src/core/iomgr/endpoint.h",
124 "src/core/iomgr/endpoint_pair.h",
ctiller58393c22015-01-07 14:03:30 -0800125 "src/core/iomgr/fd_posix.h",
nnoblec87b1c52015-01-05 17:15:18 -0800126 "src/core/iomgr/iomgr.h",
ctiller58393c22015-01-07 14:03:30 -0800127 "src/core/iomgr/iomgr_internal.h",
128 "src/core/iomgr/iomgr_posix.h",
nnoblec87b1c52015-01-05 17:15:18 -0800129 "src/core/iomgr/pollset.h",
ctiller58393c22015-01-07 14:03:30 -0800130 "src/core/iomgr/pollset_posix.h",
nnoblec87b1c52015-01-05 17:15:18 -0800131 "src/core/iomgr/resolve_address.h",
132 "src/core/iomgr/sockaddr.h",
133 "src/core/iomgr/sockaddr_posix.h",
134 "src/core/iomgr/sockaddr_utils.h",
135 "src/core/iomgr/sockaddr_win32.h",
136 "src/core/iomgr/socket_utils_posix.h",
137 "src/core/iomgr/tcp_client.h",
138 "src/core/iomgr/tcp_posix.h",
139 "src/core/iomgr/tcp_server.h",
140 "src/core/iomgr/time_averaged_stats.h",
141 "src/core/statistics/census_interface.h",
142 "src/core/statistics/census_log.h",
143 "src/core/statistics/census_rpc_stats.h",
hongyu24200d32015-01-08 15:13:49 -0800144 "src/core/statistics/census_tracing.h",
nnoblec87b1c52015-01-05 17:15:18 -0800145 "src/core/statistics/hash_table.h",
146 "src/core/statistics/window_stats.h",
147 "src/core/surface/call.h",
148 "src/core/surface/channel.h",
149 "src/core/surface/client.h",
150 "src/core/surface/completion_queue.h",
151 "src/core/surface/event_string.h",
152 "src/core/surface/lame_client.h",
153 "src/core/surface/server.h",
154 "src/core/surface/surface_trace.h",
155 "src/core/transport/chttp2/bin_encoder.h",
ctiller58393c22015-01-07 14:03:30 -0800156 "src/core/transport/chttp2/frame.h",
nnoblec87b1c52015-01-05 17:15:18 -0800157 "src/core/transport/chttp2/frame_data.h",
158 "src/core/transport/chttp2/frame_goaway.h",
nnoblec87b1c52015-01-05 17:15:18 -0800159 "src/core/transport/chttp2/frame_ping.h",
160 "src/core/transport/chttp2/frame_rst_stream.h",
161 "src/core/transport/chttp2/frame_settings.h",
162 "src/core/transport/chttp2/frame_window_update.h",
163 "src/core/transport/chttp2/hpack_parser.h",
164 "src/core/transport/chttp2/hpack_table.h",
165 "src/core/transport/chttp2/http2_errors.h",
166 "src/core/transport/chttp2/huffsyms.h",
167 "src/core/transport/chttp2/status_conversion.h",
168 "src/core/transport/chttp2/stream_encoder.h",
169 "src/core/transport/chttp2/stream_map.h",
170 "src/core/transport/chttp2/timeout_encoding.h",
ctillere4b40932015-01-07 12:13:17 -0800171 "src/core/transport/chttp2/varint.h",
ctiller58393c22015-01-07 14:03:30 -0800172 "src/core/transport/chttp2_transport.h",
nnoblec87b1c52015-01-05 17:15:18 -0800173 "src/core/transport/metadata.h",
174 "src/core/transport/stream_op.h",
175 "src/core/transport/transport.h",
176 "src/core/transport/transport_impl.h"
177 ]
178 }
179 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800180 "libs": [
181 {
182 "name": "gpr",
183 "build": "all",
184 "secure": false,
jtattermusch97fb3f62014-12-08 15:13:41 -0800185 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800186 "src": [
187 "src/core/support/alloc.c",
188 "src/core/support/cancellable.c",
189 "src/core/support/cmdline.c",
ctillerd94ad102014-12-23 08:53:43 -0800190 "src/core/support/cpu_linux.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800191 "src/core/support/cpu_posix.c",
192 "src/core/support/histogram.c",
193 "src/core/support/host_port.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800194 "src/core/support/log_android.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800195 "src/core/support/log.c",
196 "src/core/support/log_linux.c",
197 "src/core/support/log_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800198 "src/core/support/log_win32.c",
199 "src/core/support/murmur_hash.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800200 "src/core/support/slice_buffer.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800201 "src/core/support/slice.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800202 "src/core/support/string.c",
203 "src/core/support/string_posix.c",
nnoble0c475f02014-12-05 15:37:39 -0800204 "src/core/support/string_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800205 "src/core/support/sync.c",
206 "src/core/support/sync_posix.c",
jtattermusch98bffb72014-12-09 12:47:19 -0800207 "src/core/support/sync_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800208 "src/core/support/thd_posix.c",
209 "src/core/support/thd_win32.c",
210 "src/core/support/time.c",
211 "src/core/support/time_posix.c",
212 "src/core/support/time_win32.c"
213 ],
214 "public_headers": [
215 "include/grpc/support/alloc.h",
216 "include/grpc/support/atm_gcc_atomic.h",
217 "include/grpc/support/atm_gcc_sync.h",
218 "include/grpc/support/atm.h",
219 "include/grpc/support/atm_win32.h",
220 "include/grpc/support/cancellable_platform.h",
221 "include/grpc/support/cmdline.h",
222 "include/grpc/support/histogram.h",
223 "include/grpc/support/host_port.h",
224 "include/grpc/support/log.h",
225 "include/grpc/support/port_platform.h",
226 "include/grpc/support/slice_buffer.h",
227 "include/grpc/support/slice.h",
228 "include/grpc/support/string.h",
229 "include/grpc/support/sync_generic.h",
230 "include/grpc/support/sync.h",
231 "include/grpc/support/sync_posix.h",
232 "include/grpc/support/sync_win32.h",
233 "include/grpc/support/thd.h",
234 "include/grpc/support/thd_posix.h",
235 "include/grpc/support/thd_win32.h",
236 "include/grpc/support/time.h",
237 "include/grpc/support/time_posix.h",
238 "include/grpc/support/time_win32.h",
239 "include/grpc/support/useful.h"
240 ],
241 "headers": [
242 "src/core/support/cpu.h",
243 "src/core/support/murmur_hash.h",
244 "src/core/support/thd_internal.h"
245 ]
246 },
247 {
248 "name": "grpc",
249 "build": "all",
250 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800251 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}",
nnoble20e2e3f2014-12-16 15:37:57 -0800252 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800253 "filegroups": [
254 "grpc_base"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800255 ],
256 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800257 "src/core/security/auth.c",
jboeufbefd2652014-12-12 15:39:47 -0800258 "src/core/security/base64.c",
ctiller18b49ab2014-12-09 14:39:16 -0800259 "src/core/security/credentials.c",
jboeuf6ad120e2015-01-12 17:08:15 -0800260 "src/core/security/factories.c",
ctiller18b49ab2014-12-09 14:39:16 -0800261 "src/core/security/google_root_certs.c",
jboeufbefd2652014-12-12 15:39:47 -0800262 "src/core/security/json_token.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800263 "src/core/security/secure_endpoint.c",
ctiller18b49ab2014-12-09 14:39:16 -0800264 "src/core/security/secure_transport_setup.c",
265 "src/core/security/security_context.c",
266 "src/core/security/server_secure_chttp2.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800267 "src/core/tsi/fake_transport_security.c",
268 "src/core/tsi/ssl_transport_security.c",
nnoblec87b1c52015-01-05 17:15:18 -0800269 "src/core/tsi/transport_security.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800270 ],
271 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800272 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800273 ],
274 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800275 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800276 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800277 "src/core/security/credentials.h",
278 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800279 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800280 "src/core/security/secure_transport_setup.h",
281 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800282 "src/core/tsi/fake_transport_security.h",
283 "src/core/tsi/ssl_transport_security.h",
284 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800285 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800286 ],
287 "deps": [
288 "gpr"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800289 ]
290 },
291 {
nnoblec87b1c52015-01-05 17:15:18 -0800292 "name": "grpc_unsecure",
293 "build": "all",
294 "secure": false,
295 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}",
296 "baselib": true,
297 "filegroups": [
298 "grpc_base"
299 ],
300 "deps": [
301 "gpr"
302 ]
303 },
304 {
nnoble5f2ecb32015-01-12 16:40:18 -0800305 "name": "gpr_test_util",
306 "build": "private",
307 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}",
308 "src": [
309 "test/core/util/test_config.c"
310 ]
311 },
312 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800313 "name": "grpc_test_util",
314 "build": "private",
jtattermusch97fb3f62014-12-08 15:13:41 -0800315 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800316 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800317 "test/core/end2end/cq_verifier.c",
chenw97fd9e52014-12-19 17:12:36 -0800318 "test/core/end2end/data/test_root_cert.c",
319 "test/core/end2end/data/prod_roots_certs.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800320 "test/core/end2end/data/server1_cert.c",
321 "test/core/end2end/data/server1_key.c",
322 "test/core/iomgr/endpoint_tests.c",
323 "test/core/statistics/census_log_tests.c",
324 "test/core/transport/transport_end2end_tests.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800325 "test/core/util/grpc_profiler.c",
jtattermusch97fb3f62014-12-08 15:13:41 -0800326 "test/core/util/port_posix.c",
nnoble5f2ecb32015-01-12 16:40:18 -0800327 "test/core/util/parse_hexstring.c",
328 "test/core/util/slice_splitter.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800329 ]
330 },
331 {
332 "name": "grpc++",
333 "build": "all",
334 "c++": true,
335 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800336 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800337 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800338 "src/cpp/client/channel.cc",
yangg59dfc902014-12-19 14:00:14 -0800339 "src/cpp/client/channel_arguments.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800340 "src/cpp/client/client_context.cc",
341 "src/cpp/client/create_channel.cc",
vpai80b6d012014-12-17 11:47:32 -0800342 "src/cpp/client/credentials.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800343 "src/cpp/client/internal_stub.cc",
344 "src/cpp/proto/proto_utils.cc",
rsilvera35e7b0c2015-01-12 13:52:04 -0800345 "src/cpp/common/rpc_method.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800346 "src/cpp/server/async_server.cc",
347 "src/cpp/server/async_server_context.cc",
348 "src/cpp/server/completion_queue.cc",
349 "src/cpp/server/server_builder.cc",
yanggfd2f3ac2014-12-17 16:46:06 -0800350 "src/cpp/server/server_context_impl.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800351 "src/cpp/server/server.cc",
352 "src/cpp/server/server_rpc_handler.cc",
vpai80b6d012014-12-17 11:47:32 -0800353 "src/cpp/server/server_credentials.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800354 "src/cpp/server/thread_pool.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800355 "src/cpp/stream/stream_context.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800356 "src/cpp/util/status.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800357 "src/cpp/util/time.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800358 ],
359 "public_headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800360 "include/grpc++/async_server_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800361 "include/grpc++/async_server.h",
yangg59dfc902014-12-19 14:00:14 -0800362 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800363 "include/grpc++/channel_interface.h",
364 "include/grpc++/client_context.h",
365 "include/grpc++/completion_queue.h",
366 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800367 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800368 "include/grpc++/credentials.h",
yangg1b151092015-01-09 15:31:05 -0800369 "include/grpc++/impl/internal_stub.h",
370 "include/grpc++/impl/rpc_method.h",
371 "include/grpc++/impl/rpc_service_method.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800372 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800373 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800374 "include/grpc++/server_credentials.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800375 "include/grpc++/server.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800376 "include/grpc++/status.h",
377 "include/grpc++/stream_context_interface.h",
vpai80b6d012014-12-17 11:47:32 -0800378 "include/grpc++/stream.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800379 ],
380 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800381 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800382 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800383 "src/cpp/server/server_rpc_handler.h",
384 "src/cpp/server/thread_pool.h",
385 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800386 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800387 ],
388 "deps": [
389 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800390 ]
391 },
392 {
393 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800394 "build": "private",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800395 "src": [
yangg1456d152015-01-08 15:39:58 -0800396 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800397 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800398 "test/cpp/util/echo_duplicate.proto",
yangg59dfc902014-12-19 14:00:14 -0800399 "test/cpp/util/create_test_channel.cc",
nnoble4cb93712014-12-17 14:18:08 -0800400 "test/cpp/end2end/async_test_server.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800401 ],
402 "c++": true
403 }
404 ],
405 "targets": [
406 {
407 "name": "gen_hpack_tables",
408 "build": "tool",
409 "src": [
410 "src/core/transport/chttp2/gen_hpack_tables.c"
411 ],
412 "deps": [
413 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800414 "gpr",
415 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800416 ]
417 },
nnobleebebb7e2014-12-10 16:31:01 -0800418
419 {
420 "name": "cpp_plugin",
421 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800422 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800423 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800424 "src": [
Nicolas Noble54f68b62015-01-15 15:38:07 -0800425 "src/compiler/cpp_plugin.cc",
426 "src/compiler/cpp_generator.cc"
nnobleebebb7e2014-12-10 16:31:01 -0800427 ],
428 "headers": [
429 "src/compiler/cpp_generator.h",
430 "src/compiler/cpp_generator_helpers.h"
431 ],
432 "deps": []
433 },
434 {
435 "name": "ruby_plugin",
436 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800437 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800438 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800439 "src": [
Nicolas Noble54f68b62015-01-15 15:38:07 -0800440 "src/compiler/ruby_plugin.cc",
441 "src/compiler/ruby_generator.cc"
nnobleebebb7e2014-12-10 16:31:01 -0800442 ],
443 "headers": [
444 "src/compiler/cpp_generator.h",
445 "src/compiler/cpp_generator_helpers-inl.h",
446 "src/compiler/cpp_generator_map-inl.h",
447 "src/compiler/cpp_generator_string-inl.h"
448 ],
449 "deps": []
450 },
nnoble45fc1592015-01-09 18:18:47 -0800451 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800452 "name": "grpc_byte_buffer_reader_test",
453 "build": "test",
454 "src": [
455 "test/core/surface/byte_buffer_reader_test.c"
456 ],
457 "deps": [
458 "grpc_test_util",
459 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800460 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800461 "gpr"
462 ]
463 },
464 {
465 "name": "gpr_cancellable_test",
466 "build": "test",
467 "src": [
468 "test/core/support/cancellable_test.c"
469 ],
470 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800471 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800472 "gpr"
473 ]
474 },
475 {
476 "name": "gpr_log_test",
477 "build": "test",
478 "src": [
479 "test/core/support/log_test.c"
480 ],
481 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800482 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800483 "gpr"
484 ]
485 },
486 {
ctiller5e04b132014-12-15 09:24:43 -0800487 "name": "gpr_useful_test",
488 "build": "test",
489 "src": [
490 "test/core/support/useful_test.c"
491 ],
492 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800493 "gpr_test_util",
ctiller5e04b132014-12-15 09:24:43 -0800494 "gpr"
495 ]
496 },
497 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800498 "name": "gpr_cmdline_test",
499 "build": "test",
500 "src": [
501 "test/core/support/cmdline_test.c"
502 ],
503 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800504 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800505 "gpr"
506 ]
507 },
508 {
509 "name": "gpr_histogram_test",
510 "build": "test",
511 "src": [
512 "test/core/support/histogram_test.c"
513 ],
514 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800515 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800516 "gpr"
517 ]
518 },
519 {
520 "name": "gpr_host_port_test",
521 "build": "test",
522 "src": [
523 "test/core/support/host_port_test.c"
524 ],
525 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800526 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800527 "gpr"
528 ]
529 },
530 {
531 "name": "gpr_slice_buffer_test",
532 "build": "test",
533 "src": [
534 "test/core/support/slice_buffer_test.c"
535 ],
536 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800537 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800538 "gpr"
539 ]
540 },
541 {
542 "name": "gpr_slice_test",
543 "build": "test",
544 "src": [
545 "test/core/support/slice_test.c"
546 ],
547 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800548 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800549 "gpr"
550 ]
551 },
552 {
553 "name": "gpr_string_test",
554 "build": "test",
555 "src": [
556 "test/core/support/string_test.c"
557 ],
558 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800559 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800560 "gpr"
561 ]
562 },
563 {
564 "name": "gpr_sync_test",
565 "build": "test",
566 "src": [
567 "test/core/support/sync_test.c"
568 ],
569 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800570 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800571 "gpr"
572 ]
573 },
574 {
575 "name": "gpr_thd_test",
576 "build": "test",
577 "src": [
578 "test/core/support/thd_test.c"
579 ],
580 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800581 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800582 "gpr"
583 ]
584 },
585 {
586 "name": "gpr_time_test",
587 "build": "test",
588 "src": [
589 "test/core/support/time_test.c"
590 ],
591 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800592 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800593 "gpr"
594 ]
595 },
596 {
597 "name": "murmur_hash_test",
598 "build": "test",
599 "src": [
600 "test/core/support/murmur_hash_test.c"
601 ],
602 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800603 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800604 "gpr"
605 ]
606 },
607 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800608 "name": "grpc_stream_op_test",
609 "build": "test",
610 "src": [
611 "test/core/transport/stream_op_test.c"
612 ],
613 "deps": [
614 "grpc_test_util",
615 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800616 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800617 "gpr"
618 ]
619 },
620 {
nnoble0c475f02014-12-05 15:37:39 -0800621 "name": "alpn_test",
622 "build": "test",
623 "src": [
624 "test/core/transport/chttp2/alpn_test.c"
625 ],
626 "deps": [
627 "grpc_test_util",
628 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800629 "gpr_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800630 "gpr"
631 ]
632 },
633 {
ctillerc1ddffb2014-12-15 13:08:18 -0800634 "name": "time_averaged_stats_test",
635 "build": "test",
636 "src": [
637 "test/core/iomgr/time_averaged_stats_test.c"
638 ],
639 "deps": [
640 "grpc_test_util",
641 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800642 "gpr_test_util",
ctillerc1ddffb2014-12-15 13:08:18 -0800643 "gpr"
644 ]
645 },
646 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800647 "name": "chttp2_stream_encoder_test",
648 "build": "test",
649 "src": [
650 "test/core/transport/chttp2/stream_encoder_test.c"
651 ],
652 "deps": [
653 "grpc_test_util",
654 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800655 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800656 "gpr"
657 ]
658 },
659 {
660 "name": "hpack_table_test",
661 "build": "test",
662 "src": [
663 "test/core/transport/chttp2/hpack_table_test.c"
664 ],
665 "deps": [
666 "grpc_test_util",
667 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800668 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800669 "gpr"
670 ]
671 },
672 {
673 "name": "chttp2_stream_map_test",
674 "build": "test",
675 "src": [
676 "test/core/transport/chttp2/stream_map_test.c"
677 ],
678 "deps": [
679 "grpc_test_util",
680 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800681 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800682 "gpr"
683 ]
684 },
685 {
686 "name": "hpack_parser_test",
687 "build": "test",
688 "src": [
689 "test/core/transport/chttp2/hpack_parser_test.c"
690 ],
691 "deps": [
692 "grpc_test_util",
693 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800694 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800695 "gpr"
696 ]
697 },
698 {
699 "name": "transport_metadata_test",
700 "build": "test",
701 "src": [
702 "test/core/transport/metadata_test.c"
703 ],
704 "deps": [
705 "grpc_test_util",
706 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800707 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800708 "gpr"
709 ]
710 },
711 {
712 "name": "chttp2_status_conversion_test",
713 "build": "test",
714 "src": [
715 "test/core/transport/chttp2/status_conversion_test.c"
716 ],
717 "deps": [
718 "grpc_test_util",
719 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800720 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800721 "gpr"
722 ]
723 },
724 {
725 "name": "chttp2_transport_end2end_test",
726 "build": "test",
727 "src": [
728 "test/core/transport/chttp2_transport_end2end_test.c"
729 ],
730 "deps": [
731 "grpc_test_util",
732 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800733 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800734 "gpr"
735 ]
736 },
737 {
ctiller18b49ab2014-12-09 14:39:16 -0800738 "name": "tcp_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800739 "build": "test",
740 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800741 "test/core/iomgr/tcp_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800742 ],
743 "deps": [
744 "grpc_test_util",
745 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800746 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800747 "gpr"
748 ]
749 },
750 {
nnoble0c475f02014-12-05 15:37:39 -0800751 "name": "dualstack_socket_test",
752 "build": "test",
753 "src": [
754 "test/core/end2end/dualstack_socket_test.c"
755 ],
756 "deps": [
757 "grpc_test_util",
758 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800759 "gpr_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800760 "gpr"
761 ]
762 },
763 {
764 "name": "no_server_test",
765 "build": "test",
766 "src": [
767 "test/core/end2end/no_server_test.c"
768 ],
769 "deps": [
770 "grpc_test_util",
771 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800772 "gpr_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800773 "gpr"
774 ]
775 },
776 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800777 "name": "resolve_address_test",
778 "build": "test",
779 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800780 "test/core/iomgr/resolve_address_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800781 ],
782 "deps": [
783 "grpc_test_util",
784 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800785 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800786 "gpr"
787 ]
788 },
789 {
ctiller18b49ab2014-12-09 14:39:16 -0800790 "name": "sockaddr_utils_test",
nnoble0c475f02014-12-05 15:37:39 -0800791 "build": "test",
792 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800793 "test/core/iomgr/sockaddr_utils_test.c"
nnoble0c475f02014-12-05 15:37:39 -0800794 ],
795 "deps": [
796 "grpc_test_util",
797 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800798 "gpr_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800799 "gpr"
800 ]
801 },
802 {
ctiller18b49ab2014-12-09 14:39:16 -0800803 "name": "tcp_server_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800804 "build": "test",
805 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800806 "test/core/iomgr/tcp_server_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800807 ],
808 "deps": [
809 "grpc_test_util",
810 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800811 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800812 "gpr"
813 ]
814 },
815 {
ctiller18b49ab2014-12-09 14:39:16 -0800816 "name": "tcp_client_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800817 "build": "test",
818 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800819 "test/core/iomgr/tcp_client_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800820 ],
821 "deps": [
822 "grpc_test_util",
823 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800824 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800825 "gpr"
826 ]
827 },
828 {
829 "name": "grpc_channel_stack_test",
830 "build": "test",
831 "src": [
832 "test/core/channel/channel_stack_test.c"
833 ],
834 "deps": [
835 "grpc_test_util",
836 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800837 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800838 "gpr"
839 ]
840 },
841 {
842 "name": "metadata_buffer_test",
843 "build": "test",
844 "src": [
845 "test/core/channel/metadata_buffer_test.c"
846 ],
847 "deps": [
848 "grpc_test_util",
849 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800850 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800851 "gpr"
852 ]
853 },
854 {
855 "name": "grpc_completion_queue_test",
856 "build": "test",
857 "src": [
858 "test/core/surface/completion_queue_test.c"
859 ],
860 "deps": [
861 "grpc_test_util",
862 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800863 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800864 "gpr"
865 ]
866 },
867 {
868 "name": "grpc_completion_queue_benchmark",
869 "build": "benchmark",
870 "src": [
871 "test/core/surface/completion_queue_benchmark.c"
872 ],
873 "deps": [
874 "grpc_test_util",
875 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800876 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800877 "gpr"
878 ]
879 },
880 {
hongyu24200d32015-01-08 15:13:49 -0800881 "name": "census_trace_store_test",
882 "build": "executable",
883 "src": [
884 "test/core/statistics/trace_test.c"
885 ],
886 "deps": [
887 "grpc_test_util",
888 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800889 "gpr_test_util",
hongyu24200d32015-01-08 15:13:49 -0800890 "gpr"
891 ]
892 },
893 {
894 "name": "census_stats_store_test",
895 "build": "executable",
896 "src": [
897 "test/core/statistics/rpc_stats_test.c"
898 ],
899 "deps": [
900 "grpc_test_util",
901 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800902 "gpr_test_util",
hongyu24200d32015-01-08 15:13:49 -0800903 "gpr"
904 ]
905 },
906 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800907 "name": "census_window_stats_test",
908 "build": "test",
909 "src": [
910 "test/core/statistics/window_stats_test.c"
911 ],
912 "deps": [
913 "grpc_test_util",
914 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800915 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800916 "gpr"
917 ]
918 },
919 {
920 "name": "census_statistics_quick_test",
921 "build": "test",
922 "src": [
923 "test/core/statistics/quick_test.c"
924 ],
925 "deps": [
926 "grpc_test_util",
927 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800928 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800929 "gpr"
930 ]
931 },
932 {
aveitch482a5be2014-12-15 10:25:12 -0800933 "name": "census_statistics_small_log_test",
934 "build": "test",
935 "src": [
936 "test/core/statistics/small_log_test.c"
937 ],
938 "deps": [
939 "grpc_test_util",
940 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800941 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -0800942 "gpr"
943 ]
944 },
945 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800946 "name": "census_statistics_performance_test",
947 "build": "test",
948 "src": [
949 "test/core/statistics/performance_test.c"
950 ],
951 "deps": [
952 "grpc_test_util",
953 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800954 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800955 "gpr"
956 ]
957 },
958 {
959 "name": "census_statistics_multiple_writers_test",
960 "build": "test",
961 "src": [
962 "test/core/statistics/multiple_writers_test.c"
963 ],
964 "deps": [
965 "grpc_test_util",
966 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800967 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800968 "gpr"
969 ]
970 },
971 {
972 "name": "census_statistics_multiple_writers_circular_buffer_test",
973 "build": "test",
974 "src": [
975 "test/core/statistics/multiple_writers_circular_buffer_test.c"
976 ],
977 "deps": [
978 "grpc_test_util",
979 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800980 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800981 "gpr"
982 ]
983 },
984 {
985 "name": "census_stub_test",
986 "build": "test",
987 "src": [
988 "test/core/statistics/census_stub_test.c"
989 ],
990 "deps": [
991 "grpc_test_util",
992 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800993 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800994 "gpr"
995 ]
996 },
997 {
998 "name": "census_hash_table_test",
999 "build": "test",
1000 "src": [
1001 "test/core/statistics/hash_table_test.c"
1002 ],
1003 "deps": [
1004 "grpc_test_util",
1005 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001006 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001007 "gpr"
1008 ]
1009 },
1010 {
1011 "name": "fling_server",
1012 "build": "test",
1013 "run": false,
1014 "src": [
1015 "test/core/fling/server.c"
1016 ],
1017 "deps": [
1018 "grpc_test_util",
1019 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001020 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001021 "gpr"
1022 ]
1023 },
1024 {
1025 "name": "fling_client",
1026 "build": "test",
1027 "run": false,
1028 "src": [
1029 "test/core/fling/client.c"
1030 ],
1031 "deps": [
1032 "grpc_test_util",
1033 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001034 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001035 "gpr"
1036 ]
1037 },
1038 {
1039 "name": "fling_test",
1040 "build": "test",
1041 "src": [
1042 "test/core/fling/fling_test.c"
1043 ],
1044 "deps": [
1045 "grpc_test_util",
1046 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001047 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001048 "gpr"
1049 ]
1050 },
1051 {
1052 "name": "echo_server",
1053 "build": "test",
1054 "run": false,
1055 "src": [
1056 "test/core/echo/server.c"
1057 ],
1058 "deps": [
1059 "grpc_test_util",
1060 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001061 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001062 "gpr"
1063 ]
1064 },
1065 {
1066 "name": "echo_client",
1067 "build": "test",
1068 "run": false,
1069 "src": [
1070 "test/core/echo/client.c"
1071 ],
1072 "deps": [
1073 "grpc_test_util",
1074 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001075 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001076 "gpr"
1077 ]
1078 },
1079 {
1080 "name": "echo_test",
1081 "build": "test",
1082 "src": [
1083 "test/core/echo/echo_test.c"
1084 ],
1085 "deps": [
1086 "grpc_test_util",
1087 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001088 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001089 "gpr"
1090 ]
1091 },
1092 {
1093 "name": "low_level_ping_pong_benchmark",
1094 "build": "benchmark",
1095 "src": [
1096 "test/core/network_benchmarks/low_level_ping_pong.c"
1097 ],
1098 "deps": [
1099 "grpc_test_util",
1100 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001101 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001102 "gpr"
1103 ]
1104 },
1105 {
1106 "name": "message_compress_test",
1107 "build": "test",
1108 "src": [
1109 "test/core/compression/message_compress_test.c"
1110 ],
1111 "deps": [
1112 "grpc_test_util",
1113 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001114 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001115 "gpr"
1116 ]
1117 },
nnoble0c475f02014-12-05 15:37:39 -08001118 {
1119 "name": "bin_encoder_test",
1120 "build": "test",
1121 "src": [
1122 "test/core/transport/chttp2/bin_encoder_test.c"
1123 ],
1124 "deps": [
1125 "grpc_test_util",
1126 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001127 "gpr_test_util",
nnoble0c475f02014-12-05 15:37:39 -08001128 "gpr"
1129 ]
1130 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001131 {
1132 "name": "secure_endpoint_test",
1133 "build": "test",
1134 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -08001135 "test/core/security/secure_endpoint_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001136 ],
1137 "deps": [
1138 "grpc_test_util",
1139 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001140 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001141 "gpr"
1142 ]
1143 },
1144 {
1145 "name": "httpcli_format_request_test",
1146 "build": "test",
1147 "src": [
1148 "test/core/httpcli/format_request_test.c"
1149 ],
1150 "deps": [
1151 "grpc_test_util",
1152 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001153 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001154 "gpr"
1155 ]
1156 },
1157 {
1158 "name": "httpcli_parser_test",
1159 "build": "test",
1160 "src": [
1161 "test/core/httpcli/parser_test.c"
1162 ],
1163 "deps": [
1164 "grpc_test_util",
1165 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001166 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001167 "gpr"
1168 ]
1169 },
1170 {
1171 "name": "httpcli_test",
1172 "build": "test",
1173 "src": [
1174 "test/core/httpcli/httpcli_test.c"
1175 ],
1176 "deps": [
1177 "grpc_test_util",
1178 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001179 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001180 "gpr"
1181 ]
1182 },
1183 {
1184 "name": "grpc_credentials_test",
1185 "build": "test",
1186 "src": [
1187 "test/core/security/credentials_test.c"
1188 ],
1189 "deps": [
1190 "grpc_test_util",
1191 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001192 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001193 "gpr"
1194 ]
1195 },
1196 {
jboeuf1a809c02014-12-19 15:44:30 -08001197 "name": "grpc_fetch_oauth2",
1198 "build": "tool",
1199 "src": [
1200 "test/core/security/fetch_oauth2.c"
1201 ],
1202 "deps": [
1203 "grpc_test_util",
1204 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001205 "gpr_test_util",
jboeuf1a809c02014-12-19 15:44:30 -08001206 "gpr"
1207 ]
1208 },
1209 {
jboeufbefd2652014-12-12 15:39:47 -08001210 "name": "grpc_base64_test",
1211 "build": "test",
1212 "src": [
1213 "test/core/security/base64_test.c"
1214 ],
1215 "deps": [
1216 "grpc_test_util",
1217 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001218 "gpr_test_util",
jboeufbefd2652014-12-12 15:39:47 -08001219 "gpr"
1220 ]
1221 },
1222 {
1223 "name": "grpc_json_token_test",
1224 "build": "test",
1225 "src": [
1226 "test/core/security/json_token_test.c"
1227 ],
1228 "deps": [
1229 "grpc_test_util",
1230 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001231 "gpr_test_util",
jboeufbefd2652014-12-12 15:39:47 -08001232 "gpr"
1233 ]
1234 },
1235 {
ctiller8919f602014-12-10 10:19:42 -08001236 "name": "timeout_encoding_test",
1237 "build": "test",
1238 "src": [
1239 "test/core/transport/chttp2/timeout_encoding_test.c"
1240 ],
1241 "deps": [
1242 "grpc_test_util",
1243 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001244 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001245 "gpr"
1246 ]
1247 },
1248 {
1249 "name": "fd_posix_test",
1250 "build": "test",
1251 "src": [
1252 "test/core/iomgr/fd_posix_test.c"
1253 ],
1254 "deps": [
1255 "grpc_test_util",
1256 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001257 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001258 "gpr"
1259 ]
1260 },
1261 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001262 "name": "fling_stream_test",
1263 "build": "test",
1264 "src": [
1265 "test/core/fling/fling_stream_test.c"
1266 ],
1267 "deps": [
1268 "grpc_test_util",
1269 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001270 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001271 "gpr"
1272 ]
1273 },
1274 {
1275 "name": "lame_client_test",
1276 "build": "test",
1277 "src": [
1278 "test/core/surface/lame_client_test.c"
1279 ],
1280 "deps": [
1281 "grpc_test_util",
1282 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001283 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001284 "gpr"
1285 ]
1286 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001287 {
1288 "name": "thread_pool_test",
1289 "build": "test",
1290 "c++": true,
1291 "src": [
1292 "test/cpp/server/thread_pool_test.cc"
1293 ],
1294 "deps": [
1295 "grpc_test_util",
1296 "grpc++",
1297 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001298 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001299 "gpr"
1300 ]
1301 },
1302 {
1303 "name": "status_test",
1304 "build": "test",
1305 "c++": true,
1306 "src": [
1307 "test/cpp/util/status_test.cc"
1308 ],
1309 "deps": [
1310 "grpc_test_util",
1311 "grpc++",
1312 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001313 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001314 "gpr"
1315 ]
ctiller8919f602014-12-10 10:19:42 -08001316 },
1317 {
1318 "name": "sync_client_async_server_test",
1319 "build": "test",
1320 "c++": true,
1321 "src": [
1322 "test/cpp/end2end/sync_client_async_server_test.cc"
1323 ],
1324 "deps": [
Craig Tillerd4773f52015-01-12 16:38:47 -08001325 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001326 "grpc_test_util",
1327 "grpc++",
1328 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001329 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001330 "gpr"
1331 ]
1332 },
1333 {
1334 "name": "qps_client",
1335 "build": "test",
1336 "c++": true,
1337 "src": [
Craig Tillerbf2659f2015-01-13 12:27:06 -08001338 "test/cpp/qps/qpstest.proto",
vpai80b6d012014-12-17 11:47:32 -08001339 "test/cpp/qps/client.cc"
ctiller8919f602014-12-10 10:19:42 -08001340 ],
1341 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001342 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001343 "grpc_test_util",
1344 "grpc++",
1345 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001346 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001347 "gpr"
1348 ]
1349 },
1350 {
1351 "name": "qps_server",
1352 "build": "test",
1353 "c++": true,
1354 "src": [
Craig Tillerbf2659f2015-01-13 12:27:06 -08001355 "test/cpp/qps/qpstest.proto",
vpai80b6d012014-12-17 11:47:32 -08001356 "test/cpp/qps/server.cc"
ctiller8919f602014-12-10 10:19:42 -08001357 ],
1358 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001359 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001360 "grpc_test_util",
1361 "grpc++",
1362 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001363 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001364 "gpr"
1365 ]
1366 },
1367 {
1368 "name": "interop_server",
1369 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001370 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001371 "c++": true,
1372 "src": [
nnoble72309c62014-12-12 11:42:26 -08001373 "test/cpp/interop/empty.proto",
1374 "test/cpp/interop/messages.proto",
1375 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001376 "test/cpp/interop/server.cc"
1377 ],
1378 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001379 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001380 "grpc_test_util",
1381 "grpc++",
1382 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001383 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001384 "gpr"
1385 ]
1386 },
1387 {
1388 "name": "interop_client",
1389 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001390 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001391 "c++": true,
1392 "src": [
nnoble72309c62014-12-12 11:42:26 -08001393 "test/cpp/interop/empty.proto",
1394 "test/cpp/interop/messages.proto",
1395 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001396 "test/cpp/interop/client.cc"
1397 ],
1398 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001399 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001400 "grpc_test_util",
1401 "grpc++",
1402 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001403 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001404 "gpr"
1405 ]
1406 },
1407 {
1408 "name": "end2end_test",
1409 "build": "test",
1410 "c++": true,
1411 "src": [
1412 "test/cpp/end2end/end2end_test.cc"
1413 ],
1414 "deps": [
yangg1456d152015-01-08 15:39:58 -08001415 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001416 "grpc_test_util",
1417 "grpc++",
1418 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001419 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001420 "gpr"
1421 ]
1422 },
1423 {
yangg59dfc902014-12-19 14:00:14 -08001424 "name": "channel_arguments_test",
1425 "build": "test",
1426 "c++": true,
1427 "src": [
1428 "test/cpp/client/channel_arguments_test.cc"
1429 ],
1430 "deps": [
1431 "grpc++",
Craig Tillerd4773f52015-01-12 16:38:47 -08001432 "grpc",
Craig Tillere1586a72015-01-12 22:05:30 -08001433 "gpr"
yangg59dfc902014-12-19 14:00:14 -08001434 ]
1435 },
1436 {
yangg4105e2b2015-01-09 14:19:44 -08001437 "name": "credentials_test",
1438 "build": "test",
1439 "c++": true,
1440 "src": [
1441 "test/cpp/client/credentials_test.cc"
1442 ],
1443 "deps": [
1444 "grpc++",
Craig Tillerd4773f52015-01-12 16:38:47 -08001445 "grpc",
Craig Tillere1586a72015-01-12 22:05:30 -08001446 "gpr"
yangg4105e2b2015-01-09 14:19:44 -08001447 ]
1448 },
1449 {
ctiller8919f602014-12-10 10:19:42 -08001450 "name": "alarm_test",
1451 "build": "test",
1452 "src": [
1453 "test/core/iomgr/alarm_test.c"
1454 ],
1455 "deps": [
1456 "grpc_test_util",
1457 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001458 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001459 "gpr"
1460 ]
1461 },
1462 {
ctiller3bf466f2014-12-19 16:21:57 -08001463 "name": "alarm_list_test",
1464 "build": "test",
1465 "src": [
1466 "test/core/iomgr/alarm_list_test.c"
1467 ],
1468 "deps": [
1469 "grpc_test_util",
1470 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001471 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001472 "gpr"
1473 ]
1474 },
1475 {
1476 "name": "alarm_heap_test",
1477 "build": "test",
1478 "src": [
1479 "test/core/iomgr/alarm_heap_test.c"
1480 ],
1481 "deps": [
1482 "grpc_test_util",
1483 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001484 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001485 "gpr"
1486 ]
1487 },
1488 {
ctiller8919f602014-12-10 10:19:42 -08001489 "name": "time_test",
1490 "build": "test",
1491 "src": [
1492 "test/core/support/time_test.c"
1493 ],
1494 "deps": [
1495 "grpc_test_util",
1496 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001497 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001498 "gpr"
1499 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001500 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001501 ]
1502}