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