1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
{ "common":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["common"]
, "hdrs":
[ "execution_common.hpp"
, "execution_api.hpp"
, "execution_action.hpp"
, "execution_response.hpp"
]
, "srcs": ["execution_api.cpp"]
, "deps":
[ ["@", "gsl", "", "gsl"]
, ["src/buildtool/common", "common"]
, ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/execution_api/bazel_msg", "bazel_msg"]
, ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/file_system", "object_type"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
, ["src/utils/cpp", "gsl"]
, ["src/utils/cpp", "hex_string"]
]
, "stage": ["src", "buildtool", "execution_api", "common"]
}
, "bytestream-common":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["bytestream-common"]
, "hdrs": ["bytestream_common.hpp"]
, "stage": ["src", "buildtool", "execution_api", "common"]
}
, "create_execution_api":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["create_execution_api"]
, "hdrs": ["create_execution_api.hpp"]
, "stage": ["src", "buildtool", "execution_api", "common"]
, "deps":
[ ["src/buildtool/common", "config"]
, ["src/buildtool/common/remote", "remote_common"]
, ["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"]
}
}
|