{ "common": { "type": ["@", "rules", "CC", "library"] , "name": ["common"] , "hdrs": [ "execution_common.hpp" , "execution_api.hpp" , "execution_action.hpp" , "execution_response.hpp" , "tree_reader.hpp" , "tree_reader_utils.hpp" , "stream_dumper.hpp" ] , "srcs": ["tree_reader_utils.cpp"] , "deps": [ "artifact_blob_container" , ["@", "gsl", "", "gsl"] , ["src/buildtool/common", "common"] , ["src/buildtool/common", "protocol_traits"] , ["src/buildtool/crypto", "hash_function"] , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"] , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/logging", "log_level"] , ["src/buildtool/logging", "logging"] , ["src/utils/cpp", "expected"] , ["src/utils/cpp", "gsl"] , ["src/utils/cpp", "hex_string"] , ["src/buildtool/file_system", "git_repo"] , ["src/buildtool/execution_engine/dag", "dag"] ] , "private-deps": [["src/buildtool/common", "artifact_digest_factory"]] , "stage": ["src", "buildtool", "execution_api", "common"] } , "bytestream_utils": { "type": ["@", "rules", "CC", "library"] , "name": ["bytestream_utils"] , "hdrs": ["bytestream_utils.hpp"] , "srcs": ["bytestream_utils.cpp"] , "private-deps": [["@", "fmt", "", "fmt"], ["src/buildtool/common", "bazel_types"]] , "stage": ["src", "buildtool", "execution_api", "common"] } , "api_bundle": { "type": ["@", "rules", "CC", "library"] , "name": ["api_bundle"] , "hdrs": ["api_bundle.hpp"] , "srcs": ["api_bundle.cpp"] , "stage": ["src", "buildtool", "execution_api", "common"] , "deps": [ "common" , ["src/buildtool/common", "config"] , ["src/buildtool/execution_api/local", "context"] , ["src/buildtool/execution_api/remote", "context"] , ["src/buildtool/crypto", "hash_function"] ] , "private-deps": [ ["src/buildtool/execution_api/bazel_msg", "bazel_msg"] , ["src/buildtool/execution_api/local", "local"] , ["src/buildtool/execution_api/remote", "bazel"] ] } , "message_limits": { "type": ["@", "rules", "CC", "library"] , "name": ["message_limits"] , "hdrs": ["message_limits.hpp"] , "deps": [["@", "grpc", "", "grpc++"]] , "stage": ["src", "buildtool", "execution_api", "common"] } , "common_api": { "type": ["@", "rules", "CC", "library"] , "name": ["common_api"] , "hdrs": ["common_api.hpp"] , "srcs": ["common_api.cpp"] , "deps": [ "common" , "blob_tree" , "content_blob_container" , "message_limits" , ["@", "gsl", "", "gsl"] , ["src/buildtool/common", "common"] , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"] , ["src/buildtool/execution_api/bazel_msg", "directory_tree"] , ["src/buildtool/logging", "logging"] , ["src/buildtool/logging", "log_level"] ] , "stage": ["src", "buildtool", "execution_api", "common"] , "private-deps": [["@", "fmt", "", "fmt"]] } , "blob_tree": { "type": ["@", "rules", "CC", "library"] , "name": ["blob_tree"] , "hdrs": ["blob_tree.hpp"] , "srcs": ["blob_tree.cpp"] , "deps": [ "common" , "artifact_blob_container" , ["src/buildtool/execution_api/bazel_msg", "directory_tree"] , ["@", "gsl", "", "gsl"] ] , "private-deps": [ ["src/buildtool/file_system", "git_repo"] , ["src/buildtool/file_system", "object_type"] , ["src/utils/cpp", "hex_string"] , ["src/buildtool/common", "common"] , ["src/buildtool/common", "artifact_digest_factory"] , ["src/buildtool/crypto", "hash_function"] ] , "stage": ["src", "buildtool", "execution_api", "common"] } , "content_blob_container": { "type": ["@", "rules", "CC", "library"] , "name": ["content_blob_container"] , "hdrs": ["content_blob_container.hpp"] , "deps": [["src/utils/cpp", "transformed_range"], ["@", "gsl", "", "gsl"]] , "stage": ["src", "buildtool", "execution_api", "common"] } , "artifact_blob_container": { "type": ["@", "rules", "CC", "library"] , "name": ["artifact_blob_container"] , "hdrs": ["artifact_blob_container.hpp"] , "deps": ["content_blob_container", ["src/buildtool/common", "common"]] , "stage": ["src", "buildtool", "execution_api", "common"] } }