summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/serve/TARGETS
blob: d54b01d91b1f3500878b06aef086228a1305603f (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
37
38
39
40
41
42
43
44
45
46
{ "utils":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["utils"]
  , "hdrs": ["utils.hpp"]
  , "srcs": ["utils.cpp"]
  , "deps":
    [ ["src/buildtool/common", "common"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/buildtool/storage", "config"]
    , ["src/utils/cpp", "expected"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "serve"]
  , "private-deps":
    [ ["@", "fmt", "", "fmt"]
    , ["src/buildtool/file_system", "file_system_manager"]
    , ["src/buildtool/storage", "fs_utils"]
    ]
  }
, "mr_git_api":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["mr_git_api"]
  , "hdrs": ["mr_git_api.hpp"]
  , "srcs": ["mr_git_api.cpp"]
  , "deps":
    [ ["@", "gsl", "", "gsl"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/common", "config"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/execution_api/common", "artifact_blob_container"]
    , ["src/buildtool/execution_api/common", "common"]
    , ["src/buildtool/execution_engine/dag", "dag"]
    , ["src/buildtool/storage", "config"]
    , ["src/buildtool/storage", "storage"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "serve"]
  , "private-deps":
    [ "utils"
    , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
    , ["src/buildtool/execution_api/git", "git"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    , ["src/utils/cpp", "expected"]
    ]
  }
}