summaryrefslogtreecommitdiff
path: root/src/other_tools/repo_map/TARGETS
blob: 9f75dc93332fb767a05981cbe09a8274f4b14ecd (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
{ "repos_to_setup_map":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["repos_to_setup_map"]
  , "hdrs": ["repos_to_setup_map.hpp"]
  , "srcs": ["repos_to_setup_map.cpp"]
  , "deps":
    [ ["@", "gsl", "", "gsl"]
    , ["src/other_tools/just_mr/progress_reporting", "statistics"]
    , ["src/other_tools/root_maps", "commit_git_map"]
    , ["src/other_tools/root_maps", "content_git_map"]
    , ["src/other_tools/root_maps", "foreign_file_git_map"]
    , ["src/other_tools/root_maps", "distdir_git_map"]
    , ["src/other_tools/root_maps", "fpath_git_map"]
    , ["src/buildtool/build_engine/expression", "expression"]
    , ["src/other_tools/root_maps", "tree_id_git_map"]
    ]
  , "stage": ["src", "other_tools", "repo_map"]
  , "private-deps":
    [ ["@", "fmt", "", "fmt"]
    , ["src/buildtool/file_system", "file_root"]
    , ["src/buildtool/file_system/symlinks_map", "pragma_special"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    , ["src/buildtool/multithreading", "task_system"]
    , ["src/other_tools/ops_maps", "content_cas_map"]
    , ["src/other_tools/ops_maps", "git_tree_fetch_map"]
    , ["src/other_tools/utils", "parse_archive"]
    , ["src/other_tools/utils", "parse_git_tree"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/crypto", "hash_info"]
    ]
  }
}