summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine/tree_operations/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_engine/tree_operations/TARGETS')
-rw-r--r--src/buildtool/execution_engine/tree_operations/TARGETS27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/buildtool/execution_engine/tree_operations/TARGETS b/src/buildtool/execution_engine/tree_operations/TARGETS
new file mode 100644
index 00000000..e440b9c9
--- /dev/null
+++ b/src/buildtool/execution_engine/tree_operations/TARGETS
@@ -0,0 +1,27 @@
+{ "tree_operations_utils":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["tree_operations_utils"]
+ , "hdrs": ["tree_operations_utils.hpp"]
+ , "srcs": ["tree_operations_utils.cpp"]
+ , "deps":
+ [ ["src/buildtool/common", "common"]
+ , ["src/buildtool/execution_api/common", "common"]
+ , ["src/utils/cpp", "expected"]
+ ]
+ , "private-deps":
+ [ ["@", "fmt", "", "fmt"]
+ , ["@", "gsl", "", "gsl"]
+ , ["@", "protoc", "", "libprotobuf"]
+ , ["src/buildtool/common", "artifact_blob"]
+ , ["src/buildtool/common", "bazel_types"]
+ , ["src/buildtool/common", "protocol_traits"]
+ , ["src/buildtool/crypto", "hash_function"]
+ , ["src/buildtool/file_system", "git_repo"]
+ , ["src/buildtool/file_system", "object_type"]
+ , ["src/buildtool/logging", "log_level"]
+ , ["src/buildtool/logging", "logging"]
+ , ["src/utils/cpp", "hex_string"]
+ ]
+ , "stage": ["src", "buildtool", "execution_engine", "tree_operations"]
+ }
+}