build.json 33 KB

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