summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/buildtool/computed_roots/TARGETS2
-rw-r--r--src/buildtool/execution_api/utils/TARGETS4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/buildtool/computed_roots/TARGETS b/src/buildtool/computed_roots/TARGETS
index 4ff979b0..4ad06d17 100644
--- a/src/buildtool/computed_roots/TARGETS
+++ b/src/buildtool/computed_roots/TARGETS
@@ -31,7 +31,6 @@
[ ["src/buildtool/build_engine/expression", "expression_ptr_interface"]
, ["src/buildtool/execution_api/utils", "rehash_utils"]
, ["src/buildtool/multithreading", "async_map_consumer"]
- , ["src/utils/cpp", "expected"]
]
, "private-deps":
[ ["@", "fmt", "", "fmt"]
@@ -41,6 +40,7 @@
, ["src/buildtool/common", "common"]
, ["src/buildtool/file_system", "git_repo"]
, ["src/buildtool/file_system", "object_type"]
+ , ["src/utils/cpp", "expected"]
, ["src/utils/cpp", "hex_string"]
]
}
diff --git a/src/buildtool/execution_api/utils/TARGETS b/src/buildtool/execution_api/utils/TARGETS
index 7c2ce11a..35601176 100644
--- a/src/buildtool/execution_api/utils/TARGETS
+++ b/src/buildtool/execution_api/utils/TARGETS
@@ -40,9 +40,7 @@
[ ["@", "gsl", "", "gsl"]
, ["src/buildtool/common", "common"]
, ["src/buildtool/common", "config"]
- , ["src/buildtool/common", "protocol_traits"]
, ["src/buildtool/execution_api/common", "api_bundle"]
- , ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/file_system", "object_type"]
, ["src/buildtool/storage", "config"]
, ["src/utils/cpp", "expected"]
@@ -50,8 +48,10 @@
, "stage": ["src", "buildtool", "execution_api", "utils"]
, "private-deps":
[ ["@", "fmt", "", "fmt"]
+ , ["src/buildtool/common", "protocol_traits"]
, ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"]
+ , ["src/buildtool/execution_api/common", "common"]
, ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/storage", "fs_utils"]
, ["src/buildtool/storage", "storage"]