build.json 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764
  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. "filegroups": [
  12. {
  13. "name": "grpc_base",
  14. "public_headers": [
  15. "include/grpc/byte_buffer.h",
  16. "include/grpc/byte_buffer_reader.h",
  17. "include/grpc/grpc.h",
  18. "include/grpc/status.h"
  19. ],
  20. "headers": [
  21. "src/core/channel/census_filter.h",
  22. "src/core/channel/channel_args.h",
  23. "src/core/channel/channel_stack.h",
  24. "src/core/channel/child_channel.h",
  25. "src/core/channel/client_channel.h",
  26. "src/core/channel/client_setup.h",
  27. "src/core/channel/connected_channel.h",
  28. "src/core/channel/http_client_filter.h",
  29. "src/core/channel/http_filter.h",
  30. "src/core/channel/http_server_filter.h",
  31. "src/core/channel/metadata_buffer.h",
  32. "src/core/channel/noop_filter.h",
  33. "src/core/compression/algorithm.h",
  34. "src/core/compression/message_compress.h",
  35. "src/core/httpcli/format_request.h",
  36. "src/core/httpcli/httpcli.h",
  37. "src/core/httpcli/httpcli_security_context.h",
  38. "src/core/httpcli/parser.h",
  39. "src/core/iomgr/alarm.h",
  40. "src/core/iomgr/alarm_heap.h",
  41. "src/core/iomgr/alarm_internal.h",
  42. "src/core/iomgr/endpoint.h",
  43. "src/core/iomgr/endpoint_pair.h",
  44. "src/core/iomgr/fd_posix.h",
  45. "src/core/iomgr/iomgr.h",
  46. "src/core/iomgr/iomgr_internal.h",
  47. "src/core/iomgr/iomgr_posix.h",
  48. "src/core/iomgr/pollset.h",
  49. "src/core/iomgr/pollset_kick.h",
  50. "src/core/iomgr/pollset_kick_posix.h",
  51. "src/core/iomgr/pollset_kick_windows.h",
  52. "src/core/iomgr/pollset_posix.h",
  53. "src/core/iomgr/pollset_windows.h",
  54. "src/core/iomgr/resolve_address.h",
  55. "src/core/iomgr/sockaddr.h",
  56. "src/core/iomgr/sockaddr_posix.h",
  57. "src/core/iomgr/sockaddr_utils.h",
  58. "src/core/iomgr/sockaddr_win32.h",
  59. "src/core/iomgr/socket_utils_posix.h",
  60. "src/core/iomgr/tcp_client.h",
  61. "src/core/iomgr/tcp_posix.h",
  62. "src/core/iomgr/tcp_server.h",
  63. "src/core/iomgr/time_averaged_stats.h",
  64. "src/core/iomgr/wakeup_fd_pipe.h",
  65. "src/core/iomgr/wakeup_fd_posix.h",
  66. "src/core/json/json.h",
  67. "src/core/json/json_common.h",
  68. "src/core/json/json_reader.h",
  69. "src/core/json/json_writer.h",
  70. "src/core/statistics/census_interface.h",
  71. "src/core/statistics/census_log.h",
  72. "src/core/statistics/census_rpc_stats.h",
  73. "src/core/statistics/census_tracing.h",
  74. "src/core/statistics/hash_table.h",
  75. "src/core/statistics/window_stats.h",
  76. "src/core/surface/byte_buffer_queue.h",
  77. "src/core/surface/call.h",
  78. "src/core/surface/channel.h",
  79. "src/core/surface/client.h",
  80. "src/core/surface/completion_queue.h",
  81. "src/core/surface/event_string.h",
  82. "src/core/surface/lame_client.h",
  83. "src/core/surface/server.h",
  84. "src/core/surface/surface_trace.h",
  85. "src/core/transport/chttp2/bin_encoder.h",
  86. "src/core/transport/chttp2/frame.h",
  87. "src/core/transport/chttp2/frame_data.h",
  88. "src/core/transport/chttp2/frame_goaway.h",
  89. "src/core/transport/chttp2/frame_ping.h",
  90. "src/core/transport/chttp2/frame_rst_stream.h",
  91. "src/core/transport/chttp2/frame_settings.h",
  92. "src/core/transport/chttp2/frame_window_update.h",
  93. "src/core/transport/chttp2/hpack_parser.h",
  94. "src/core/transport/chttp2/hpack_table.h",
  95. "src/core/transport/chttp2/http2_errors.h",
  96. "src/core/transport/chttp2/huffsyms.h",
  97. "src/core/transport/chttp2/status_conversion.h",
  98. "src/core/transport/chttp2/stream_encoder.h",
  99. "src/core/transport/chttp2/stream_map.h",
  100. "src/core/transport/chttp2/timeout_encoding.h",
  101. "src/core/transport/chttp2/varint.h",
  102. "src/core/transport/chttp2_transport.h",
  103. "src/core/transport/metadata.h",
  104. "src/core/transport/stream_op.h",
  105. "src/core/transport/transport.h",
  106. "src/core/transport/transport_impl.h"
  107. ],
  108. "src": [
  109. "src/core/channel/call_op_string.c",
  110. "src/core/channel/census_filter.c",
  111. "src/core/channel/channel_args.c",
  112. "src/core/channel/channel_stack.c",
  113. "src/core/channel/child_channel.c",
  114. "src/core/channel/client_channel.c",
  115. "src/core/channel/client_setup.c",
  116. "src/core/channel/connected_channel.c",
  117. "src/core/channel/http_client_filter.c",
  118. "src/core/channel/http_filter.c",
  119. "src/core/channel/http_server_filter.c",
  120. "src/core/channel/metadata_buffer.c",
  121. "src/core/channel/noop_filter.c",
  122. "src/core/compression/algorithm.c",
  123. "src/core/compression/message_compress.c",
  124. "src/core/httpcli/format_request.c",
  125. "src/core/httpcli/httpcli.c",
  126. "src/core/httpcli/httpcli_security_context.c",
  127. "src/core/httpcli/parser.c",
  128. "src/core/iomgr/alarm.c",
  129. "src/core/iomgr/alarm_heap.c",
  130. "src/core/iomgr/endpoint.c",
  131. "src/core/iomgr/endpoint_pair_posix.c",
  132. "src/core/iomgr/fd_posix.c",
  133. "src/core/iomgr/iomgr.c",
  134. "src/core/iomgr/iomgr_posix.c",
  135. "src/core/iomgr/pollset_kick.c",
  136. "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
  137. "src/core/iomgr/pollset_posix.c",
  138. "src/core/iomgr/pollset_windows.c",
  139. "src/core/iomgr/resolve_address.c",
  140. "src/core/iomgr/sockaddr_utils.c",
  141. "src/core/iomgr/socket_utils_common_posix.c",
  142. "src/core/iomgr/socket_utils_linux.c",
  143. "src/core/iomgr/socket_utils_posix.c",
  144. "src/core/iomgr/tcp_client_posix.c",
  145. "src/core/iomgr/tcp_posix.c",
  146. "src/core/iomgr/tcp_server_posix.c",
  147. "src/core/iomgr/time_averaged_stats.c",
  148. "src/core/iomgr/wakeup_fd_eventfd.c",
  149. "src/core/iomgr/wakeup_fd_nospecial.c",
  150. "src/core/iomgr/wakeup_fd_pipe.c",
  151. "src/core/iomgr/wakeup_fd_posix.c",
  152. "src/core/json/json.c",
  153. "src/core/json/json_reader.c",
  154. "src/core/json/json_string.c",
  155. "src/core/json/json_writer.c",
  156. "src/core/statistics/census_init.c",
  157. "src/core/statistics/census_log.c",
  158. "src/core/statistics/census_rpc_stats.c",
  159. "src/core/statistics/census_tracing.c",
  160. "src/core/statistics/hash_table.c",
  161. "src/core/statistics/window_stats.c",
  162. "src/core/surface/byte_buffer.c",
  163. "src/core/surface/byte_buffer_queue.c",
  164. "src/core/surface/byte_buffer_reader.c",
  165. "src/core/surface/call.c",
  166. "src/core/surface/channel.c",
  167. "src/core/surface/channel_create.c",
  168. "src/core/surface/client.c",
  169. "src/core/surface/completion_queue.c",
  170. "src/core/surface/event_string.c",
  171. "src/core/surface/init.c",
  172. "src/core/surface/lame_client.c",
  173. "src/core/surface/secure_channel_create.c",
  174. "src/core/surface/secure_server_create.c",
  175. "src/core/surface/server.c",
  176. "src/core/surface/server_chttp2.c",
  177. "src/core/surface/server_create.c",
  178. "src/core/transport/chttp2/alpn.c",
  179. "src/core/transport/chttp2/bin_encoder.c",
  180. "src/core/transport/chttp2/frame_data.c",
  181. "src/core/transport/chttp2/frame_goaway.c",
  182. "src/core/transport/chttp2/frame_ping.c",
  183. "src/core/transport/chttp2/frame_rst_stream.c",
  184. "src/core/transport/chttp2/frame_settings.c",
  185. "src/core/transport/chttp2/frame_window_update.c",
  186. "src/core/transport/chttp2/hpack_parser.c",
  187. "src/core/transport/chttp2/hpack_table.c",
  188. "src/core/transport/chttp2/huffsyms.c",
  189. "src/core/transport/chttp2/status_conversion.c",
  190. "src/core/transport/chttp2/stream_encoder.c",
  191. "src/core/transport/chttp2/stream_map.c",
  192. "src/core/transport/chttp2/timeout_encoding.c",
  193. "src/core/transport/chttp2/varint.c",
  194. "src/core/transport/chttp2_transport.c",
  195. "src/core/transport/metadata.c",
  196. "src/core/transport/stream_op.c",
  197. "src/core/transport/transport.c"
  198. ]
  199. }
  200. ],
  201. "libs": [
  202. {
  203. "name": "gpr",
  204. "build": "all",
  205. "language": "c",
  206. "public_headers": [
  207. "include/grpc/support/alloc.h",
  208. "include/grpc/support/atm.h",
  209. "include/grpc/support/atm_gcc_atomic.h",
  210. "include/grpc/support/atm_gcc_sync.h",
  211. "include/grpc/support/atm_win32.h",
  212. "include/grpc/support/cancellable_platform.h",
  213. "include/grpc/support/cmdline.h",
  214. "include/grpc/support/histogram.h",
  215. "include/grpc/support/host_port.h",
  216. "include/grpc/support/log.h",
  217. "include/grpc/support/port_platform.h",
  218. "include/grpc/support/slice.h",
  219. "include/grpc/support/slice_buffer.h",
  220. "include/grpc/support/sync.h",
  221. "include/grpc/support/sync_generic.h",
  222. "include/grpc/support/sync_posix.h",
  223. "include/grpc/support/sync_win32.h",
  224. "include/grpc/support/thd.h",
  225. "include/grpc/support/time.h",
  226. "include/grpc/support/useful.h"
  227. ],
  228. "headers": [
  229. "src/core/support/cpu.h",
  230. "src/core/support/env.h",
  231. "src/core/support/file.h",
  232. "src/core/support/murmur_hash.h",
  233. "src/core/support/string.h",
  234. "src/core/support/string_win32.h",
  235. "src/core/support/thd_internal.h"
  236. ],
  237. "src": [
  238. "src/core/support/alloc.c",
  239. "src/core/support/cancellable.c",
  240. "src/core/support/cmdline.c",
  241. "src/core/support/cpu_linux.c",
  242. "src/core/support/cpu_posix.c",
  243. "src/core/support/env_linux.c",
  244. "src/core/support/env_posix.c",
  245. "src/core/support/env_win32.c",
  246. "src/core/support/file.c",
  247. "src/core/support/file_posix.c",
  248. "src/core/support/file_win32.c",
  249. "src/core/support/histogram.c",
  250. "src/core/support/host_port.c",
  251. "src/core/support/log.c",
  252. "src/core/support/log_android.c",
  253. "src/core/support/log_linux.c",
  254. "src/core/support/log_posix.c",
  255. "src/core/support/log_win32.c",
  256. "src/core/support/murmur_hash.c",
  257. "src/core/support/slice.c",
  258. "src/core/support/slice_buffer.c",
  259. "src/core/support/string.c",
  260. "src/core/support/string_posix.c",
  261. "src/core/support/string_win32.c",
  262. "src/core/support/sync.c",
  263. "src/core/support/sync_posix.c",
  264. "src/core/support/sync_win32.c",
  265. "src/core/support/thd_posix.c",
  266. "src/core/support/thd_win32.c",
  267. "src/core/support/time.c",
  268. "src/core/support/time_posix.c",
  269. "src/core/support/time_win32.c"
  270. ],
  271. "secure": false,
  272. "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
  273. },
  274. {
  275. "name": "gpr_test_util",
  276. "build": "private",
  277. "language": "c",
  278. "src": [
  279. "test/core/util/test_config.c"
  280. ],
  281. "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
  282. },
  283. {
  284. "name": "grpc",
  285. "build": "all",
  286. "language": "c",
  287. "public_headers": [
  288. "include/grpc/grpc_security.h"
  289. ],
  290. "headers": [
  291. "src/core/security/auth.h",
  292. "src/core/security/base64.h",
  293. "src/core/security/credentials.h",
  294. "src/core/security/google_root_certs.h",
  295. "src/core/security/json_token.h",
  296. "src/core/security/secure_transport_setup.h",
  297. "src/core/security/security_context.h",
  298. "src/core/tsi/fake_transport_security.h",
  299. "src/core/tsi/ssl_transport_security.h",
  300. "src/core/tsi/transport_security.h",
  301. "src/core/tsi/transport_security_interface.h"
  302. ],
  303. "src": [
  304. "src/core/security/auth.c",
  305. "src/core/security/base64.c",
  306. "src/core/security/credentials.c",
  307. "src/core/security/factories.c",
  308. "src/core/security/google_root_certs.c",
  309. "src/core/security/json_token.c",
  310. "src/core/security/secure_endpoint.c",
  311. "src/core/security/secure_transport_setup.c",
  312. "src/core/security/security_context.c",
  313. "src/core/security/server_secure_chttp2.c",
  314. "src/core/tsi/fake_transport_security.c",
  315. "src/core/tsi/ssl_transport_security.c",
  316. "src/core/tsi/transport_security.c"
  317. ],
  318. "deps": [
  319. "gpr"
  320. ],
  321. "baselib": true,
  322. "filegroups": [
  323. "grpc_base"
  324. ],
  325. "secure": true,
  326. "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
  327. },
  328. {
  329. "name": "grpc_csharp_ext",
  330. "build": "all",
  331. "language": "c",
  332. "src": [
  333. "src/csharp/ext/grpc_csharp_ext.c"
  334. ],
  335. "deps": [
  336. "gpr",
  337. "grpc"
  338. ]
  339. },
  340. {
  341. "name": "grpc_test_util",
  342. "build": "private",
  343. "language": "c",
  344. "src": [
  345. "test/core/end2end/cq_verifier.c",
  346. "test/core/end2end/data/prod_roots_certs.c",
  347. "test/core/end2end/data/server1_cert.c",
  348. "test/core/end2end/data/server1_key.c",
  349. "test/core/end2end/data/test_root_cert.c",
  350. "test/core/iomgr/endpoint_tests.c",
  351. "test/core/statistics/census_log_tests.c",
  352. "test/core/transport/transport_end2end_tests.c",
  353. "test/core/util/grpc_profiler.c",
  354. "test/core/util/parse_hexstring.c",
  355. "test/core/util/port_posix.c",
  356. "test/core/util/slice_splitter.c"
  357. ],
  358. "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
  359. },
  360. {
  361. "name": "grpc_unsecure",
  362. "build": "all",
  363. "language": "c",
  364. "deps": [
  365. "gpr"
  366. ],
  367. "baselib": true,
  368. "filegroups": [
  369. "grpc_base"
  370. ],
  371. "secure": false,
  372. "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
  373. },
  374. {
  375. "name": "grpc++",
  376. "build": "all",
  377. "language": "c++",
  378. "public_headers": [
  379. "include/grpc++/async_server.h",
  380. "include/grpc++/async_server_context.h",
  381. "include/grpc++/channel_arguments.h",
  382. "include/grpc++/channel_interface.h",
  383. "include/grpc++/client_context.h",
  384. "include/grpc++/completion_queue.h",
  385. "include/grpc++/config.h",
  386. "include/grpc++/create_channel.h",
  387. "include/grpc++/credentials.h",
  388. "include/grpc++/impl/internal_stub.h",
  389. "include/grpc++/impl/rpc_method.h",
  390. "include/grpc++/impl/rpc_service_method.h",
  391. "include/grpc++/server.h",
  392. "include/grpc++/server_builder.h",
  393. "include/grpc++/server_context.h",
  394. "include/grpc++/server_credentials.h",
  395. "include/grpc++/status.h",
  396. "include/grpc++/stream.h",
  397. "include/grpc++/stream_context_interface.h"
  398. ],
  399. "headers": [
  400. "src/cpp/client/channel.h",
  401. "src/cpp/proto/proto_utils.h",
  402. "src/cpp/server/server_rpc_handler.h",
  403. "src/cpp/server/thread_pool.h",
  404. "src/cpp/stream/stream_context.h",
  405. "src/cpp/util/time.h"
  406. ],
  407. "src": [
  408. "src/cpp/client/channel.cc",
  409. "src/cpp/client/channel_arguments.cc",
  410. "src/cpp/client/client_context.cc",
  411. "src/cpp/client/create_channel.cc",
  412. "src/cpp/client/credentials.cc",
  413. "src/cpp/client/internal_stub.cc",
  414. "src/cpp/common/rpc_method.cc",
  415. "src/cpp/proto/proto_utils.cc",
  416. "src/cpp/server/async_server.cc",
  417. "src/cpp/server/async_server_context.cc",
  418. "src/cpp/server/completion_queue.cc",
  419. "src/cpp/server/server.cc",
  420. "src/cpp/server/server_builder.cc",
  421. "src/cpp/server/server_context_impl.cc",
  422. "src/cpp/server/server_credentials.cc",
  423. "src/cpp/server/server_rpc_handler.cc",
  424. "src/cpp/server/thread_pool.cc",
  425. "src/cpp/stream/stream_context.cc",
  426. "src/cpp/util/status.cc",
  427. "src/cpp/util/time.cc"
  428. ],
  429. "deps": [
  430. "grpc"
  431. ],
  432. "secure": true,
  433. "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
  434. },
  435. {
  436. "name": "grpc++_test_util",
  437. "build": "private",
  438. "language": "c++",
  439. "src": [
  440. "test/cpp/util/messages.proto",
  441. "test/cpp/util/echo.proto",
  442. "test/cpp/util/echo_duplicate.proto",
  443. "test/cpp/end2end/async_test_server.cc",
  444. "test/cpp/util/create_test_channel.cc"
  445. ]
  446. },
  447. {
  448. "name": "tips_client_lib",
  449. "build": "private",
  450. "language": "c++",
  451. "src": [
  452. "examples/tips/label.proto",
  453. "examples/tips/empty.proto",
  454. "examples/tips/pubsub.proto",
  455. "examples/tips/publisher.cc",
  456. "examples/tips/subscriber.cc"
  457. ],
  458. "deps": [
  459. "grpc++",
  460. "grpc",
  461. "gpr"
  462. ]
  463. }
  464. ],
  465. "targets": [
  466. {
  467. "name": "alarm_heap_test",
  468. "build": "test",
  469. "language": "c",
  470. "src": [
  471. "test/core/iomgr/alarm_heap_test.c"
  472. ],
  473. "deps": [
  474. "grpc_test_util",
  475. "grpc",
  476. "gpr_test_util",
  477. "gpr"
  478. ]
  479. },
  480. {
  481. "name": "alarm_list_test",
  482. "build": "test",
  483. "language": "c",
  484. "src": [
  485. "test/core/iomgr/alarm_list_test.c"
  486. ],
  487. "deps": [
  488. "grpc_test_util",
  489. "grpc",
  490. "gpr_test_util",
  491. "gpr"
  492. ]
  493. },
  494. {
  495. "name": "alarm_test",
  496. "build": "test",
  497. "language": "c",
  498. "src": [
  499. "test/core/iomgr/alarm_test.c"
  500. ],
  501. "deps": [
  502. "grpc_test_util",
  503. "grpc",
  504. "gpr_test_util",
  505. "gpr"
  506. ]
  507. },
  508. {
  509. "name": "alpn_test",
  510. "build": "test",
  511. "language": "c",
  512. "src": [
  513. "test/core/transport/chttp2/alpn_test.c"
  514. ],
  515. "deps": [
  516. "grpc_test_util",
  517. "grpc",
  518. "gpr_test_util",
  519. "gpr"
  520. ]
  521. },
  522. {
  523. "name": "bin_encoder_test",
  524. "build": "test",
  525. "language": "c",
  526. "src": [
  527. "test/core/transport/chttp2/bin_encoder_test.c"
  528. ],
  529. "deps": [
  530. "grpc_test_util",
  531. "grpc",
  532. "gpr_test_util",
  533. "gpr"
  534. ]
  535. },
  536. {
  537. "name": "census_hash_table_test",
  538. "build": "test",
  539. "language": "c",
  540. "src": [
  541. "test/core/statistics/hash_table_test.c"
  542. ],
  543. "deps": [
  544. "grpc_test_util",
  545. "grpc",
  546. "gpr_test_util",
  547. "gpr"
  548. ]
  549. },
  550. {
  551. "name": "census_statistics_multiple_writers_circular_buffer_test",
  552. "build": "test",
  553. "language": "c",
  554. "src": [
  555. "test/core/statistics/multiple_writers_circular_buffer_test.c"
  556. ],
  557. "deps": [
  558. "grpc_test_util",
  559. "grpc",
  560. "gpr_test_util",
  561. "gpr"
  562. ]
  563. },
  564. {
  565. "name": "census_statistics_multiple_writers_test",
  566. "build": "test",
  567. "language": "c",
  568. "src": [
  569. "test/core/statistics/multiple_writers_test.c"
  570. ],
  571. "deps": [
  572. "grpc_test_util",
  573. "grpc",
  574. "gpr_test_util",
  575. "gpr"
  576. ]
  577. },
  578. {
  579. "name": "census_statistics_performance_test",
  580. "build": "test",
  581. "language": "c",
  582. "src": [
  583. "test/core/statistics/performance_test.c"
  584. ],
  585. "deps": [
  586. "grpc_test_util",
  587. "grpc",
  588. "gpr_test_util",
  589. "gpr"
  590. ]
  591. },
  592. {
  593. "name": "census_statistics_quick_test",
  594. "build": "test",
  595. "language": "c",
  596. "src": [
  597. "test/core/statistics/quick_test.c"
  598. ],
  599. "deps": [
  600. "grpc_test_util",
  601. "grpc",
  602. "gpr_test_util",
  603. "gpr"
  604. ]
  605. },
  606. {
  607. "name": "census_statistics_small_log_test",
  608. "build": "test",
  609. "language": "c",
  610. "src": [
  611. "test/core/statistics/small_log_test.c"
  612. ],
  613. "deps": [
  614. "grpc_test_util",
  615. "grpc",
  616. "gpr_test_util",
  617. "gpr"
  618. ]
  619. },
  620. {
  621. "name": "census_stats_store_test",
  622. "build": "executable",
  623. "language": "c",
  624. "src": [
  625. "test/core/statistics/rpc_stats_test.c"
  626. ],
  627. "deps": [
  628. "grpc_test_util",
  629. "grpc",
  630. "gpr_test_util",
  631. "gpr"
  632. ]
  633. },
  634. {
  635. "name": "census_stub_test",
  636. "build": "test",
  637. "language": "c",
  638. "src": [
  639. "test/core/statistics/census_stub_test.c"
  640. ],
  641. "deps": [
  642. "grpc_test_util",
  643. "grpc",
  644. "gpr_test_util",
  645. "gpr"
  646. ]
  647. },
  648. {
  649. "name": "census_trace_store_test",
  650. "build": "executable",
  651. "language": "c",
  652. "src": [
  653. "test/core/statistics/trace_test.c"
  654. ],
  655. "deps": [
  656. "grpc_test_util",
  657. "grpc",
  658. "gpr_test_util",
  659. "gpr"
  660. ]
  661. },
  662. {
  663. "name": "census_window_stats_test",
  664. "build": "test",
  665. "language": "c",
  666. "src": [
  667. "test/core/statistics/window_stats_test.c"
  668. ],
  669. "deps": [
  670. "grpc_test_util",
  671. "grpc",
  672. "gpr_test_util",
  673. "gpr"
  674. ]
  675. },
  676. {
  677. "name": "chttp2_status_conversion_test",
  678. "build": "test",
  679. "language": "c",
  680. "src": [
  681. "test/core/transport/chttp2/status_conversion_test.c"
  682. ],
  683. "deps": [
  684. "grpc_test_util",
  685. "grpc",
  686. "gpr_test_util",
  687. "gpr"
  688. ]
  689. },
  690. {
  691. "name": "chttp2_stream_encoder_test",
  692. "build": "test",
  693. "language": "c",
  694. "src": [
  695. "test/core/transport/chttp2/stream_encoder_test.c"
  696. ],
  697. "deps": [
  698. "grpc_test_util",
  699. "grpc",
  700. "gpr_test_util",
  701. "gpr"
  702. ]
  703. },
  704. {
  705. "name": "chttp2_stream_map_test",
  706. "build": "test",
  707. "language": "c",
  708. "src": [
  709. "test/core/transport/chttp2/stream_map_test.c"
  710. ],
  711. "deps": [
  712. "grpc_test_util",
  713. "grpc",
  714. "gpr_test_util",
  715. "gpr"
  716. ]
  717. },
  718. {
  719. "name": "chttp2_transport_end2end_test",
  720. "build": "test",
  721. "language": "c",
  722. "src": [
  723. "test/core/transport/chttp2_transport_end2end_test.c"
  724. ],
  725. "deps": [
  726. "grpc_test_util",
  727. "grpc",
  728. "gpr_test_util",
  729. "gpr"
  730. ]
  731. },
  732. {
  733. "name": "dualstack_socket_test",
  734. "build": "test",
  735. "language": "c",
  736. "src": [
  737. "test/core/end2end/dualstack_socket_test.c"
  738. ],
  739. "deps": [
  740. "grpc_test_util",
  741. "grpc",
  742. "gpr_test_util",
  743. "gpr"
  744. ]
  745. },
  746. {
  747. "name": "echo_client",
  748. "build": "test",
  749. "language": "c",
  750. "src": [
  751. "test/core/echo/client.c"
  752. ],
  753. "deps": [
  754. "grpc_test_util",
  755. "grpc",
  756. "gpr_test_util",
  757. "gpr"
  758. ],
  759. "run": false
  760. },
  761. {
  762. "name": "echo_server",
  763. "build": "test",
  764. "language": "c",
  765. "src": [
  766. "test/core/echo/server.c"
  767. ],
  768. "deps": [
  769. "grpc_test_util",
  770. "grpc",
  771. "gpr_test_util",
  772. "gpr"
  773. ],
  774. "run": false
  775. },
  776. {
  777. "name": "echo_test",
  778. "build": "test",
  779. "language": "c",
  780. "src": [
  781. "test/core/echo/echo_test.c"
  782. ],
  783. "deps": [
  784. "grpc_test_util",
  785. "grpc",
  786. "gpr_test_util",
  787. "gpr"
  788. ]
  789. },
  790. {
  791. "name": "fd_posix_test",
  792. "build": "test",
  793. "language": "c",
  794. "src": [
  795. "test/core/iomgr/fd_posix_test.c"
  796. ],
  797. "deps": [
  798. "grpc_test_util",
  799. "grpc",
  800. "gpr_test_util",
  801. "gpr"
  802. ]
  803. },
  804. {
  805. "name": "fling_client",
  806. "build": "test",
  807. "language": "c",
  808. "src": [
  809. "test/core/fling/client.c"
  810. ],
  811. "deps": [
  812. "grpc_test_util",
  813. "grpc",
  814. "gpr_test_util",
  815. "gpr"
  816. ],
  817. "run": false
  818. },
  819. {
  820. "name": "fling_server",
  821. "build": "test",
  822. "language": "c",
  823. "src": [
  824. "test/core/fling/server.c"
  825. ],
  826. "deps": [
  827. "grpc_test_util",
  828. "grpc",
  829. "gpr_test_util",
  830. "gpr"
  831. ],
  832. "run": false
  833. },
  834. {
  835. "name": "fling_stream_test",
  836. "build": "test",
  837. "language": "c",
  838. "src": [
  839. "test/core/fling/fling_stream_test.c"
  840. ],
  841. "deps": [
  842. "grpc_test_util",
  843. "grpc",
  844. "gpr_test_util",
  845. "gpr"
  846. ]
  847. },
  848. {
  849. "name": "fling_test",
  850. "build": "test",
  851. "language": "c",
  852. "src": [
  853. "test/core/fling/fling_test.c"
  854. ],
  855. "deps": [
  856. "grpc_test_util",
  857. "grpc",
  858. "gpr_test_util",
  859. "gpr"
  860. ]
  861. },
  862. {
  863. "name": "gen_hpack_tables",
  864. "build": "tool",
  865. "language": "c",
  866. "src": [
  867. "src/core/transport/chttp2/gen_hpack_tables.c"
  868. ],
  869. "deps": [
  870. "grpc_test_util",
  871. "gpr",
  872. "grpc"
  873. ]
  874. },
  875. {
  876. "name": "gpr_cancellable_test",
  877. "build": "test",
  878. "language": "c",
  879. "src": [
  880. "test/core/support/cancellable_test.c"
  881. ],
  882. "deps": [
  883. "gpr_test_util",
  884. "gpr"
  885. ]
  886. },
  887. {
  888. "name": "gpr_cmdline_test",
  889. "build": "test",
  890. "language": "c",
  891. "src": [
  892. "test/core/support/cmdline_test.c"
  893. ],
  894. "deps": [
  895. "gpr_test_util",
  896. "gpr"
  897. ]
  898. },
  899. {
  900. "name": "gpr_env_test",
  901. "build": "test",
  902. "language": "c",
  903. "src": [
  904. "test/core/support/env_test.c"
  905. ],
  906. "deps": [
  907. "gpr_test_util",
  908. "gpr"
  909. ]
  910. },
  911. {
  912. "name": "gpr_file_test",
  913. "build": "test",
  914. "language": "c",
  915. "src": [
  916. "test/core/support/file_test.c"
  917. ],
  918. "deps": [
  919. "gpr_test_util",
  920. "gpr"
  921. ]
  922. },
  923. {
  924. "name": "gpr_histogram_test",
  925. "build": "test",
  926. "language": "c",
  927. "src": [
  928. "test/core/support/histogram_test.c"
  929. ],
  930. "deps": [
  931. "gpr_test_util",
  932. "gpr"
  933. ]
  934. },
  935. {
  936. "name": "gpr_host_port_test",
  937. "build": "test",
  938. "language": "c",
  939. "src": [
  940. "test/core/support/host_port_test.c"
  941. ],
  942. "deps": [
  943. "gpr_test_util",
  944. "gpr"
  945. ]
  946. },
  947. {
  948. "name": "gpr_log_test",
  949. "build": "test",
  950. "language": "c",
  951. "src": [
  952. "test/core/support/log_test.c"
  953. ],
  954. "deps": [
  955. "gpr_test_util",
  956. "gpr"
  957. ]
  958. },
  959. {
  960. "name": "gpr_slice_buffer_test",
  961. "build": "test",
  962. "language": "c",
  963. "src": [
  964. "test/core/support/slice_buffer_test.c"
  965. ],
  966. "deps": [
  967. "gpr_test_util",
  968. "gpr"
  969. ]
  970. },
  971. {
  972. "name": "gpr_slice_test",
  973. "build": "test",
  974. "language": "c",
  975. "src": [
  976. "test/core/support/slice_test.c"
  977. ],
  978. "deps": [
  979. "gpr_test_util",
  980. "gpr"
  981. ]
  982. },
  983. {
  984. "name": "gpr_string_test",
  985. "build": "test",
  986. "language": "c",
  987. "src": [
  988. "test/core/support/string_test.c"
  989. ],
  990. "deps": [
  991. "gpr_test_util",
  992. "gpr"
  993. ]
  994. },
  995. {
  996. "name": "gpr_sync_test",
  997. "build": "test",
  998. "language": "c",
  999. "src": [
  1000. "test/core/support/sync_test.c"
  1001. ],
  1002. "deps": [
  1003. "gpr_test_util",
  1004. "gpr"
  1005. ]
  1006. },
  1007. {
  1008. "name": "gpr_thd_test",
  1009. "build": "test",
  1010. "language": "c",
  1011. "src": [
  1012. "test/core/support/thd_test.c"
  1013. ],
  1014. "deps": [
  1015. "gpr_test_util",
  1016. "gpr"
  1017. ]
  1018. },
  1019. {
  1020. "name": "gpr_time_test",
  1021. "build": "test",
  1022. "language": "c",
  1023. "src": [
  1024. "test/core/support/time_test.c"
  1025. ],
  1026. "deps": [
  1027. "gpr_test_util",
  1028. "gpr"
  1029. ]
  1030. },
  1031. {
  1032. "name": "gpr_useful_test",
  1033. "build": "test",
  1034. "language": "c",
  1035. "src": [
  1036. "test/core/support/useful_test.c"
  1037. ],
  1038. "deps": [
  1039. "gpr_test_util",
  1040. "gpr"
  1041. ]
  1042. },
  1043. {
  1044. "name": "grpc_base64_test",
  1045. "build": "test",
  1046. "language": "c",
  1047. "src": [
  1048. "test/core/security/base64_test.c"
  1049. ],
  1050. "deps": [
  1051. "grpc_test_util",
  1052. "grpc",
  1053. "gpr_test_util",
  1054. "gpr"
  1055. ]
  1056. },
  1057. {
  1058. "name": "grpc_byte_buffer_reader_test",
  1059. "build": "test",
  1060. "language": "c",
  1061. "src": [
  1062. "test/core/surface/byte_buffer_reader_test.c"
  1063. ],
  1064. "deps": [
  1065. "grpc_test_util",
  1066. "grpc",
  1067. "gpr_test_util",
  1068. "gpr"
  1069. ]
  1070. },
  1071. {
  1072. "name": "grpc_channel_stack_test",
  1073. "build": "test",
  1074. "language": "c",
  1075. "src": [
  1076. "test/core/channel/channel_stack_test.c"
  1077. ],
  1078. "deps": [
  1079. "grpc_test_util",
  1080. "grpc",
  1081. "gpr_test_util",
  1082. "gpr"
  1083. ]
  1084. },
  1085. {
  1086. "name": "grpc_completion_queue_benchmark",
  1087. "build": "benchmark",
  1088. "language": "c",
  1089. "src": [
  1090. "test/core/surface/completion_queue_benchmark.c"
  1091. ],
  1092. "deps": [
  1093. "grpc_test_util",
  1094. "grpc",
  1095. "gpr_test_util",
  1096. "gpr"
  1097. ]
  1098. },
  1099. {
  1100. "name": "grpc_completion_queue_test",
  1101. "build": "test",
  1102. "language": "c",
  1103. "src": [
  1104. "test/core/surface/completion_queue_test.c"
  1105. ],
  1106. "deps": [
  1107. "grpc_test_util",
  1108. "grpc",
  1109. "gpr_test_util",
  1110. "gpr"
  1111. ]
  1112. },
  1113. {
  1114. "name": "grpc_credentials_test",
  1115. "build": "test",
  1116. "language": "c",
  1117. "src": [
  1118. "test/core/security/credentials_test.c"
  1119. ],
  1120. "deps": [
  1121. "grpc_test_util",
  1122. "grpc",
  1123. "gpr_test_util",
  1124. "gpr"
  1125. ]
  1126. },
  1127. {
  1128. "name": "grpc_fetch_oauth2",
  1129. "build": "tool",
  1130. "language": "c",
  1131. "src": [
  1132. "test/core/security/fetch_oauth2.c"
  1133. ],
  1134. "deps": [
  1135. "grpc_test_util",
  1136. "grpc",
  1137. "gpr_test_util",
  1138. "gpr"
  1139. ]
  1140. },
  1141. {
  1142. "name": "grpc_json_token_test",
  1143. "build": "test",
  1144. "language": "c",
  1145. "src": [
  1146. "test/core/security/json_token_test.c"
  1147. ],
  1148. "deps": [
  1149. "grpc_test_util",
  1150. "grpc",
  1151. "gpr_test_util",
  1152. "gpr"
  1153. ]
  1154. },
  1155. {
  1156. "name": "grpc_stream_op_test",
  1157. "build": "test",
  1158. "language": "c",
  1159. "src": [
  1160. "test/core/transport/stream_op_test.c"
  1161. ],
  1162. "deps": [
  1163. "grpc_test_util",
  1164. "grpc",
  1165. "gpr_test_util",
  1166. "gpr"
  1167. ]
  1168. },
  1169. {
  1170. "name": "hpack_parser_test",
  1171. "build": "test",
  1172. "language": "c",
  1173. "src": [
  1174. "test/core/transport/chttp2/hpack_parser_test.c"
  1175. ],
  1176. "deps": [
  1177. "grpc_test_util",
  1178. "grpc",
  1179. "gpr_test_util",
  1180. "gpr"
  1181. ]
  1182. },
  1183. {
  1184. "name": "hpack_table_test",
  1185. "build": "test",
  1186. "language": "c",
  1187. "src": [
  1188. "test/core/transport/chttp2/hpack_table_test.c"
  1189. ],
  1190. "deps": [
  1191. "grpc_test_util",
  1192. "grpc",
  1193. "gpr_test_util",
  1194. "gpr"
  1195. ]
  1196. },
  1197. {
  1198. "name": "httpcli_format_request_test",
  1199. "build": "test",
  1200. "language": "c",
  1201. "src": [
  1202. "test/core/httpcli/format_request_test.c"
  1203. ],
  1204. "deps": [
  1205. "grpc_test_util",
  1206. "grpc",
  1207. "gpr_test_util",
  1208. "gpr"
  1209. ]
  1210. },
  1211. {
  1212. "name": "httpcli_parser_test",
  1213. "build": "test",
  1214. "language": "c",
  1215. "src": [
  1216. "test/core/httpcli/parser_test.c"
  1217. ],
  1218. "deps": [
  1219. "grpc_test_util",
  1220. "grpc",
  1221. "gpr_test_util",
  1222. "gpr"
  1223. ]
  1224. },
  1225. {
  1226. "name": "httpcli_test",
  1227. "build": "test",
  1228. "language": "c",
  1229. "src": [
  1230. "test/core/httpcli/httpcli_test.c"
  1231. ],
  1232. "deps": [
  1233. "grpc_test_util",
  1234. "grpc",
  1235. "gpr_test_util",
  1236. "gpr"
  1237. ]
  1238. },
  1239. {
  1240. "name": "json_rewrite",
  1241. "build": "test",
  1242. "language": "c",
  1243. "src": [
  1244. "test/core/json/json_rewrite.c"
  1245. ],
  1246. "deps": [
  1247. "grpc",
  1248. "gpr"
  1249. ],
  1250. "run": false
  1251. },
  1252. {
  1253. "name": "json_rewrite_test",
  1254. "build": "test",
  1255. "language": "c",
  1256. "src": [
  1257. "test/core/json/json_rewrite_test.c"
  1258. ],
  1259. "deps": [
  1260. "grpc_test_util",
  1261. "grpc",
  1262. "gpr_test_util",
  1263. "gpr"
  1264. ],
  1265. "run": false
  1266. },
  1267. {
  1268. "name": "json_test",
  1269. "build": "test",
  1270. "language": "c",
  1271. "src": [
  1272. "test/core/json/json_test.c"
  1273. ],
  1274. "deps": [
  1275. "grpc_test_util",
  1276. "grpc",
  1277. "gpr_test_util",
  1278. "gpr"
  1279. ]
  1280. },
  1281. {
  1282. "name": "lame_client_test",
  1283. "build": "test",
  1284. "language": "c",
  1285. "src": [
  1286. "test/core/surface/lame_client_test.c"
  1287. ],
  1288. "deps": [
  1289. "grpc_test_util",
  1290. "grpc",
  1291. "gpr_test_util",
  1292. "gpr"
  1293. ]
  1294. },
  1295. {
  1296. "name": "low_level_ping_pong_benchmark",
  1297. "build": "benchmark",
  1298. "language": "c",
  1299. "src": [
  1300. "test/core/network_benchmarks/low_level_ping_pong.c"
  1301. ],
  1302. "deps": [
  1303. "grpc_test_util",
  1304. "grpc",
  1305. "gpr_test_util",
  1306. "gpr"
  1307. ]
  1308. },
  1309. {
  1310. "name": "message_compress_test",
  1311. "build": "test",
  1312. "language": "c",
  1313. "src": [
  1314. "test/core/compression/message_compress_test.c"
  1315. ],
  1316. "deps": [
  1317. "grpc_test_util",
  1318. "grpc",
  1319. "gpr_test_util",
  1320. "gpr"
  1321. ]
  1322. },
  1323. {
  1324. "name": "metadata_buffer_test",
  1325. "build": "test",
  1326. "language": "c",
  1327. "src": [
  1328. "test/core/channel/metadata_buffer_test.c"
  1329. ],
  1330. "deps": [
  1331. "grpc_test_util",
  1332. "grpc",
  1333. "gpr_test_util",
  1334. "gpr"
  1335. ]
  1336. },
  1337. {
  1338. "name": "murmur_hash_test",
  1339. "build": "test",
  1340. "language": "c",
  1341. "src": [
  1342. "test/core/support/murmur_hash_test.c"
  1343. ],
  1344. "deps": [
  1345. "gpr_test_util",
  1346. "gpr"
  1347. ]
  1348. },
  1349. {
  1350. "name": "no_server_test",
  1351. "build": "test",
  1352. "language": "c",
  1353. "src": [
  1354. "test/core/end2end/no_server_test.c"
  1355. ],
  1356. "deps": [
  1357. "grpc_test_util",
  1358. "grpc",
  1359. "gpr_test_util",
  1360. "gpr"
  1361. ]
  1362. },
  1363. {
  1364. "name": "poll_kick_posix_test",
  1365. "build": "test",
  1366. "language": "c",
  1367. "src": [
  1368. "test/core/iomgr/poll_kick_posix_test.c"
  1369. ],
  1370. "deps": [
  1371. "grpc_test_util",
  1372. "grpc",
  1373. "gpr_test_util",
  1374. "gpr"
  1375. ]
  1376. },
  1377. {
  1378. "name": "resolve_address_test",
  1379. "build": "test",
  1380. "language": "c",
  1381. "src": [
  1382. "test/core/iomgr/resolve_address_test.c"
  1383. ],
  1384. "deps": [
  1385. "grpc_test_util",
  1386. "grpc",
  1387. "gpr_test_util",
  1388. "gpr"
  1389. ]
  1390. },
  1391. {
  1392. "name": "secure_endpoint_test",
  1393. "build": "test",
  1394. "language": "c",
  1395. "src": [
  1396. "test/core/security/secure_endpoint_test.c"
  1397. ],
  1398. "deps": [
  1399. "grpc_test_util",
  1400. "grpc",
  1401. "gpr_test_util",
  1402. "gpr"
  1403. ]
  1404. },
  1405. {
  1406. "name": "sockaddr_utils_test",
  1407. "build": "test",
  1408. "language": "c",
  1409. "src": [
  1410. "test/core/iomgr/sockaddr_utils_test.c"
  1411. ],
  1412. "deps": [
  1413. "grpc_test_util",
  1414. "grpc",
  1415. "gpr_test_util",
  1416. "gpr"
  1417. ]
  1418. },
  1419. {
  1420. "name": "tcp_client_posix_test",
  1421. "build": "test",
  1422. "language": "c",
  1423. "src": [
  1424. "test/core/iomgr/tcp_client_posix_test.c"
  1425. ],
  1426. "deps": [
  1427. "grpc_test_util",
  1428. "grpc",
  1429. "gpr_test_util",
  1430. "gpr"
  1431. ]
  1432. },
  1433. {
  1434. "name": "tcp_posix_test",
  1435. "build": "test",
  1436. "language": "c",
  1437. "src": [
  1438. "test/core/iomgr/tcp_posix_test.c"
  1439. ],
  1440. "deps": [
  1441. "grpc_test_util",
  1442. "grpc",
  1443. "gpr_test_util",
  1444. "gpr"
  1445. ]
  1446. },
  1447. {
  1448. "name": "tcp_server_posix_test",
  1449. "build": "test",
  1450. "language": "c",
  1451. "src": [
  1452. "test/core/iomgr/tcp_server_posix_test.c"
  1453. ],
  1454. "deps": [
  1455. "grpc_test_util",
  1456. "grpc",
  1457. "gpr_test_util",
  1458. "gpr"
  1459. ]
  1460. },
  1461. {
  1462. "name": "time_averaged_stats_test",
  1463. "build": "test",
  1464. "language": "c",
  1465. "src": [
  1466. "test/core/iomgr/time_averaged_stats_test.c"
  1467. ],
  1468. "deps": [
  1469. "grpc_test_util",
  1470. "grpc",
  1471. "gpr_test_util",
  1472. "gpr"
  1473. ]
  1474. },
  1475. {
  1476. "name": "time_test",
  1477. "build": "test",
  1478. "language": "c",
  1479. "src": [
  1480. "test/core/support/time_test.c"
  1481. ],
  1482. "deps": [
  1483. "grpc_test_util",
  1484. "grpc",
  1485. "gpr_test_util",
  1486. "gpr"
  1487. ]
  1488. },
  1489. {
  1490. "name": "timeout_encoding_test",
  1491. "build": "test",
  1492. "language": "c",
  1493. "src": [
  1494. "test/core/transport/chttp2/timeout_encoding_test.c"
  1495. ],
  1496. "deps": [
  1497. "grpc_test_util",
  1498. "grpc",
  1499. "gpr_test_util",
  1500. "gpr"
  1501. ]
  1502. },
  1503. {
  1504. "name": "transport_metadata_test",
  1505. "build": "test",
  1506. "language": "c",
  1507. "src": [
  1508. "test/core/transport/metadata_test.c"
  1509. ],
  1510. "deps": [
  1511. "grpc_test_util",
  1512. "grpc",
  1513. "gpr_test_util",
  1514. "gpr"
  1515. ]
  1516. },
  1517. {
  1518. "name": "channel_arguments_test",
  1519. "build": "test",
  1520. "language": "c++",
  1521. "src": [
  1522. "test/cpp/client/channel_arguments_test.cc"
  1523. ],
  1524. "deps": [
  1525. "grpc++",
  1526. "grpc",
  1527. "gpr"
  1528. ]
  1529. },
  1530. {
  1531. "name": "cpp_plugin",
  1532. "build": "protoc",
  1533. "language": "c++",
  1534. "headers": [
  1535. "src/compiler/cpp_generator.h",
  1536. "src/compiler/cpp_generator_helpers.h"
  1537. ],
  1538. "src": [
  1539. "src/compiler/cpp_generator.cc",
  1540. "src/compiler/cpp_plugin.cc"
  1541. ],
  1542. "deps": [],
  1543. "secure": false
  1544. },
  1545. {
  1546. "name": "credentials_test",
  1547. "build": "test",
  1548. "language": "c++",
  1549. "src": [
  1550. "test/cpp/client/credentials_test.cc"
  1551. ],
  1552. "deps": [
  1553. "grpc++",
  1554. "grpc",
  1555. "gpr"
  1556. ]
  1557. },
  1558. {
  1559. "name": "end2end_test",
  1560. "build": "test",
  1561. "language": "c++",
  1562. "src": [
  1563. "test/cpp/end2end/end2end_test.cc"
  1564. ],
  1565. "deps": [
  1566. "grpc++_test_util",
  1567. "grpc_test_util",
  1568. "grpc++",
  1569. "grpc",
  1570. "gpr_test_util",
  1571. "gpr"
  1572. ]
  1573. },
  1574. {
  1575. "name": "interop_client",
  1576. "build": "test",
  1577. "language": "c++",
  1578. "src": [
  1579. "test/cpp/interop/empty.proto",
  1580. "test/cpp/interop/messages.proto",
  1581. "test/cpp/interop/test.proto",
  1582. "test/cpp/interop/client.cc"
  1583. ],
  1584. "deps": [
  1585. "grpc++_test_util",
  1586. "grpc_test_util",
  1587. "grpc++",
  1588. "grpc",
  1589. "gpr_test_util",
  1590. "gpr"
  1591. ],
  1592. "run": false
  1593. },
  1594. {
  1595. "name": "interop_server",
  1596. "build": "test",
  1597. "language": "c++",
  1598. "src": [
  1599. "test/cpp/interop/empty.proto",
  1600. "test/cpp/interop/messages.proto",
  1601. "test/cpp/interop/test.proto",
  1602. "test/cpp/interop/server.cc"
  1603. ],
  1604. "deps": [
  1605. "grpc++_test_util",
  1606. "grpc_test_util",
  1607. "grpc++",
  1608. "grpc",
  1609. "gpr_test_util",
  1610. "gpr"
  1611. ],
  1612. "run": false
  1613. },
  1614. {
  1615. "name": "qps_client",
  1616. "build": "test",
  1617. "language": "c++",
  1618. "src": [
  1619. "test/cpp/qps/qpstest.proto",
  1620. "test/cpp/qps/client.cc"
  1621. ],
  1622. "deps": [
  1623. "grpc++_test_util",
  1624. "grpc_test_util",
  1625. "grpc++",
  1626. "grpc",
  1627. "gpr_test_util",
  1628. "gpr"
  1629. ]
  1630. },
  1631. {
  1632. "name": "qps_server",
  1633. "build": "test",
  1634. "language": "c++",
  1635. "src": [
  1636. "test/cpp/qps/qpstest.proto",
  1637. "test/cpp/qps/server.cc"
  1638. ],
  1639. "deps": [
  1640. "grpc++_test_util",
  1641. "grpc_test_util",
  1642. "grpc++",
  1643. "grpc",
  1644. "gpr_test_util",
  1645. "gpr"
  1646. ]
  1647. },
  1648. {
  1649. "name": "ruby_plugin",
  1650. "build": "protoc",
  1651. "language": "c++",
  1652. "headers": [
  1653. "src/compiler/cpp_generator.h",
  1654. "src/compiler/cpp_generator_helpers-inl.h",
  1655. "src/compiler/cpp_generator_map-inl.h",
  1656. "src/compiler/cpp_generator_string-inl.h"
  1657. ],
  1658. "src": [
  1659. "src/compiler/ruby_generator.cc",
  1660. "src/compiler/ruby_plugin.cc"
  1661. ],
  1662. "deps": [],
  1663. "secure": false
  1664. },
  1665. {
  1666. "name": "status_test",
  1667. "build": "test",
  1668. "language": "c++",
  1669. "src": [
  1670. "test/cpp/util/status_test.cc"
  1671. ],
  1672. "deps": [
  1673. "grpc_test_util",
  1674. "grpc++",
  1675. "grpc",
  1676. "gpr_test_util",
  1677. "gpr"
  1678. ]
  1679. },
  1680. {
  1681. "name": "sync_client_async_server_test",
  1682. "build": "test",
  1683. "language": "c++",
  1684. "src": [
  1685. "test/cpp/end2end/sync_client_async_server_test.cc"
  1686. ],
  1687. "deps": [
  1688. "grpc++_test_util",
  1689. "grpc_test_util",
  1690. "grpc++",
  1691. "grpc",
  1692. "gpr_test_util",
  1693. "gpr"
  1694. ]
  1695. },
  1696. {
  1697. "name": "thread_pool_test",
  1698. "build": "test",
  1699. "language": "c++",
  1700. "src": [
  1701. "test/cpp/server/thread_pool_test.cc"
  1702. ],
  1703. "deps": [
  1704. "grpc_test_util",
  1705. "grpc++",
  1706. "grpc",
  1707. "gpr_test_util",
  1708. "gpr"
  1709. ]
  1710. },
  1711. {
  1712. "name": "tips_client",
  1713. "build": "test",
  1714. "language": "c++",
  1715. "src": [
  1716. "examples/tips/main.cc"
  1717. ],
  1718. "deps": [
  1719. "tips_client_lib",
  1720. "grpc++_test_util",
  1721. "grpc_test_util",
  1722. "grpc++",
  1723. "grpc",
  1724. "gpr_test_util",
  1725. "gpr"
  1726. ],
  1727. "run": false
  1728. },
  1729. {
  1730. "name": "tips_publisher_test",
  1731. "build": "test",
  1732. "language": "c++",
  1733. "src": [
  1734. "examples/tips/publisher_test.cc"
  1735. ],
  1736. "deps": [
  1737. "tips_client_lib",
  1738. "grpc++_test_util",
  1739. "grpc_test_util",
  1740. "grpc++",
  1741. "grpc",
  1742. "gpr_test_util",
  1743. "gpr"
  1744. ]
  1745. },
  1746. {
  1747. "name": "tips_subscriber_test",
  1748. "build": "test",
  1749. "language": "c++",
  1750. "src": [
  1751. "examples/tips/subscriber_test.cc"
  1752. ],
  1753. "deps": [
  1754. "tips_client_lib",
  1755. "grpc++_test_util",
  1756. "grpc_test_util",
  1757. "grpc++",
  1758. "grpc",
  1759. "gpr_test_util",
  1760. "gpr"
  1761. ]
  1762. }
  1763. ]
  1764. }