summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/git/TARGETS
blob: ca0f09bc8c4e4add3190314d4a984ac3ab77ff57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "git":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["git"]
  , "hdrs": ["git_api.hpp"]
  , "deps":
    [ ["@", "gsl-lite", "", "gsl-lite"]
    , ["src/buildtool/common", "config"]
    , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
    , ["src/buildtool/execution_api/common", "common"]
    , ["src/buildtool/logging", "logging"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "git"]
  }
}