summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/common/TARGETS')
-rw-r--r--src/buildtool/execution_api/common/TARGETS3
1 files changed, 2 insertions, 1 deletions
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":