diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
commit | 1f99796d6f808f006dff6dc6576910bef493e244 (patch) | |
tree | 92ff88b497fed6a6d69ebc90dc88f3db3c940b8e /etc/import/src/compiler/TARGETS.grpc | |
parent | dc1db0e8b43f5e907a3ded2e39da8b58fa50a04b (diff) | |
download | justbuild-1f99796d6f808f006dff6dc6576910bef493e244.tar.gz |
Reorder dependencies and remove duplicates in OSS
Diffstat (limited to 'etc/import/src/compiler/TARGETS.grpc')
-rw-r--r-- | etc/import/src/compiler/TARGETS.grpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/import/src/compiler/TARGETS.grpc b/etc/import/src/compiler/TARGETS.grpc index d9d5fa57..be5527b6 100644 --- a/etc/import/src/compiler/TARGETS.grpc +++ b/etc/import/src/compiler/TARGETS.grpc @@ -45,8 +45,8 @@ ] , "deps": [ "proto_parser_helper" - , ["", "grpc++_config_proto"] , ["@", "protobuf", "", "libprotoc"] + , ["", "grpc++_config_proto"] ] } , "grpc_cpp_plugin": |