summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/TARGETS
blob: 7f263fc1055d6537a24bb5809682ab104b7b451b (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{ "common":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["common"]
  , "hdrs":
    [ "execution_common.hpp"
    , "execution_api.hpp"
    , "execution_action.hpp"
    , "execution_response.hpp"
    , "tree_reader.hpp"
    , "tree_reader_utils.hpp"
    , "stream_dumper.hpp"
    ]
  , "srcs": ["tree_reader_utils.cpp"]
  , "deps":
    [ "artifact_blob_container"
    , ["@", "gsl", "", "gsl"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/common", "protocol_traits"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
    , ["src/buildtool/execution_engine/dag", "dag"]
    , ["src/buildtool/file_system", "file_system_manager"]
    , ["src/buildtool/file_system", "git_repo"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    , ["src/utils/cpp", "expected"]
    , ["src/utils/cpp", "gsl"]
    , ["src/utils/cpp", "hex_string"]
    ]
  , "private-deps": [["src/buildtool/common", "artifact_digest_factory"]]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  }
, "bytestream_utils":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["bytestream_utils"]
  , "hdrs": ["bytestream_utils.hpp"]
  , "srcs": ["bytestream_utils.cpp"]
  , "private-deps":
    [["@", "fmt", "", "fmt"], ["src/buildtool/common", "bazel_types"]]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  }
, "api_bundle":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["api_bundle"]
  , "hdrs": ["api_bundle.hpp"]
  , "srcs": ["api_bundle.cpp"]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  , "deps":
    [ "common"
    , ["src/buildtool/common", "config"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/execution_api/local", "context"]
    , ["src/buildtool/execution_api/remote", "context"]
    ]
  , "private-deps":
    [ ["src/buildtool/execution_api/bazel_msg", "bazel_msg"]
    , ["src/buildtool/execution_api/local", "local"]
    , ["src/buildtool/execution_api/remote", "bazel"]
    ]
  }
, "message_limits":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["message_limits"]
  , "hdrs": ["message_limits.hpp"]
  , "deps": [["@", "grpc", "", "grpc++"]]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  }
, "common_api":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["common_api"]
  , "hdrs": ["common_api.hpp"]
  , "srcs": ["common_api.cpp"]
  , "deps":
    [ "blob_tree"
    , "common"
    , "content_blob_container"
    , "message_limits"
    , ["@", "gsl", "", "gsl"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
    , ["src/buildtool/execution_api/bazel_msg", "directory_tree"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  , "private-deps": [["@", "fmt", "", "fmt"]]
  }
, "blob_tree":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["blob_tree"]
  , "hdrs": ["blob_tree.hpp"]
  , "srcs": ["blob_tree.cpp"]
  , "deps":
    [ "artifact_blob_container"
    , "common"
    , ["@", "gsl", "", "gsl"]
    , ["src/buildtool/execution_api/bazel_msg", "directory_tree"]
    ]
  , "private-deps":
    [ ["src/buildtool/common", "artifact_digest_factory"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/file_system", "git_repo"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/utils/cpp", "hex_string"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  }
, "content_blob_container":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["content_blob_container"]
  , "hdrs": ["content_blob_container.hpp"]
  , "deps": [["@", "gsl", "", "gsl"], ["src/utils/cpp", "transformed_range"]]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  }
, "artifact_blob_container":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["artifact_blob_container"]
  , "hdrs": ["artifact_blob_container.hpp"]
  , "deps": ["content_blob_container", ["src/buildtool/common", "common"]]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  }
}