summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-10 16:26:38 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-11 08:34:07 +0100
commit6ffbdb69f1306230aeace9e4a1c530479d264e6e (patch)
treec632370e6328c26694877168ee6ded77ea82a29c /src
parentb82ca04d3ae413fa062aff8a32a0328559c0be85 (diff)
downloadjustbuild-6ffbdb69f1306230aeace9e4a1c530479d264e6e.tar.gz
Clean up dependencies
Diffstat (limited to 'src')
-rw-r--r--src/buildtool/execution_api/bazel_msg/TARGETS4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/buildtool/execution_api/bazel_msg/TARGETS b/src/buildtool/execution_api/bazel_msg/TARGETS
index ed09c03b..891398d6 100644
--- a/src/buildtool/execution_api/bazel_msg/TARGETS
+++ b/src/buildtool/execution_api/bazel_msg/TARGETS
@@ -2,7 +2,6 @@
{ "type": ["@", "rules", "CC", "library"]
, "name": ["bazel_msg"]
, "hdrs": ["bazel_common.hpp"]
- , "deps": [["src/buildtool/common", "bazel_types"]]
, "stage": ["src", "buildtool", "execution_api", "bazel_msg"]
}
, "bazel_msg_factory":
@@ -11,8 +10,7 @@
, "hdrs": ["bazel_msg_factory.hpp"]
, "srcs": ["bazel_msg_factory.cpp"]
, "deps":
- [ "bazel_msg"
- , "directory_tree"
+ [ "directory_tree"
, ["@", "gsl", "", "gsl"]
, ["src/buildtool/common", "bazel_types"]
, ["src/buildtool/common", "common"]