summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/execution_service/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r--src/buildtool/execution_api/execution_service/TARGETS9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS
index caaf2b7d..7d82602c 100644
--- a/src/buildtool/execution_api/execution_service/TARGETS
+++ b/src/buildtool/execution_api/execution_service/TARGETS
@@ -6,7 +6,8 @@
, "proto": [["@", "bazel_remote_apis", "", "remote_execution_proto"]]
, "stage": ["src", "buildtool", "execution_api", "execution_service"]
, "deps":
- [ ["@", "gsl", "", "gsl"]
+ [ "operation_cache"
+ , ["@", "gsl", "", "gsl"]
, ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/logging", "logging"]
, ["src/buildtool/common", "bazel_types"]
@@ -141,7 +142,11 @@
, "name": ["operations_server"]
, "hdrs": ["operations_server.hpp"]
, "srcs": ["operations_server.cpp"]
- , "deps": [["src/buildtool/logging", "logging"]]
+ , "deps":
+ [ "operation_cache"
+ , ["@", "gsl", "", "gsl"]
+ , ["src/buildtool/logging", "logging"]
+ ]
, "proto": [["@", "googleapis", "", "google_longrunning_operations_proto"]]
, "stage": ["src", "buildtool", "execution_api", "execution_service"]
, "private-deps":