summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/utils/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/utils/TARGETS')
-rw-r--r--src/buildtool/execution_api/utils/TARGETS11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/buildtool/execution_api/utils/TARGETS b/src/buildtool/execution_api/utils/TARGETS
index f4033ee5..bff656ec 100644
--- a/src/buildtool/execution_api/utils/TARGETS
+++ b/src/buildtool/execution_api/utils/TARGETS
@@ -8,10 +8,14 @@
, ["src/buildtool/execution_api/common", "api_bundle"]
]
, "private-deps":
- [ ["src/buildtool/common", "protocol_traits"]
+ [ ["@", "gsl", "", "gsl"]
+ , ["src/buildtool/common", "bazel_types"]
+ , ["src/buildtool/common", "protocol_traits"]
, ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
, ["src/buildtool/execution_api/common", "common"]
+ , ["src/buildtool/file_system", "git_repo"]
+ , ["src/buildtool/file_system", "object_type"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
]
@@ -21,7 +25,10 @@
{ "type": ["@", "rules", "CC", "library"]
, "name": ["outputscheck"]
, "hdrs": ["outputscheck.hpp"]
- , "deps": [["src/buildtool/common", "bazel_types"]]
+ , "deps":
+ [ ["@", "protoc", "", "libprotobuf"]
+ , ["src/buildtool/common", "bazel_types"]
+ ]
, "stage": ["src", "buildtool", "execution_api", "utils"]
}
}