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
|
{ "critical_git_op_map":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["critical_git_op_map"]
, "hdrs": ["critical_git_op_map.hpp"]
, "srcs": ["critical_git_op_map.cpp"]
, "deps":
[ ["src/buildtool/multithreading", "async_map_consumer"]
, ["src/other_tools/git_operations", "git_operations"]
, ["src/utils/cpp", "hash_combine"]
]
, "stage": ["src", "other_tools", "ops_maps"]
}
, "import_to_git_map":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["import_to_git_map"]
, "hdrs": ["import_to_git_map.hpp"]
, "srcs": ["import_to_git_map.cpp"]
, "deps":
[ "critical_git_op_map"
, ["src/other_tools/git_operations", "git_repo_remote"]
, ["@", "fmt", "", "fmt"]
, ["src/utils/cpp", "path"]
]
, "stage": ["src", "other_tools", "ops_maps"]
, "private-deps":
[ ["src/other_tools/just_mr", "utils"]
, ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/execution_api/local", "config"]
]
}
, "git_update_map":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["git_update_map"]
, "hdrs": ["git_update_map.hpp"]
, "srcs": ["git_update_map.cpp"]
, "deps":
[ ["src/other_tools/git_operations", "git_repo_remote"]
, ["src/buildtool/multithreading", "async_map_consumer"]
, ["src/utils/cpp", "hash_combine"]
, ["@", "fmt", "", "fmt"]
]
, "stage": ["src", "other_tools", "ops_maps"]
, "private-deps":
[ ["src/other_tools/just_mr", "utils"]
, ["src/buildtool/execution_api/local", "config"]
, ["src/utils/cpp", "tmp_dir"]
, ["src/other_tools/just_mr/progress_reporting", "statistics"]
, ["src/other_tools/just_mr/progress_reporting", "progress"]
]
}
, "content_cas_map":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["content_cas_map"]
, "hdrs": ["content_cas_map.hpp"]
, "srcs": ["content_cas_map.cpp"]
, "deps":
[ ["src/other_tools/just_mr", "utils"]
, ["src/buildtool/multithreading", "async_map_consumer"]
, ["src/utils/cpp", "hash_combine"]
, ["@", "json", "", "json"]
]
, "stage": ["src", "other_tools", "ops_maps"]
, "private-deps":
[ ["src/other_tools/utils", "curl_easy_handle"]
, ["src/buildtool/crypto", "hasher"]
, ["src/buildtool/execution_api/local", "local"]
, ["src/buildtool/file_system", "file_storage"]
, ["src/other_tools/just_mr/progress_reporting", "statistics"]
, ["src/other_tools/just_mr/progress_reporting", "progress"]
]
}
, "repo_fetch_map":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["repo_fetch_map"]
, "hdrs": ["repo_fetch_map.hpp"]
, "srcs": ["repo_fetch_map.cpp"]
, "deps": ["content_cas_map"]
, "stage": ["src", "other_tools", "ops_maps"]
, "private-deps":
[ ["src/other_tools/just_mr", "utils"]
, ["src/buildtool/execution_api/local", "local"]
, ["src/buildtool/file_system", "file_storage"]
, ["src/other_tools/just_mr/progress_reporting", "statistics"]
, ["src/other_tools/just_mr/progress_reporting", "progress"]
]
}
}
|