summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/local/TARGETS
blob: b3e545974de176e1d71896093452708af2e6f706 (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
29
30
31
32
33
34
35
36
{ "config":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["config"]
  , "hdrs": ["config.hpp"]
  , "deps":
    [ ["src/buildtool/logging", "logging"]
    , ["src/buildtool/file_system", "file_system_manager"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "local"]
  }
, "local":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["local"]
  , "hdrs":
    [ "file_storage.hpp"
    , "local_api.hpp"
    , "local_action.hpp"
    , "local_response.hpp"
    , "local_storage.hpp"
    , "local_cas.hpp"
    , "local_ac.hpp"
    ]
  , "srcs": ["local_action.cpp", "local_storage.cpp"]
  , "deps":
    [ ["@", "gsl-lite", "", "gsl-lite"]
    , "config"
    , ["src/buildtool/execution_api/common", "common"]
    , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
    , ["src/buildtool/file_system", "file_system_manager"]
    , ["src/buildtool/file_system", "system_command"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/buildtool/logging", "logging"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "local"]
  }
}