summaryrefslogtreecommitdiff
path: root/src/buildtool/tree_structure/TARGETS
blob: cda417a798a1709841f7d2ec419628b4b63424b4 (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
{ "tree_structure_cache":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["tree_structure_cache"]
  , "hdrs": ["tree_structure_cache.hpp"]
  , "srcs": ["tree_structure_cache.cpp"]
  , "deps":
    [ ["@", "gsl", "", "gsl"]
    , ["@", "json", "", "json"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/file_system", "file_storage"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/buildtool/storage", "config"]
    ]
  , "stage": ["src", "buildtool", "tree_structure"]
  , "private-deps":
    [ ["src/buildtool/common", "artifact_digest_factory"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/file_system", "file_system_manager"]
    , ["src/buildtool/storage", "storage"]
    , ["src/utils/cpp", "expected"]
    ]
  }
, "tree_structure_utils":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["tree_structure_utils"]
  , "hdrs": ["tree_structure_utils.hpp"]
  , "srcs": ["tree_structure_utils.cpp"]
  , "deps":
    [ "tree_structure_cache"
    , ["@", "gsl", "", "gsl"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/execution_api/common", "common"]
    , ["src/buildtool/storage", "config"]
    , ["src/buildtool/storage", "storage"]
    , ["src/utils/cpp", "expected"]
    ]
  , "stage": ["src", "buildtool", "tree_structure"]
  , "private-deps":
    [ ["@", "fmt", "", "fmt"]
    , ["src/buildtool/common", "artifact_digest_factory"]
    , ["src/buildtool/common", "config"]
    , ["src/buildtool/common", "protocol_traits"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/execution_api/git", "git_api"]
    , ["src/buildtool/execution_api/local", "config"]
    , ["src/buildtool/execution_api/local", "context"]
    , ["src/buildtool/execution_api/local", "local_api"]
    , ["src/buildtool/file_system", "file_system_manager"]
    , ["src/buildtool/file_system", "git_repo"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/utils/cpp", "hex_string"]
    , ["src/utils/cpp", "path"]
    , ["src/utils/cpp", "tmp_dir"]
    ]
  }
}