build.json 38 KB

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