build.json 34 KB

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