summaryrefslogtreecommitdiff
path: root/src/other_tools/utils/TARGETS
blob: 5890dbe764c9db9acfec61e2bed64e02f3c75848 (plain)
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
107
108
109
110
111
112
113
114
115
116
{ "curl_context":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["curl_context"]
  , "hdrs": ["curl_context.hpp"]
  , "srcs": ["curl_context.cpp"]
  , "stage": ["src", "other_tools", "utils"]
  , "private-deps":
    [ ["", "libcurl"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    ]
  }
, "curl_easy_handle":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["curl_easy_handle"]
  , "hdrs": ["curl_easy_handle.hpp"]
  , "srcs": ["curl_easy_handle.cpp"]
  , "deps":
    [ "curl_context"
    , ["@", "gsl", "", "gsl"]
    , ["src/buildtool/logging", "log_level"]
    ]
  , "stage": ["src", "other_tools", "utils"]
  , "private-deps":
    [ ["@", "fmt", "", "fmt"]
    , ["", "libcurl"]
    , ["src/buildtool/file_system", "file_system_manager"]
    , ["src/buildtool/logging", "logging"]
    ]
  }
, "curl_url_handle":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["curl_url_handle"]
  , "hdrs": ["curl_url_handle.hpp"]
  , "srcs": ["curl_url_handle.cpp"]
  , "deps": ["curl_context", ["@", "gsl", "", "gsl"]]
  , "stage": ["src", "other_tools", "utils"]
  , "private-deps":
    [ ["", "libcurl"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    ]
  }
, "content":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["content"]
  , "hdrs": ["content.hpp"]
  , "deps":
    [ "curl_easy_handle"
    , ["@", "fmt", "", "fmt"]
    , ["src/buildtool/common", "user_structs"]
    , ["src/buildtool/crypto", "hasher"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/other_tools/just_mr", "mirrors"]
    , ["src/utils/cpp", "expected"]
    ]
  , "stage": ["src", "other_tools", "utils"]
  }
, "parse_archive":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["parse_archive"]
  , "hdrs": ["parse_archive.hpp"]
  , "srcs": ["parse_archive.cpp"]
  , "deps":
    [ ["src/buildtool/build_engine/expression", "expression_ptr_interface"]
    , ["src/buildtool/multithreading", "async_map_consumer"]
    , ["src/other_tools/ops_maps", "content_cas_map"]
    , ["src/utils/cpp", "expected"]
    ]
  , "private-deps":
    [ ["@", "fmt", "", "fmt"]
    , ["src/buildtool/build_engine/expression", "expression"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/crypto", "hash_info"]
    , ["src/buildtool/file_system/symlinks", "pragma_special"]
    , ["src/utils/cpp", "path"]
    ]
  , "stage": ["src", "other_tools", "utils"]
  }
, "parse_git_tree":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["parse_git_tree"]
  , "hdrs": ["parse_git_tree.hpp"]
  , "srcs": ["parse_git_tree.cpp"]
  , "deps":
    [ ["src/buildtool/build_engine/expression", "expression_ptr_interface"]
    , ["src/other_tools/ops_maps", "git_tree_fetch_map"]
    , ["src/utils/cpp", "expected"]
    ]
  , "private-deps":
    [ ["@", "fmt", "", "fmt"]
    , ["@", "json", "", "json"]
    , ["src/buildtool/build_engine/expression", "expression"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/crypto", "hash_info"]
    ]
  , "stage": ["src", "other_tools", "utils"]
  }
, "parse_precomputed_root":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["parse_precomputed_root"]
  , "hdrs": ["parse_precomputed_root.hpp"]
  , "srcs": ["parse_precomputed_root.cpp"]
  , "deps":
    [ ["src/buildtool/build_engine/expression", "expression_ptr_interface"]
    , ["src/buildtool/file_system", "precomputed_root"]
    , ["src/utils/cpp", "expected"]
    ]
  , "private-deps":
    [ ["@", "fmt", "", "fmt"]
    , ["@", "json", "", "json"]
    , ["src/buildtool/build_engine/expression", "expression"]
    ]
  , "stage": ["src", "other_tools", "utils"]
  }
}