1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{ "git_ops_types":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["git_ops_types"]
, "hdrs": ["git_ops_types.hpp"]
, "deps":
[["src/buildtool/file_system", "git_cas"], ["src/utils/cpp", "path"]]
, "stage": ["src", "other_tools", "git_operations"]
}
, "git_operations":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["git_operations"]
, "hdrs": ["git_operations.hpp"]
, "srcs": ["git_operations.cpp"]
, "deps":
[["src/buildtool/multithreading", "async_map_consumer"], "git_ops_types"]
, "stage": ["src", "other_tools", "git_operations"]
, "private-deps":
[ ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/file_system", "git_repo"]
, ["src/buildtool/logging", "logging"]
]
}
}
|