diff options
Diffstat (limited to 'src/buildtool/storage/TARGETS')
-rw-r--r-- | src/buildtool/storage/TARGETS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/storage/TARGETS b/src/buildtool/storage/TARGETS index 646c4619..1bd1fbb2 100644 --- a/src/buildtool/storage/TARGETS +++ b/src/buildtool/storage/TARGETS @@ -82,18 +82,18 @@ , ["src/buildtool/file_system", "git_repo"] , ["src/buildtool/file_system", "object_cas"] , ["src/buildtool/file_system", "object_type"] + , ["src/buildtool/logging", "log_level"] , ["src/buildtool/logging", "logging"] , ["src/utils/cpp", "expected"] , ["src/utils/cpp", "file_locking"] - , ["src/utils/cpp", "gsl"] , ["src/utils/cpp", "tmp_dir"] ] , "stage": ["src", "buildtool", "storage"] , "private-deps": [ ["src/buildtool/crypto", "hasher"] , ["src/buildtool/execution_api/common", "message_limits"] - , ["src/buildtool/logging", "log_level"] , ["src/buildtool/multithreading", "task_system"] + , ["src/utils/cpp", "gsl"] , ["src/utils/cpp", "hex_string"] , ["src/utils/cpp", "path_hash"] ] |