1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{ "common":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["common"]
, "hdrs":
[ "execution_common.hpp"
, "execution_api.hpp"
, "execution_action.hpp"
, "execution_response.hpp"
]
, "deps":
[ ["@", "gsl-lite", "", "gsl-lite"]
, ["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/utils/cpp", "hex_string"]
, ["src/buildtool/logging", "logging"]
]
, "stage": ["src", "buildtool", "execution_api", "common"]
, "private-deps": [["src/buildtool/file_system", "object_type"]]
}
}
|