diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/build_engine/target_map/TARGETS | 1 | ||||
-rw-r--r-- | src/buildtool/execution_api/execution_service/TARGETS | 6 | ||||
-rw-r--r-- | src/buildtool/execution_api/local/TARGETS | 4 | ||||
-rw-r--r-- | src/buildtool/execution_api/remote/TARGETS | 3 | ||||
-rw-r--r-- | src/buildtool/file_system/symlinks_map/TARGETS | 1 | ||||
-rw-r--r-- | src/buildtool/serve_api/serve_service/TARGETS | 2 | ||||
-rw-r--r-- | src/other_tools/just_mr/TARGETS | 1 | ||||
-rw-r--r-- | src/other_tools/ops_maps/TARGETS | 2 |
8 files changed, 3 insertions, 17 deletions
diff --git a/src/buildtool/build_engine/target_map/TARGETS b/src/buildtool/build_engine/target_map/TARGETS index b3aa6e4d..a8122270 100644 --- a/src/buildtool/build_engine/target_map/TARGETS +++ b/src/buildtool/build_engine/target_map/TARGETS @@ -70,7 +70,6 @@ , ["src/buildtool/progress_reporting", "progress"] , ["src/buildtool/serve_api/remote", "config"] , ["src/buildtool/serve_api/remote", "serve_api"] - , ["src/buildtool/storage", "storage"] , ["src/utils/cpp", "gsl"] , ["src/utils/cpp", "hash_combine"] , ["src/utils/cpp", "json"] diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS index a04d098f..abb6a38b 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -17,8 +17,7 @@ , ["src/utils/cpp", "expected"] ] , "private-deps": - [ "operation_cache" - , ["@", "fmt", "", "fmt"] + [ ["@", "fmt", "", "fmt"] , ["src/buildtool/common", "artifact_digest_factory"] , ["src/buildtool/common", "common"] , ["src/buildtool/common", "protocol_traits"] @@ -168,8 +167,7 @@ , "proto": [["@", "googleapis", "", "google_longrunning_operations_proto"]] , "stage": ["src", "buildtool", "execution_api", "execution_service"] , "private-deps": - [ "operation_cache" - , ["@", "fmt", "", "fmt"] + [ ["@", "fmt", "", "fmt"] , ["src/buildtool/logging", "log_level"] , ["src/utils/cpp", "hex_string"] ] diff --git a/src/buildtool/execution_api/local/TARGETS b/src/buildtool/execution_api/local/TARGETS index 9ebefb3a..071d29be 100644 --- a/src/buildtool/execution_api/local/TARGETS +++ b/src/buildtool/execution_api/local/TARGETS @@ -50,9 +50,7 @@ ] , "stage": ["src", "buildtool", "execution_api", "local"] , "private-deps": - [ ["src/buildtool/crypto", "hash_function"] - , ["src/buildtool/execution_api/utils", "outputscheck"] - , ["src/buildtool/file_system", "file_system_manager"] + [ ["src/buildtool/execution_api/utils", "outputscheck"] , ["src/buildtool/file_system", "object_type"] , ["src/buildtool/system", "system_command"] ] diff --git a/src/buildtool/execution_api/remote/TARGETS b/src/buildtool/execution_api/remote/TARGETS index 1b9e1164..a3e072a5 100644 --- a/src/buildtool/execution_api/remote/TARGETS +++ b/src/buildtool/execution_api/remote/TARGETS @@ -54,7 +54,6 @@ , ["src/buildtool/common", "bazel_digest_factory"] , ["src/buildtool/common", "protocol_traits"] , ["src/buildtool/common/remote", "retry"] - , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"] , ["src/buildtool/execution_api/common", "common_api"] , ["src/buildtool/execution_api/common", "message_limits"] , ["src/buildtool/execution_api/utils", "outputscheck"] @@ -83,12 +82,10 @@ , "private-deps": [ "bazel_network" , ["@", "fmt", "", "fmt"] - , ["src/buildtool/auth", "auth"] , ["src/buildtool/common", "artifact_digest_factory"] , ["src/buildtool/common", "protocol_traits"] , ["src/buildtool/crypto", "hash_function"] , ["src/buildtool/execution_api/common", "artifact_blob_container"] - , ["src/buildtool/execution_api/common", "common"] , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/file_system", "object_type"] , ["src/buildtool/logging", "log_level"] diff --git a/src/buildtool/file_system/symlinks_map/TARGETS b/src/buildtool/file_system/symlinks_map/TARGETS index 0d958168..aa1b400b 100644 --- a/src/buildtool/file_system/symlinks_map/TARGETS +++ b/src/buildtool/file_system/symlinks_map/TARGETS @@ -16,7 +16,6 @@ , "stage": ["src", "buildtool", "file_system", "symlinks_map"] , "private-deps": [ ["@", "fmt", "", "fmt"] - , ["src/buildtool/file_system", "object_type"] , ["src/buildtool/storage", "config"] , ["src/utils/cpp", "gsl"] ] diff --git a/src/buildtool/serve_api/serve_service/TARGETS b/src/buildtool/serve_api/serve_service/TARGETS index b619b2e2..488b4328 100644 --- a/src/buildtool/serve_api/serve_service/TARGETS +++ b/src/buildtool/serve_api/serve_service/TARGETS @@ -42,7 +42,6 @@ , ["src/buildtool/multithreading", "async_map_utils"] , ["src/buildtool/storage", "fs_utils"] , ["src/utils/archive", "archive_ops"] - , ["src/utils/cpp", "expected"] ] } , "serve_server_implementation": @@ -111,7 +110,6 @@ , ["src/buildtool/common", "artifact_digest_factory"] , ["src/buildtool/common", "common"] , ["src/buildtool/common", "config"] - , ["src/buildtool/common/remote", "remote_common"] , ["src/buildtool/common/remote", "retry_config"] , ["src/buildtool/crypto", "hash_function"] , ["src/buildtool/execution_engine/executor", "context"] diff --git a/src/other_tools/just_mr/TARGETS b/src/other_tools/just_mr/TARGETS index 34e91901..ddc92bf3 100644 --- a/src/other_tools/just_mr/TARGETS +++ b/src/other_tools/just_mr/TARGETS @@ -164,7 +164,6 @@ , ["src/buildtool/logging", "logging"] , ["src/buildtool/multithreading", "async_map_utils"] , ["src/buildtool/multithreading", "task_system"] - , ["src/buildtool/storage", "config"] , ["src/other_tools/git_operations", "git_repo_remote"] , ["src/other_tools/just_mr/progress_reporting", "progress"] , ["src/other_tools/just_mr/progress_reporting", "progress_reporter"] diff --git a/src/other_tools/ops_maps/TARGETS b/src/other_tools/ops_maps/TARGETS index 66e9f7b0..da8be93f 100644 --- a/src/other_tools/ops_maps/TARGETS +++ b/src/other_tools/ops_maps/TARGETS @@ -131,8 +131,6 @@ , ["src/buildtool/system", "system_command"] , ["src/other_tools/git_operations", "git_repo_remote"] , ["src/other_tools/ops_maps", "content_cas_map"] - , ["src/other_tools/ops_maps", "critical_git_op_map"] - , ["src/other_tools/ops_maps", "import_to_git_map"] ] } } |