From 7d2f632b1dd1fe2ca01ef89716efe355e4d32687 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 16 Sep 2024 15:32:59 +0200 Subject: Introduce ByteStreamUtils, wrap kChunkSize ...and use the qualified name ByteStreamUtils::kChunkSize --- src/buildtool/execution_api/common/TARGETS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/buildtool/execution_api/common/TARGETS') diff --git a/src/buildtool/execution_api/common/TARGETS b/src/buildtool/execution_api/common/TARGETS index 0f3288e5..a060d0fa 100644 --- a/src/buildtool/execution_api/common/TARGETS +++ b/src/buildtool/execution_api/common/TARGETS @@ -30,10 +30,10 @@ , "private-deps": [["src/buildtool/common", "artifact_digest_factory"]] , "stage": ["src", "buildtool", "execution_api", "common"] } -, "bytestream-common": +, "bytestream_utils": { "type": ["@", "rules", "CC", "library"] - , "name": ["bytestream-common"] - , "hdrs": ["bytestream_common.hpp"] + , "name": ["bytestream_utils"] + , "hdrs": ["bytestream_utils.hpp"] , "stage": ["src", "buildtool", "execution_api", "common"] } , "api_bundle": -- cgit v1.2.3