summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/common/TARGETS')
-rw-r--r--src/buildtool/execution_api/common/TARGETS10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/common/TARGETS b/src/buildtool/execution_api/common/TARGETS
index e2dd5d3b..df50ecaf 100644
--- a/src/buildtool/execution_api/common/TARGETS
+++ b/src/buildtool/execution_api/common/TARGETS
@@ -40,8 +40,16 @@
, "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"]]
+ [ ["@", "fmt", "", "fmt"]
+ , ["src/buildtool/common", "artifact_digest_factory"]
+ , ["src/buildtool/common", "bazel_types"]
+ ]
, "stage": ["src", "buildtool", "execution_api", "common"]
}
, "api_bundle":