summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/utils/TARGETS
blob: d8e5a2b0770d420ff059d65928e853a4b5bf6c05 (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
{ "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", "logging"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "utils"]
  }
, "outputscheck":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["outputscheck"]
  , "hdrs": ["outputscheck.hpp"]
  , "deps": [["src/buildtool/common", "common"]]
  , "stage": ["src", "buildtool", "execution_api", "utils"]
  }
}