summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/utils/TARGETS
blob: f4033ee542ac03bdbe4a8ea9de7e7b278a8dd0ff (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
{ "subobject":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["subobject"]
  , "hdrs": ["subobject.hpp"]
  , "srcs": ["subobject.cpp"]
  , "deps":
    [ ["src/buildtool/common", "common"]
    , ["src/buildtool/execution_api/common", "api_bundle"]
    ]
  , "private-deps":
    [ ["src/buildtool/common", "protocol_traits"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
    , ["src/buildtool/execution_api/common", "common"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "utils"]
  }
, "outputscheck":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["outputscheck"]
  , "hdrs": ["outputscheck.hpp"]
  , "deps": [["src/buildtool/common", "bazel_types"]]
  , "stage": ["src", "buildtool", "execution_api", "utils"]
  }
}