summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/TARGETS
blob: 31a308ad478a503f2001f41da5e6ebe68234cea9 (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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{ "common":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["common"]
  , "hdrs":
    [ "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":
    [ ["@", "fmt", "", "fmt"]
    , ["@", "gsl", "", "gsl"]
    , ["@", "protoc", "", "libprotobuf"]
    , ["src/buildtool/common", "artifact_blob"]
    , ["src/buildtool/common", "bazel_types"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/execution_engine/dag", "dag"]
    , ["src/buildtool/file_system", "git_repo"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/buildtool/logging", "logging"]
    , ["src/utils/cpp", "expected"]
    , ["src/utils/cpp", "tmp_dir"]
    ]
  , "private-deps":
    [ ["@", "json", "", "json"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/utils/cpp", "hex_string"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  }
, "ids":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["common"]
  , "hdrs": ["ids.hpp"]
  , "deps":
    [ ["@", "fmt", "", "fmt"]
    , ["@", "gsl", "", "gsl"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    , ["src/utils/cpp", "gsl"]
    , ["src/utils/cpp", "hex_string"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  }
, "bytestream_utils":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["bytestream_utils"]
  , "hdrs": ["bytestream_utils.hpp"]
  , "srcs": ["bytestream_utils.cpp"]
  , "deps":
    [ ["src/buildtool/common", "common"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/utils/cpp", "expected"]
    ]
  , "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"
    , ["@", "gsl", "", "gsl"]
    , ["src/buildtool/auth", "auth"]
    , ["src/buildtool/common", "config"]
    , ["src/buildtool/common/remote", "remote_common"]
    , ["src/buildtool/common/remote", "retry_config"]
    , ["src/buildtool/execution_api/local", "context"]
    , ["src/buildtool/execution_api/remote", "context"]
    ]
  , "private-deps":
    [ ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/execution_api/bazel_msg", "execution_config"]
    , ["src/buildtool/execution_api/local", "local_api"]
    , ["src/buildtool/execution_api/remote", "bazel_api"]
    , ["src/buildtool/execution_api/remote", "config"]
    , ["src/buildtool/storage", "config"]
    ]
  }
, "message_limits":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["message_limits"]
  , "hdrs": ["message_limits.hpp"]
  , "srcs": ["message_limits.cpp"]
  , "private-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"
    , ["@", "gsl", "", "gsl"]
    , ["src/buildtool/common", "artifact_blob"]
    , ["src/buildtool/common", "common"]
    , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
    , ["src/buildtool/execution_api/bazel_msg", "directory_tree"]
    , ["src/buildtool/logging", "logging"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  , "private-deps":
    [ "message_limits"
    , ["@", "fmt", "", "fmt"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/utils/cpp", "back_map"]
    ]
  }
, "blob_tree":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["blob_tree"]
  , "hdrs": ["blob_tree.hpp"]
  , "srcs": ["blob_tree.cpp"]
  , "deps":
    [ ["@", "gsl", "", "gsl"]
    , ["src/buildtool/common", "artifact_blob"]
    , ["src/buildtool/execution_api/bazel_msg", "directory_tree"]
    ]
  , "private-deps":
    [ ["src/buildtool/common", "common"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/file_system", "git_repo"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/utils/cpp", "expected"]
    , ["src/utils/cpp", "hex_string"]
    ]
  , "stage": ["src", "buildtool", "execution_api", "common"]
  }
}