summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/git/TARGETS
blob: bed87ae87c3eb6ec4ca7cd8358331ab7183799cb (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", "", "gsl"]
    , ["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"]
  }
}