summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/execution_service/TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-10-25 11:41:30 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-10-25 18:10:37 +0200
commit68e3d9129f84cdfc60aa0bc6efa518a01200bccd (patch)
treea1440f4b6d12c11f8679141393c7a8c398c748bf /src/buildtool/execution_api/execution_service/TARGETS
parenta61f95ba14f0550662a343662c06382bac643540 (diff)
downloadjustbuild-68e3d9129f84cdfc60aa0bc6efa518a01200bccd.tar.gz
Add dependencies explicitly that are included directly
... instead of relying on those dependencies being pulled in indirectly.
Diffstat (limited to 'src/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r--src/buildtool/execution_api/execution_service/TARGETS8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS
index abb6a38b..4e325a35 100644
--- a/src/buildtool/execution_api/execution_service/TARGETS
+++ b/src/buildtool/execution_api/execution_service/TARGETS
@@ -46,7 +46,8 @@
, ["src/buildtool/storage", "storage"]
]
, "private-deps":
- [ ["src/buildtool/common", "artifact_digest_factory"]
+ [ ["@", "fmt", "", "fmt"]
+ , ["src/buildtool/common", "artifact_digest_factory"]
, ["src/buildtool/common", "common"]
, ["src/buildtool/logging", "log_level"]
]
@@ -82,7 +83,8 @@
, "srcs": ["server_implementation.cpp"]
, "stage": ["src", "buildtool", "execution_api", "execution_service"]
, "deps":
- [ ["src/buildtool/execution_api/common", "api_bundle"]
+ [ ["@", "gsl", "", "gsl"]
+ , ["src/buildtool/execution_api/common", "api_bundle"]
, ["src/buildtool/execution_api/local", "context"]
, ["src/buildtool/execution_api/remote", "context"]
]
@@ -152,6 +154,7 @@
, "srcs": ["operation_cache.cpp"]
, "stage": ["src", "buildtool", "execution_api", "execution_service"]
, "proto": [["@", "googleapis", "", "google_longrunning_operations_proto"]]
+ , "deps": [["@", "protoc", "", "libprotobuf"]]
, "private-deps": [["src/buildtool/logging", "logging"]]
}
, "operations_server":
@@ -162,6 +165,7 @@
, "deps":
[ "operation_cache"
, ["@", "gsl", "", "gsl"]
+ , ["@", "protoc", "", "libprotobuf"]
, ["src/buildtool/logging", "logging"]
]
, "proto": [["@", "googleapis", "", "google_longrunning_operations_proto"]]