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
|
{ "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":
["git_ops_types", ["src/buildtool/multithreading", "async_map_consumer"]]
, "stage": ["src", "other_tools", "git_operations"]
, "private-deps":
[ "git_repo_remote"
, ["@", "fmt", "", "fmt"]
, ["src/buildtool/file_system", "file_system_manager"]
]
}
, "git_repo_remote":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["git_repo_remote"]
, "hdrs": ["git_repo_remote.hpp"]
, "srcs": ["git_repo_remote.cpp"]
, "deps":
[ ["src/buildtool/file_system", "git_cas"]
, ["src/buildtool/file_system", "git_repo"]
, ["src/buildtool/file_system", "git_utils"]
, ["src/buildtool/storage", "config"]
]
, "stage": ["src", "other_tools", "git_operations"]
, "private-deps":
[ "git_config_settings"
, ["@", "fmt", "", "fmt"]
, ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
, ["", "libgit2"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
, ["src/buildtool/system", "system_command"]
, ["src/utils/cpp", "tmp_dir"]
]
}
, "git_config_settings":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["git_config_settings"]
, "hdrs": ["git_config_settings.hpp"]
, "srcs": ["git_config_settings.cpp"]
, "stage": ["src", "other_tools", "git_operations"]
, "private-deps":
[ ["@", "fmt", "", "fmt"]
, ["@", "gsl", "", "gsl"]
, ["", "libgit2"]
, ["src/other_tools/utils", "curl_url_handle"]
]
}
}
|