diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-06 13:14:29 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-06 13:14:29 +0100 |
commit | 7dfc5e80002b5d07e43b1f7ad76747be6da0651b (patch) | |
tree | 215b1a77c10121f16ad175a18a727b0bfd2c8041 | |
parent | 665b324e15b76472364e0e984012f0308a298b3a (diff) | |
download | justbuild-7dfc5e80002b5d07e43b1f7ad76747be6da0651b.tar.gz |
Cleanup dependencies
-rw-r--r-- | src/buildtool/computed_roots/TARGETS | 2 | ||||
-rw-r--r-- | src/buildtool/execution_api/utils/TARGETS | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/buildtool/computed_roots/TARGETS b/src/buildtool/computed_roots/TARGETS index 4ff979b0..4ad06d17 100644 --- a/src/buildtool/computed_roots/TARGETS +++ b/src/buildtool/computed_roots/TARGETS @@ -31,7 +31,6 @@ [ ["src/buildtool/build_engine/expression", "expression_ptr_interface"] , ["src/buildtool/execution_api/utils", "rehash_utils"] , ["src/buildtool/multithreading", "async_map_consumer"] - , ["src/utils/cpp", "expected"] ] , "private-deps": [ ["@", "fmt", "", "fmt"] @@ -41,6 +40,7 @@ , ["src/buildtool/common", "common"] , ["src/buildtool/file_system", "git_repo"] , ["src/buildtool/file_system", "object_type"] + , ["src/utils/cpp", "expected"] , ["src/utils/cpp", "hex_string"] ] } diff --git a/src/buildtool/execution_api/utils/TARGETS b/src/buildtool/execution_api/utils/TARGETS index 7c2ce11a..35601176 100644 --- a/src/buildtool/execution_api/utils/TARGETS +++ b/src/buildtool/execution_api/utils/TARGETS @@ -40,9 +40,7 @@ [ ["@", "gsl", "", "gsl"] , ["src/buildtool/common", "common"] , ["src/buildtool/common", "config"] - , ["src/buildtool/common", "protocol_traits"] , ["src/buildtool/execution_api/common", "api_bundle"] - , ["src/buildtool/execution_api/common", "common"] , ["src/buildtool/file_system", "object_type"] , ["src/buildtool/storage", "config"] , ["src/utils/cpp", "expected"] @@ -50,8 +48,10 @@ , "stage": ["src", "buildtool", "execution_api", "utils"] , "private-deps": [ ["@", "fmt", "", "fmt"] + , ["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", "file_system_manager"] , ["src/buildtool/storage", "fs_utils"] , ["src/buildtool/storage", "storage"] |