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
|
{ "bazel_msg":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["bazel_msg"]
, "hdrs": ["bazel_blob_container.hpp", "bazel_common.hpp"]
, "deps":
[ ["src/buildtool/common", "common"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/common", "bazel_types"]
, ["src/buildtool/execution_api/common", "content_blob_container"]
]
, "stage": ["src", "buildtool", "execution_api", "bazel_msg"]
, "private-deps":
[ ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/file_system", "git_cas"]
, ["src/utils/cpp", "gsl"]
]
}
, "bazel_msg_factory":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["bazel_msg_factory"]
, "hdrs": ["bazel_msg_factory.hpp"]
, "srcs": ["bazel_msg_factory.cpp"]
, "deps":
[ "bazel_msg"
, "directory_tree"
, ["src/buildtool/common", "common"]
, ["src/buildtool/execution_engine/dag", "dag"]
, ["src/buildtool/common", "bazel_types"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
, ["@", "gsl", "", "gsl"]
]
, "private-deps":
[ ["src/buildtool/compatibility", "compatibility"]
, ["src/utils/cpp", "hex_string"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/file_system", "git_repo"]
]
, "stage": ["src", "buildtool", "execution_api", "bazel_msg"]
}
, "directory_tree":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["directory_tree"]
, "hdrs": ["directory_tree.hpp"]
, "srcs": ["directory_tree.cpp"]
, "deps":
[ ["@", "gsl", "", "gsl"]
, ["src/buildtool/common", "common"]
, ["src/buildtool/execution_engine/dag", "dag"]
]
, "private-deps":
[ ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
]
, "stage": ["src", "buildtool", "execution_api", "bazel_msg"]
}
}
|