diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-29 11:17:29 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-11-29 16:01:48 +0100 |
commit | d07e94d98d213cf16ff597d7da5ab6ca892e9f10 (patch) | |
tree | e4e139751540920038b8db38f94c7a2c93543610 /src/buildtool/execution_api/remote/TARGETS | |
parent | f89976f6315944f38e1f894039491bb5e28c23c0 (diff) | |
download | justbuild-d07e94d98d213cf16ff597d7da5ab6ca892e9f10.tar.gz |
Clean up unused deps
Diffstat (limited to 'src/buildtool/execution_api/remote/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/remote/TARGETS | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/buildtool/execution_api/remote/TARGETS b/src/buildtool/execution_api/remote/TARGETS index b905970b..3b77f444 100644 --- a/src/buildtool/execution_api/remote/TARGETS +++ b/src/buildtool/execution_api/remote/TARGETS @@ -21,8 +21,7 @@ , "bazel/bazel_network_reader.cpp" ] , "deps": - [ "config" - , ["@", "gsl", "", "gsl"] + [ ["@", "gsl", "", "gsl"] , ["src/buildtool/auth", "auth"] , ["src/buildtool/common", "bazel_types"] , ["src/buildtool/common", "common"] @@ -60,7 +59,6 @@ , ["src/buildtool/execution_api/common", "content_blob_container"] , ["src/buildtool/execution_api/common", "message_limits"] , ["src/buildtool/execution_api/utils", "outputscheck"] - , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/file_system", "object_type"] , ["src/utils/cpp", "gsl"] , ["src/utils/cpp", "path"] @@ -73,8 +71,7 @@ , "hdrs": ["bazel/bazel_api.hpp"] , "srcs": ["bazel/bazel_api.cpp"] , "deps": - [ "config" - , ["@", "gsl", "", "gsl"] + [ ["@", "gsl", "", "gsl"] , ["src/buildtool/auth", "auth"] , ["src/buildtool/common", "common"] , ["src/buildtool/common/remote", "port"] |