build.json 41 KB

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