From e67f08133d54d1b51f00f22540917e56825e88de Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 6 Feb 2025 12:17:22 +0100 Subject: MessageLimits: move grpc to private deps. --- src/buildtool/execution_api/common/TARGETS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 b642c0ff..457dce7b 100644 --- a/src/buildtool/execution_api/common/TARGETS +++ b/src/buildtool/execution_api/common/TARGETS @@ -81,7 +81,8 @@ { "type": ["@", "rules", "CC", "library"] , "name": ["message_limits"] , "hdrs": ["message_limits.hpp"] - , "deps": [["@", "grpc", "", "grpc"]] + , "srcs": ["message_limits.cpp"] + , "private-deps": [["@", "grpc", "", "grpc"]] , "stage": ["src", "buildtool", "execution_api", "common"] } , "common_api": -- cgit v1.2.3