From 6ffbdb69f1306230aeace9e4a1c530479d264e6e Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 10 Feb 2025 16:26:38 +0100 Subject: Clean up dependencies --- src/buildtool/execution_api/bazel_msg/TARGETS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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"] -- cgit v1.2.3