build.json 26 KB

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