summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/TARGETS
blob: 2c7ca6cf63b24effea138d5f66a34136715331ed (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
28
{ "common":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["common"]
  , "hdrs":
    [ "execution_common.hpp"
    , "execution_api.hpp"
    , "execution_action.hpp"
    , "execution_response.hpp"
    ]
  , "deps":
    [ ["@", "gsl-lite", "", "gsl-lite"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/execution_api/bazel_msg", "bazel_msg"]
    , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
    , ["src/utils/cpp", "hex_string"]
    , ["src/buildtool/logging", "logging"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  , "private-deps": [["src/buildtool/file_system", "object_type"]]
  }
, "bytestream-common":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["bytestream-common"]
  , "hdrs": ["bytestream_common.hpp"]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  }
}