diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-28 10:25:07 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-07 14:58:04 +0100 |
commit | e2f73a93be5977b5e18f4ba3aa05ea31bc5c16c4 (patch) | |
tree | 971f89e6f8db00b5bef9a4ed2c8e1dee680576ea /src/buildtool/execution_api/common/TARGETS | |
parent | 95792fb717bd84d500037b62c77a4949274e670d (diff) | |
download | justbuild-e2f73a93be5977b5e18f4ba3aa05ea31bc5c16c4.tar.gz |
Remove ContentBlobContainer and TransformedRange
Diffstat (limited to 'src/buildtool/execution_api/common/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/common/TARGETS | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/buildtool/execution_api/common/TARGETS b/src/buildtool/execution_api/common/TARGETS index edb815b9..e2dd5d3b 100644 --- a/src/buildtool/execution_api/common/TARGETS +++ b/src/buildtool/execution_api/common/TARGETS @@ -125,11 +125,7 @@ { "type": ["@", "rules", "CC", "library"] , "name": ["content_blob_container"] , "hdrs": ["content_blob_container.hpp"] - , "deps": - [ ["@", "gsl", "", "gsl"] - , ["src/utils/cpp", "hash_combine"] - , ["src/utils/cpp", "transformed_range"] - ] + , "deps": [["@", "gsl", "", "gsl"], ["src/utils/cpp", "hash_combine"]] , "stage": ["src", "buildtool", "execution_api", "common"] } , "artifact_blob_container": |