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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
{ "config":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["config"]
, "hdrs": ["config.hpp"]
, "deps":
[ ["src/buildtool/common", "common"]
, ["src/buildtool/execution_api/remote", "config"]
, ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
, ["src/buildtool/compatibility", "compatibility"]
, ["src/buildtool/file_system", "object_type"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/logging", "logging"]
, ["src/buildtool/logging", "log_level"]
, ["src/utils/cpp", "gsl"]
, ["src/utils/cpp", "tmp_dir"]
]
, "stage": ["src", "buildtool", "storage"]
}
, "storage":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["storage"]
, "hdrs":
[ "storage.hpp"
, "local_cas.hpp"
, "local_cas.tpp"
, "local_ac.hpp"
, "local_ac.tpp"
, "target_cache.hpp"
, "target_cache.tpp"
, "target_cache_key.hpp"
, "target_cache_entry.hpp"
, "garbage_collector.hpp"
, "large_object_cas.hpp"
, "large_object_cas.tpp"
, "compactifier.hpp"
]
, "private-hdrs": ["compactification_task.hpp"]
, "srcs":
[ "target_cache_key.cpp"
, "target_cache_entry.cpp"
, "garbage_collector.cpp"
, "compactifier.cpp"
, "compactification_task.cpp"
]
, "deps":
[ "config"
, "file_chunker"
, ["src/buildtool/common", "common"]
, ["src/buildtool/file_system", "file_storage"]
, ["src/buildtool/file_system", "object_cas"]
, ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/build_engine/analysed_target", "target"]
, ["src/buildtool/build_engine/base_maps", "entity_name_data"]
, ["src/buildtool/build_engine/expression", "expression"]
, ["src/utils/cpp", "file_locking"]
, ["src/utils/cpp", "gsl"]
, ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
, ["@", "fmt", "", "fmt"]
, ["src/buildtool/file_system", "object_type"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
, ["src/buildtool/logging", "logging"]
, ["src/buildtool/common", "bazel_types"]
, ["src/buildtool/file_system", "git_repo"]
, ["src/buildtool/common", "artifact_description"]
, ["src/buildtool/compatibility", "compatibility"]
]
, "stage": ["src", "buildtool", "storage"]
, "private-deps":
[ ["src/buildtool/execution_api/remote", "config"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/execution_api/common", "message_limits"]
, ["src/buildtool/multithreading", "task_system"]
]
}
, "fs_utils":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["fs_utils"]
, "hdrs": ["fs_utils.hpp"]
, "srcs": ["fs_utils.cpp"]
, "deps":
[ ["src/buildtool/common", "user_structs"]
, ["src/buildtool/file_system/symlinks_map", "pragma_special"]
]
, "stage": ["src", "buildtool", "storage"]
, "private-deps":
[ ["@", "json", "", "json"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
, ["src/utils/cpp", "path"]
, "config"
, "storage"
]
}
, "file_chunker":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["file_chunker"]
, "hdrs": ["file_chunker.hpp"]
, "srcs": ["file_chunker.cpp"]
, "stage": ["src", "buildtool", "storage"]
, "private-deps": [["@", "gsl", "", "gsl"]]
}
}
|