diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-11-13 10:36:39 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 14:23:06 +0100 |
commit | 4d92254c43e96f0c9f751b7fef1fcbf7bfc533b1 (patch) | |
tree | 3dccc91be826a4efc7ab6fa55bfa7d43c00fac69 /src/other_tools/git_operations/TARGETS | |
parent | c2a3ec54434d9f428d8f775ecbcc85c8ab88fae8 (diff) | |
download | justbuild-4d92254c43e96f0c9f751b7fef1fcbf7bfc533b1.tar.gz |
other_tools/git_operations: Implement IWYU suggestions
Diffstat (limited to 'src/other_tools/git_operations/TARGETS')
-rw-r--r-- | src/other_tools/git_operations/TARGETS | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/other_tools/git_operations/TARGETS b/src/other_tools/git_operations/TARGETS index f4e8611f..7605c94e 100644 --- a/src/other_tools/git_operations/TARGETS +++ b/src/other_tools/git_operations/TARGETS @@ -18,7 +18,6 @@ [ "git_repo_remote" , ["@", "fmt", "", "fmt"] , ["src/buildtool/file_system", "file_system_manager"] - , ["src/buildtool/logging", "logging"] ] } , "git_repo_remote": @@ -27,7 +26,9 @@ , "hdrs": ["git_repo_remote.hpp"] , "srcs": ["git_repo_remote.cpp"] , "deps": - [ ["src/buildtool/file_system", "git_repo"] + [ ["src/buildtool/file_system", "git_cas"] + , ["src/buildtool/file_system", "git_repo"] + , ["src/buildtool/file_system", "git_utils"] , ["src/buildtool/storage", "config"] ] , "stage": ["src", "other_tools", "git_operations"] @@ -36,10 +37,11 @@ , ["@", "fmt", "", "fmt"] , ["@", "json", "", "json"] , ["", "libgit2"] - , ["src/buildtool/file_system", "git_utils"] + , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/logging", "log_level"] , ["src/buildtool/logging", "logging"] , ["src/buildtool/system", "system_command"] + , ["src/utils/cpp", "tmp_dir"] ] } , "git_config_settings": @@ -50,6 +52,7 @@ , "stage": ["src", "other_tools", "git_operations"] , "private-deps": [ ["@", "fmt", "", "fmt"] + , ["@", "gsl", "", "gsl"] , ["", "libgit2"] , ["src/other_tools/utils", "curl_url_handle"] ] |