From fbd7eb02efc6a541a79360490e940bad4387c12c Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 14 Mar 2024 14:50:38 +0100 Subject: Move file chunker to storage. --- src/buildtool/execution_api/execution_service/TARGETS | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/buildtool/execution_api/execution_service/TARGETS') diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS index 3e195136..632e8d0b 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -151,14 +151,6 @@ , ["src/utils/cpp", "verify_hash"] ] } -, "file_chunker": - { "type": ["@", "rules", "CC", "library"] - , "name": ["file_chunker"] - , "hdrs": ["file_chunker.hpp"] - , "srcs": ["file_chunker.cpp"] - , "stage": ["src", "buildtool", "execution_api", "execution_service"] - , "private-deps": [["@", "gsl", "", "gsl"]] - } , "cas_utils": { "type": ["@", "rules", "CC", "library"] , "name": ["cas_utils"] @@ -171,8 +163,7 @@ , ["src/buildtool/storage", "storage"] ] , "private-deps": - [ "file_chunker" - , ["@", "fmt", "", "fmt"] + [ ["@", "fmt", "", "fmt"] , ["src/buildtool/common", "common"] , ["src/buildtool/compatibility", "compatibility"] , ["src/buildtool/file_system", "git_repo"] @@ -180,6 +171,7 @@ , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/storage", "config"] , ["src/utils/cpp", "hex_string"] + , ["src/buildtool/storage", "file_chunker"] ] } } -- cgit v1.2.3