build.json 33 KB

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