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
52
53
54
55
56
57
58
59
60
|
{ "subobject":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["subobject"]
, "hdrs": ["subobject.hpp"]
, "srcs": ["subobject.cpp"]
, "deps":
[ ["src/buildtool/common", "common"]
, ["src/buildtool/execution_api/common", "api_bundle"]
]
, "private-deps":
[ ["@", "gsl", "", "gsl"]
, ["src/buildtool/common", "bazel_types"]
, ["src/buildtool/common", "protocol_traits"]
, ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
, ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/file_system", "git_repo"]
, ["src/buildtool/file_system", "object_type"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
]
, "stage": ["src", "buildtool", "execution_api", "utils"]
}
, "outputscheck":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["outputscheck"]
, "hdrs": ["outputscheck.hpp"]
, "deps":
[ ["@", "protoc", "", "libprotobuf"]
, ["src/buildtool/common", "bazel_types"]
]
, "stage": ["src", "buildtool", "execution_api", "utils"]
}
, "rehash_utils":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["utils"]
, "hdrs": ["rehash_utils.hpp"]
, "srcs": ["rehash_utils.cpp"]
, "deps":
[ ["@", "gsl", "", "gsl"]
, ["src/buildtool/common", "common"]
, ["src/buildtool/common", "config"]
, ["src/buildtool/common", "protocol_traits"]
, ["src/buildtool/execution_api/common", "api_bundle"]
, ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/file_system", "object_type"]
, ["src/buildtool/storage", "config"]
, ["src/utils/cpp", "expected"]
]
, "stage": ["src", "buildtool", "execution_api", "utils"]
, "private-deps":
[ ["@", "fmt", "", "fmt"]
, ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/storage", "fs_utils"]
, ["src/buildtool/storage", "storage"]
]
}
}
|