build.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080
  1. {
  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. },
  11. "libs": [
  12. {
  13. "name": "gpr",
  14. "build": "all",
  15. "secure": false,
  16. "src": [
  17. "src/core/support/alloc.c",
  18. "src/core/support/cancellable.c",
  19. "src/core/support/cmdline.c",
  20. "src/core/support/cpu_posix.c",
  21. "src/core/support/histogram.c",
  22. "src/core/support/host_port.c",
  23. "src/core/support/log.c",
  24. "src/core/support/log_posix.c",
  25. "src/core/support/log_linux.c",
  26. "src/core/support/log_android.c",
  27. "src/core/support/log_win32.c",
  28. "src/core/support/murmur_hash.c",
  29. "src/core/support/slice.c",
  30. "src/core/support/slice_buffer.c",
  31. "src/core/support/string.c",
  32. "src/core/support/string_posix.c",
  33. "src/core/support/string_win32.c",
  34. "src/core/support/sync.c",
  35. "src/core/support/sync_posix.c",
  36. "src/core/support/thd_posix.c",
  37. "src/core/support/thd_win32.c",
  38. "src/core/support/time.c",
  39. "src/core/support/time_posix.c",
  40. "src/core/support/time_win32.c"
  41. ],
  42. "public_headers": [
  43. "include/grpc/support/alloc.h",
  44. "include/grpc/support/atm_gcc_atomic.h",
  45. "include/grpc/support/atm_gcc_sync.h",
  46. "include/grpc/support/atm.h",
  47. "include/grpc/support/atm_win32.h",
  48. "include/grpc/support/cancellable_platform.h",
  49. "include/grpc/support/cmdline.h",
  50. "include/grpc/support/histogram.h",
  51. "include/grpc/support/host_port.h",
  52. "include/grpc/support/log.h",
  53. "include/grpc/support/port_platform.h",
  54. "include/grpc/support/slice_buffer.h",
  55. "include/grpc/support/slice.h",
  56. "include/grpc/support/string.h",
  57. "include/grpc/support/sync_generic.h",
  58. "include/grpc/support/sync.h",
  59. "include/grpc/support/sync_posix.h",
  60. "include/grpc/support/sync_win32.h",
  61. "include/grpc/support/thd.h",
  62. "include/grpc/support/thd_posix.h",
  63. "include/grpc/support/thd_win32.h",
  64. "include/grpc/support/time.h",
  65. "include/grpc/support/time_posix.h",
  66. "include/grpc/support/time_win32.h",
  67. "include/grpc/support/useful.h"
  68. ],
  69. "headers": [
  70. "src/core/support/cpu.h",
  71. "src/core/support/murmur_hash.h",
  72. "src/core/support/thd_internal.h"
  73. ]
  74. },
  75. {
  76. "name": "grpc",
  77. "build": "all",
  78. "secure": true,
  79. "alternates": [
  80. {
  81. "name": "grpc_unsecure",
  82. "properties": [
  83. {
  84. "name": "secure",
  85. "value": false
  86. }
  87. ],
  88. "exclude_res": [
  89. "^src/core/security/",
  90. "^src/core/tsi/"
  91. ]
  92. }
  93. ],
  94. "src": [
  95. "src/core/channel/call_op_string.c",
  96. "src/core/channel/census_filter.c",
  97. "src/core/channel/channel_args.c",
  98. "src/core/channel/channel_stack.c",
  99. "src/core/channel/client_channel.c",
  100. "src/core/channel/client_setup.c",
  101. "src/core/channel/connected_channel.c",
  102. "src/core/channel/http_client_filter.c",
  103. "src/core/channel/http_filter.c",
  104. "src/core/channel/http_server_filter.c",
  105. "src/core/channel/metadata_buffer.c",
  106. "src/core/channel/noop_filter.c",
  107. "src/core/compression/algorithm.c",
  108. "src/core/compression/message_compress.c",
  109. "src/core/endpoint/endpoint.c",
  110. "src/core/endpoint/resolve_address.c",
  111. "src/core/endpoint/socket_utils.c",
  112. "src/core/endpoint/socket_utils_linux.c",
  113. "src/core/endpoint/socket_utils_posix.c",
  114. "src/core/endpoint/tcp.c",
  115. "src/core/endpoint/tcp_client.c",
  116. "src/core/endpoint/tcp_server.c",
  117. "src/core/eventmanager/em.c",
  118. "src/core/eventmanager/em_posix.c",
  119. "src/core/surface/byte_buffer.c",
  120. "src/core/surface/byte_buffer_reader.c",
  121. "src/core/surface/call.c",
  122. "src/core/surface/channel.c",
  123. "src/core/surface/channel_create.c",
  124. "src/core/surface/client.c",
  125. "src/core/surface/lame_client.c",
  126. "src/core/surface/completion_queue.c",
  127. "src/core/surface/event_string.c",
  128. "src/core/surface/init.c",
  129. "src/core/surface/server.c",
  130. "src/core/surface/server_chttp2.c",
  131. "src/core/surface/server_create.c",
  132. "src/core/surface/surface_em.c",
  133. "src/core/transport/chttp2/alpn.c",
  134. "src/core/transport/chttp2/bin_encoder.c",
  135. "src/core/transport/chttp2/frame_data.c",
  136. "src/core/transport/chttp2/frame_goaway.c",
  137. "src/core/transport/chttp2/frame_ping.c",
  138. "src/core/transport/chttp2/frame_rst_stream.c",
  139. "src/core/transport/chttp2/frame_settings.c",
  140. "src/core/transport/chttp2/frame_window_update.c",
  141. "src/core/transport/chttp2/hpack_parser.c",
  142. "src/core/transport/chttp2/hpack_table.c",
  143. "src/core/transport/chttp2/huffsyms.c",
  144. "src/core/transport/chttp2/status_conversion.c",
  145. "src/core/transport/chttp2/stream_encoder.c",
  146. "src/core/transport/chttp2/stream_map.c",
  147. "src/core/transport/chttp2/timeout_encoding.c",
  148. "src/core/transport/chttp2/varint.c",
  149. "src/core/transport/chttp2_transport.c",
  150. "src/core/transport/metadata.c",
  151. "src/core/transport/stream_op.c",
  152. "src/core/transport/transport.c",
  153. "src/core/statistics/census_init.c",
  154. "src/core/statistics/census_rpc_stats.c",
  155. "src/core/statistics/census_tracing.c",
  156. "src/core/statistics/log.c",
  157. "src/core/statistics/window_stats.c",
  158. "src/core/statistics/hash_table.c",
  159. "src/core/httpcli/format_request.c",
  160. "src/core/httpcli/httpcli.c",
  161. "src/core/httpcli/httpcli_security_context.c",
  162. "src/core/httpcli/parser.c",
  163. "src/core/security/auth.c",
  164. "src/core/security/credentials.c",
  165. "src/core/security/google_root_certs.c",
  166. "src/core/security/secure_transport_setup.c",
  167. "src/core/security/security_context.c",
  168. "src/core/security/server_secure_chttp2.c",
  169. "src/core/surface/secure_channel_create.c",
  170. "src/core/surface/secure_server_create.c",
  171. "src/core/endpoint/secure_endpoint.c",
  172. "src/core/tsi/transport_security.c",
  173. "src/core/tsi/fake_transport_security.c",
  174. "src/core/tsi/ssl_transport_security.c",
  175. "third_party/cJSON/cJSON.c"
  176. ],
  177. "public_headers": [
  178. "include/grpc/byte_buffer.h",
  179. "include/grpc/byte_buffer_reader.h",
  180. "include/grpc/grpc.h",
  181. "include/grpc/grpc_security.h",
  182. "include/grpc/status.h"
  183. ],
  184. "headers": [
  185. "src/core/channel/census_filter.h",
  186. "src/core/channel/channel_args.h",
  187. "src/core/channel/channel_stack.h",
  188. "src/core/channel/client_channel.h",
  189. "src/core/channel/client_setup.h",
  190. "src/core/channel/connected_channel.h",
  191. "src/core/channel/http_client_filter.h",
  192. "src/core/channel/http_filter.h",
  193. "src/core/channel/http_server_filter.h",
  194. "src/core/channel/metadata_buffer.h",
  195. "src/core/channel/noop_filter.h",
  196. "src/core/compression/algorithm.h",
  197. "src/core/compression/message_compress.h",
  198. "src/core/endpoint/endpoint.h",
  199. "src/core/endpoint/resolve_address.h",
  200. "src/core/endpoint/secure_endpoint.h",
  201. "src/core/endpoint/socket_utils.h",
  202. "src/core/endpoint/tcp_client.h",
  203. "src/core/endpoint/tcp.h",
  204. "src/core/endpoint/tcp_server.h",
  205. "src/core/eventmanager/em.h",
  206. "src/core/httpcli/format_request.h",
  207. "src/core/httpcli/httpcli.h",
  208. "src/core/httpcli/httpcli_security_context.h",
  209. "src/core/httpcli/parser.h",
  210. "src/core/security/auth.h",
  211. "src/core/security/credentials.h",
  212. "src/core/security/google_root_certs.h",
  213. "src/core/security/secure_transport_setup.h",
  214. "src/core/security/security_context.h",
  215. "src/core/statistics/census_interface.h",
  216. "src/core/statistics/census_rpc_stats.h",
  217. "src/core/statistics/hash_table.h",
  218. "src/core/statistics/log.h",
  219. "src/core/statistics/window_stats.h",
  220. "src/core/surface/call.h",
  221. "src/core/surface/channel.h",
  222. "src/core/surface/client.h",
  223. "src/core/surface/lame_client.h",
  224. "src/core/surface/completion_queue.h",
  225. "src/core/surface/event_string.h",
  226. "src/core/surface/server.h",
  227. "src/core/surface/surface_em.h",
  228. "src/core/surface/surface_trace.h",
  229. "src/core/transport/chttp2/bin_encoder.h",
  230. "src/core/transport/chttp2/frame_data.h",
  231. "src/core/transport/chttp2/frame_goaway.h",
  232. "src/core/transport/chttp2/frame.h",
  233. "src/core/transport/chttp2/frame_ping.h",
  234. "src/core/transport/chttp2/frame_rst_stream.h",
  235. "src/core/transport/chttp2/frame_settings.h",
  236. "src/core/transport/chttp2/frame_window_update.h",
  237. "src/core/transport/chttp2/hpack_parser.h",
  238. "src/core/transport/chttp2/hpack_table.h",
  239. "src/core/transport/chttp2/huffsyms.h",
  240. "src/core/transport/chttp2/http2_errors.h",
  241. "src/core/transport/chttp2/status_conversion.h",
  242. "src/core/transport/chttp2/stream_encoder.h",
  243. "src/core/transport/chttp2/stream_map.h",
  244. "src/core/transport/chttp2/timeout_encoding.h",
  245. "src/core/transport/chttp2_transport.h",
  246. "src/core/transport/chttp2/varint.h",
  247. "src/core/transport/metadata.h",
  248. "src/core/transport/stream_op.h",
  249. "src/core/transport/transport.h",
  250. "src/core/transport/transport_impl.h",
  251. "src/core/tsi/fake_transport_security.h",
  252. "src/core/tsi/ssl_transport_security.h",
  253. "src/core/tsi/transport_security.h",
  254. "src/core/tsi/transport_security_interface.h",
  255. "src/core/tsi/transport_security_test_lib.h"
  256. ]
  257. },
  258. {
  259. "name": "grpc_test_util",
  260. "build": "private",
  261. "src": [
  262. "test/core/util/grpc_profiler.c",
  263. "test/core/util/parse_hexstring.c",
  264. "test/core/util/port.c",
  265. "test/core/util/slice_splitter.c",
  266. "test/core/util/test_config.c",
  267. "test/core/end2end/end2end_tests.c",
  268. "test/core/end2end/cq_verifier.c",
  269. "test/core/endpoint/endpoint_tests.c",
  270. "test/core/transport/transport_end2end_tests.c",
  271. "test/core/statistics/log_tests.c"
  272. ]
  273. },
  274. {
  275. "name": "grpc++",
  276. "build": "all",
  277. "c++": true,
  278. "secure": true,
  279. "src": [
  280. "src/cpp/server/server.cc",
  281. "src/cpp/server/server_rpc_handler.cc",
  282. "src/cpp/server/thread_pool.cc",
  283. "src/cpp/server/async_server_context.cc",
  284. "src/cpp/server/async_server.cc",
  285. "src/cpp/server/completion_queue.cc",
  286. "src/cpp/server/server_builder.cc",
  287. "src/cpp/stream/stream_context.cc",
  288. "src/cpp/client/create_channel.cc",
  289. "src/cpp/client/channel.cc",
  290. "src/cpp/client/client_context.cc",
  291. "src/cpp/client/internal_stub.cc",
  292. "src/cpp/util/time.cc",
  293. "src/cpp/util/status.cc",
  294. "src/cpp/proto/proto_utils.cc",
  295. "src/cpp/rpc_method.cc"
  296. ],
  297. "public_headers": [
  298. "include/grpc++/channel_interface.h",
  299. "include/grpc++/async_server.h",
  300. "include/grpc++/create_channel.h",
  301. "include/grpc++/server_builder.h",
  302. "include/grpc++/thread_pool_interface.h",
  303. "include/grpc++/stream_context_interface.h",
  304. "include/grpc++/status.h",
  305. "include/grpc++/config.h",
  306. "include/grpc++/completion_queue.h",
  307. "include/grpc++/stream.h",
  308. "include/grpc++/async_server_context.h",
  309. "include/grpc++/server.h",
  310. "include/grpc++/client_context.h"
  311. ],
  312. "headers": [
  313. "src/cpp/server/rpc_service_method.h",
  314. "src/cpp/server/server_rpc_handler.h",
  315. "src/cpp/server/thread_pool.h",
  316. "src/cpp/stream/stream_context.h",
  317. "src/cpp/client/channel.h",
  318. "src/cpp/client/internal_stub.h",
  319. "src/cpp/util/time.h",
  320. "src/cpp/rpc_method.h",
  321. "src/cpp/proto/proto_utils.h"
  322. ]
  323. },
  324. {
  325. "name": "grpc++_test_util",
  326. "build": "test",
  327. "src": [
  328. "test/cpp/end2end/async_test_server.cc",
  329. "test/cpp/util/echo.proto"
  330. ],
  331. "c++": true
  332. }
  333. ],
  334. "targets": [
  335. {
  336. "name": "gen_hpack_tables",
  337. "build": "tool",
  338. "src": [
  339. "src/core/transport/chttp2/gen_hpack_tables.c"
  340. ],
  341. "deps": [
  342. "grpc_test_util",
  343. "gpr",
  344. "grpc"
  345. ]
  346. },
  347. {
  348. "name": "grpc_byte_buffer_reader_test",
  349. "build": "test",
  350. "src": [
  351. "test/core/surface/byte_buffer_reader_test.c"
  352. ],
  353. "deps": [
  354. "grpc_test_util",
  355. "grpc",
  356. "gpr"
  357. ]
  358. },
  359. {
  360. "name": "gpr_cancellable_test",
  361. "build": "test",
  362. "src": [
  363. "test/core/support/cancellable_test.c"
  364. ],
  365. "deps": [
  366. "grpc_test_util",
  367. "grpc",
  368. "gpr"
  369. ]
  370. },
  371. {
  372. "name": "gpr_log_test",
  373. "build": "test",
  374. "src": [
  375. "test/core/support/log_test.c"
  376. ],
  377. "deps": [
  378. "grpc_test_util",
  379. "grpc",
  380. "gpr"
  381. ]
  382. },
  383. {
  384. "name": "gpr_cmdline_test",
  385. "build": "test",
  386. "src": [
  387. "test/core/support/cmdline_test.c"
  388. ],
  389. "deps": [
  390. "grpc_test_util",
  391. "grpc",
  392. "gpr"
  393. ]
  394. },
  395. {
  396. "name": "gpr_histogram_test",
  397. "build": "test",
  398. "src": [
  399. "test/core/support/histogram_test.c"
  400. ],
  401. "deps": [
  402. "grpc_test_util",
  403. "grpc",
  404. "gpr"
  405. ]
  406. },
  407. {
  408. "name": "gpr_host_port_test",
  409. "build": "test",
  410. "src": [
  411. "test/core/support/host_port_test.c"
  412. ],
  413. "deps": [
  414. "grpc_test_util",
  415. "grpc",
  416. "gpr"
  417. ]
  418. },
  419. {
  420. "name": "gpr_slice_buffer_test",
  421. "build": "test",
  422. "src": [
  423. "test/core/support/slice_buffer_test.c"
  424. ],
  425. "deps": [
  426. "grpc_test_util",
  427. "grpc",
  428. "gpr"
  429. ]
  430. },
  431. {
  432. "name": "gpr_slice_test",
  433. "build": "test",
  434. "src": [
  435. "test/core/support/slice_test.c"
  436. ],
  437. "deps": [
  438. "grpc_test_util",
  439. "grpc",
  440. "gpr"
  441. ]
  442. },
  443. {
  444. "name": "gpr_string_test",
  445. "build": "test",
  446. "src": [
  447. "test/core/support/string_test.c"
  448. ],
  449. "deps": [
  450. "grpc_test_util",
  451. "grpc",
  452. "gpr"
  453. ]
  454. },
  455. {
  456. "name": "gpr_sync_test",
  457. "build": "test",
  458. "src": [
  459. "test/core/support/sync_test.c"
  460. ],
  461. "deps": [
  462. "grpc_test_util",
  463. "grpc",
  464. "gpr"
  465. ]
  466. },
  467. {
  468. "name": "gpr_thd_test",
  469. "build": "test",
  470. "src": [
  471. "test/core/support/thd_test.c"
  472. ],
  473. "deps": [
  474. "grpc_test_util",
  475. "grpc",
  476. "gpr"
  477. ]
  478. },
  479. {
  480. "name": "gpr_time_test",
  481. "build": "test",
  482. "src": [
  483. "test/core/support/time_test.c"
  484. ],
  485. "deps": [
  486. "grpc_test_util",
  487. "grpc",
  488. "gpr"
  489. ]
  490. },
  491. {
  492. "name": "murmur_hash_test",
  493. "build": "test",
  494. "src": [
  495. "test/core/support/murmur_hash_test.c"
  496. ],
  497. "deps": [
  498. "grpc_test_util",
  499. "grpc",
  500. "gpr"
  501. ]
  502. },
  503. {
  504. "name": "grpc_em_test",
  505. "build": "test",
  506. "src": [
  507. "test/core/eventmanager/em_test.c"
  508. ],
  509. "deps": [
  510. "grpc_test_util",
  511. "grpc",
  512. "gpr"
  513. ]
  514. },
  515. {
  516. "name": "grpc_em_pipe_test",
  517. "build": "test",
  518. "src": [
  519. "test/core/eventmanager/em_pipe_test.c"
  520. ],
  521. "deps": [
  522. "grpc_test_util",
  523. "grpc",
  524. "gpr"
  525. ]
  526. },
  527. {
  528. "name": "grpc_stream_op_test",
  529. "build": "test",
  530. "src": [
  531. "test/core/transport/stream_op_test.c"
  532. ],
  533. "deps": [
  534. "grpc_test_util",
  535. "grpc",
  536. "gpr"
  537. ]
  538. },
  539. {
  540. "name": "alpn_test",
  541. "build": "test",
  542. "src": [
  543. "test/core/transport/chttp2/alpn_test.c"
  544. ],
  545. "deps": [
  546. "grpc_test_util",
  547. "grpc",
  548. "gpr"
  549. ]
  550. },
  551. {
  552. "name": "chttp2_stream_encoder_test",
  553. "build": "test",
  554. "src": [
  555. "test/core/transport/chttp2/stream_encoder_test.c"
  556. ],
  557. "deps": [
  558. "grpc_test_util",
  559. "grpc",
  560. "gpr"
  561. ]
  562. },
  563. {
  564. "name": "hpack_table_test",
  565. "build": "test",
  566. "src": [
  567. "test/core/transport/chttp2/hpack_table_test.c"
  568. ],
  569. "deps": [
  570. "grpc_test_util",
  571. "grpc",
  572. "gpr"
  573. ]
  574. },
  575. {
  576. "name": "chttp2_stream_map_test",
  577. "build": "test",
  578. "src": [
  579. "test/core/transport/chttp2/stream_map_test.c"
  580. ],
  581. "deps": [
  582. "grpc_test_util",
  583. "grpc",
  584. "gpr"
  585. ]
  586. },
  587. {
  588. "name": "hpack_parser_test",
  589. "build": "test",
  590. "src": [
  591. "test/core/transport/chttp2/hpack_parser_test.c"
  592. ],
  593. "deps": [
  594. "grpc_test_util",
  595. "grpc",
  596. "gpr"
  597. ]
  598. },
  599. {
  600. "name": "transport_metadata_test",
  601. "build": "test",
  602. "src": [
  603. "test/core/transport/metadata_test.c"
  604. ],
  605. "deps": [
  606. "grpc_test_util",
  607. "grpc",
  608. "gpr"
  609. ]
  610. },
  611. {
  612. "name": "chttp2_status_conversion_test",
  613. "build": "test",
  614. "src": [
  615. "test/core/transport/chttp2/status_conversion_test.c"
  616. ],
  617. "deps": [
  618. "grpc_test_util",
  619. "grpc",
  620. "gpr"
  621. ]
  622. },
  623. {
  624. "name": "chttp2_transport_end2end_test",
  625. "build": "test",
  626. "src": [
  627. "test/core/transport/chttp2_transport_end2end_test.c"
  628. ],
  629. "deps": [
  630. "grpc_test_util",
  631. "grpc",
  632. "gpr"
  633. ]
  634. },
  635. {
  636. "name": "grpc_tcp_test",
  637. "build": "test",
  638. "src": [
  639. "test/core/endpoint/tcp_test.c"
  640. ],
  641. "deps": [
  642. "grpc_test_util",
  643. "grpc",
  644. "gpr"
  645. ]
  646. },
  647. {
  648. "name": "dualstack_socket_test",
  649. "build": "test",
  650. "src": [
  651. "test/core/end2end/dualstack_socket_test.c"
  652. ],
  653. "deps": [
  654. "grpc_test_util",
  655. "grpc",
  656. "gpr"
  657. ]
  658. },
  659. {
  660. "name": "no_server_test",
  661. "build": "test",
  662. "src": [
  663. "test/core/end2end/no_server_test.c"
  664. ],
  665. "deps": [
  666. "grpc_test_util",
  667. "grpc",
  668. "gpr"
  669. ]
  670. },
  671. {
  672. "name": "resolve_address_test",
  673. "build": "test",
  674. "src": [
  675. "test/core/endpoint/resolve_address_test.c"
  676. ],
  677. "deps": [
  678. "grpc_test_util",
  679. "grpc",
  680. "gpr"
  681. ]
  682. },
  683. {
  684. "name": "socket_utils_test",
  685. "build": "test",
  686. "src": [
  687. "test/core/endpoint/socket_utils_test.c"
  688. ],
  689. "deps": [
  690. "grpc_test_util",
  691. "grpc",
  692. "gpr"
  693. ]
  694. },
  695. {
  696. "name": "tcp_server_test",
  697. "build": "test",
  698. "src": [
  699. "test/core/endpoint/tcp_server_test.c"
  700. ],
  701. "deps": [
  702. "grpc_test_util",
  703. "grpc",
  704. "gpr"
  705. ]
  706. },
  707. {
  708. "name": "tcp_client_test",
  709. "build": "test",
  710. "src": [
  711. "test/core/endpoint/tcp_client_test.c"
  712. ],
  713. "deps": [
  714. "grpc_test_util",
  715. "grpc",
  716. "gpr"
  717. ]
  718. },
  719. {
  720. "name": "grpc_channel_stack_test",
  721. "build": "test",
  722. "src": [
  723. "test/core/channel/channel_stack_test.c"
  724. ],
  725. "deps": [
  726. "grpc_test_util",
  727. "grpc",
  728. "gpr"
  729. ]
  730. },
  731. {
  732. "name": "metadata_buffer_test",
  733. "build": "test",
  734. "src": [
  735. "test/core/channel/metadata_buffer_test.c"
  736. ],
  737. "deps": [
  738. "grpc_test_util",
  739. "grpc",
  740. "gpr"
  741. ]
  742. },
  743. {
  744. "name": "grpc_completion_queue_test",
  745. "build": "test",
  746. "src": [
  747. "test/core/surface/completion_queue_test.c"
  748. ],
  749. "deps": [
  750. "grpc_test_util",
  751. "grpc",
  752. "gpr"
  753. ]
  754. },
  755. {
  756. "name": "grpc_completion_queue_benchmark",
  757. "build": "benchmark",
  758. "src": [
  759. "test/core/surface/completion_queue_benchmark.c"
  760. ],
  761. "deps": [
  762. "grpc_test_util",
  763. "grpc",
  764. "gpr"
  765. ]
  766. },
  767. {
  768. "name": "census_window_stats_test",
  769. "build": "test",
  770. "src": [
  771. "test/core/statistics/window_stats_test.c"
  772. ],
  773. "deps": [
  774. "grpc_test_util",
  775. "grpc",
  776. "gpr"
  777. ]
  778. },
  779. {
  780. "name": "census_statistics_quick_test",
  781. "build": "test",
  782. "src": [
  783. "test/core/statistics/quick_test.c"
  784. ],
  785. "deps": [
  786. "grpc_test_util",
  787. "grpc",
  788. "gpr"
  789. ]
  790. },
  791. {
  792. "name": "census_statistics_performance_test",
  793. "build": "test",
  794. "src": [
  795. "test/core/statistics/performance_test.c"
  796. ],
  797. "deps": [
  798. "grpc_test_util",
  799. "grpc",
  800. "gpr"
  801. ]
  802. },
  803. {
  804. "name": "census_statistics_multiple_writers_test",
  805. "build": "test",
  806. "src": [
  807. "test/core/statistics/multiple_writers_test.c"
  808. ],
  809. "deps": [
  810. "grpc_test_util",
  811. "grpc",
  812. "gpr"
  813. ]
  814. },
  815. {
  816. "name": "census_statistics_multiple_writers_circular_buffer_test",
  817. "build": "test",
  818. "src": [
  819. "test/core/statistics/multiple_writers_circular_buffer_test.c"
  820. ],
  821. "deps": [
  822. "grpc_test_util",
  823. "grpc",
  824. "gpr"
  825. ]
  826. },
  827. {
  828. "name": "census_stub_test",
  829. "build": "test",
  830. "src": [
  831. "test/core/statistics/census_stub_test.c"
  832. ],
  833. "deps": [
  834. "grpc_test_util",
  835. "grpc",
  836. "gpr"
  837. ]
  838. },
  839. {
  840. "name": "census_hash_table_test",
  841. "build": "test",
  842. "src": [
  843. "test/core/statistics/hash_table_test.c"
  844. ],
  845. "deps": [
  846. "grpc_test_util",
  847. "grpc",
  848. "gpr"
  849. ]
  850. },
  851. {
  852. "name": "fling_server",
  853. "build": "test",
  854. "run": false,
  855. "src": [
  856. "test/core/fling/server.c"
  857. ],
  858. "deps": [
  859. "grpc_test_util",
  860. "grpc",
  861. "gpr"
  862. ]
  863. },
  864. {
  865. "name": "fling_client",
  866. "build": "test",
  867. "run": false,
  868. "src": [
  869. "test/core/fling/client.c"
  870. ],
  871. "deps": [
  872. "grpc_test_util",
  873. "grpc",
  874. "gpr"
  875. ]
  876. },
  877. {
  878. "name": "fling_test",
  879. "build": "test",
  880. "src": [
  881. "test/core/fling/fling_test.c"
  882. ],
  883. "deps": [
  884. "grpc_test_util",
  885. "grpc",
  886. "gpr"
  887. ]
  888. },
  889. {
  890. "name": "echo_server",
  891. "build": "test",
  892. "run": false,
  893. "src": [
  894. "test/core/echo/server.c"
  895. ],
  896. "deps": [
  897. "grpc_test_util",
  898. "grpc",
  899. "gpr"
  900. ]
  901. },
  902. {
  903. "name": "echo_client",
  904. "build": "test",
  905. "run": false,
  906. "src": [
  907. "test/core/echo/client.c"
  908. ],
  909. "deps": [
  910. "grpc_test_util",
  911. "grpc",
  912. "gpr"
  913. ]
  914. },
  915. {
  916. "name": "echo_test",
  917. "build": "test",
  918. "src": [
  919. "test/core/echo/echo_test.c"
  920. ],
  921. "deps": [
  922. "grpc_test_util",
  923. "grpc",
  924. "gpr"
  925. ]
  926. },
  927. {
  928. "name": "low_level_ping_pong_benchmark",
  929. "build": "benchmark",
  930. "src": [
  931. "test/core/network_benchmarks/low_level_ping_pong.c"
  932. ],
  933. "deps": [
  934. "grpc_test_util",
  935. "grpc",
  936. "gpr"
  937. ]
  938. },
  939. {
  940. "name": "message_compress_test",
  941. "build": "test",
  942. "src": [
  943. "test/core/compression/message_compress_test.c"
  944. ],
  945. "deps": [
  946. "grpc_test_util",
  947. "grpc",
  948. "gpr"
  949. ]
  950. },
  951. {
  952. "name": "bin_encoder_test",
  953. "build": "test",
  954. "src": [
  955. "test/core/transport/chttp2/bin_encoder_test.c"
  956. ],
  957. "deps": [
  958. "grpc_test_util",
  959. "grpc",
  960. "gpr"
  961. ]
  962. },
  963. {
  964. "name": "secure_endpoint_test",
  965. "build": "test",
  966. "src": [
  967. "test/core/endpoint/secure_endpoint_test.c"
  968. ],
  969. "deps": [
  970. "grpc_test_util",
  971. "grpc",
  972. "gpr"
  973. ]
  974. },
  975. {
  976. "name": "httpcli_format_request_test",
  977. "build": "test",
  978. "src": [
  979. "test/core/httpcli/format_request_test.c"
  980. ],
  981. "deps": [
  982. "grpc_test_util",
  983. "grpc",
  984. "gpr"
  985. ]
  986. },
  987. {
  988. "name": "httpcli_parser_test",
  989. "build": "test",
  990. "src": [
  991. "test/core/httpcli/parser_test.c"
  992. ],
  993. "deps": [
  994. "grpc_test_util",
  995. "grpc",
  996. "gpr"
  997. ]
  998. },
  999. {
  1000. "name": "httpcli_test",
  1001. "build": "test",
  1002. "src": [
  1003. "test/core/httpcli/httpcli_test.c"
  1004. ],
  1005. "deps": [
  1006. "grpc_test_util",
  1007. "grpc",
  1008. "gpr"
  1009. ]
  1010. },
  1011. {
  1012. "name": "grpc_credentials_test",
  1013. "build": "test",
  1014. "src": [
  1015. "test/core/security/credentials_test.c"
  1016. ],
  1017. "deps": [
  1018. "grpc_test_util",
  1019. "grpc",
  1020. "gpr"
  1021. ]
  1022. },
  1023. {
  1024. "name": "fling_stream_test",
  1025. "build": "test",
  1026. "src": [
  1027. "test/core/fling/fling_stream_test.c"
  1028. ],
  1029. "deps": [
  1030. "grpc_test_util",
  1031. "grpc",
  1032. "gpr"
  1033. ]
  1034. },
  1035. {
  1036. "name": "lame_client_test",
  1037. "build": "test",
  1038. "src": [
  1039. "test/core/surface/lame_client_test.c"
  1040. ],
  1041. "deps": [
  1042. "grpc_test_util",
  1043. "grpc",
  1044. "gpr"
  1045. ]
  1046. },
  1047. {
  1048. "name": "thread_pool_test",
  1049. "build": "test",
  1050. "c++": true,
  1051. "src": [
  1052. "test/cpp/server/thread_pool_test.cc"
  1053. ],
  1054. "deps": [
  1055. "grpc_test_util",
  1056. "grpc++",
  1057. "grpc",
  1058. "gpr"
  1059. ]
  1060. },
  1061. {
  1062. "name": "status_test",
  1063. "build": "test",
  1064. "c++": true,
  1065. "src": [
  1066. "test/cpp/util/status_test.cc"
  1067. ],
  1068. "deps": [
  1069. "grpc_test_util",
  1070. "grpc++",
  1071. "grpc",
  1072. "gpr"
  1073. ]
  1074. }
  1075. ]
  1076. }