summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/git/TARGETS
blob: 8b79f029eb0c43183b3e409ad8c56ecebfac9bdd (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
{ "git":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["git"]
  , "hdrs": ["git_api.hpp"]
  , "deps":
    [ ["@", "gsl", "", "gsl"]
    , ["@", "json", "", "json"]
    , ["src/buildtool/common", "artifact_digest_factory"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/common", "config"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/execution_api/common", "artifact_blob_container"]
    , ["src/buildtool/execution_api/common", "common"]
    , ["src/buildtool/execution_api/common", "common_api"]
    , ["src/buildtool/execution_engine/dag", "dag"]
    , ["src/buildtool/file_system", "file_system_manager"]
    , ["src/buildtool/file_system", "git_tree"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    , ["src/utils/cpp", "expected"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "git"]
  }
}