{ "client_common": { "type": ["@", "rules", "CC", "library"] , "name": ["client_common"] , "hdrs": ["client_common.hpp"] , "deps": [ ["@", "grpc", "", "grpc++"] , ["src/buildtool/auth", "auth"] , ["src/buildtool/common", "common"] , "port" , ["src/buildtool/logging", "logging"] ] , "stage": ["src", "buildtool", "common", "remote"] } , "port": { "type": ["@", "rules", "CC", "library"] , "name": ["port"] , "hdrs": ["port.hpp"] , "deps": [ ["@", "gsl", "", "gsl"] , ["src/buildtool/logging", "logging"] , ["src/utils/cpp", "type_safe_arithmetic"] ] , "stage": ["src", "buildtool", "common", "remote"] } , "remote_common": { "type": ["@", "rules", "CC", "library"] , "name": ["remote_common"] , "hdrs": ["remote_common.hpp"] , "deps": [["@", "fmt", "", "fmt"], ["@", "json", "", "json"], "port"] , "stage": ["src", "buildtool", "common", "remote"] } , "retry_parameters": { "type": ["@", "rules", "CC", "library"] , "name": ["retry_parameters"] , "hdrs": ["retry_parameters.hpp"] , "deps": [["src/buildtool/logging", "logging"]] , "stage": ["src", "buildtool", "common", "remote"] } , "retry": { "type": ["@", "rules", "CC", "library"] , "name": ["retry"] , "hdrs": ["retry.hpp"] , "deps": [ ["src/buildtool/logging", "logging"] , ["@", "grpc", "", "grpc++"] , "retry_parameters" ] , "stage": ["src", "buildtool", "common", "remote"] } }