summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/TARGETS
blob: 47ec0fc05550296e6602d820d1f25bc6529d3fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "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/file_system", "object_type"]
    , ["src/buildtool/execution_api/bazel_msg", "bazel_msg"]
    , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
    , ["src/utils/cpp", "hex_string"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  }
}