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/google/protobuf/TARGETS.protobuf | |
parent | dc1db0e8b43f5e907a3ded2e39da8b58fa50a04b (diff) | |
download | justbuild-1f99796d6f808f006dff6dc6576910bef493e244.tar.gz |
Reorder dependencies and remove duplicates in OSS
Diffstat (limited to 'etc/import/src/google/protobuf/TARGETS.protobuf')
-rw-r--r-- | etc/import/src/google/protobuf/TARGETS.protobuf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/import/src/google/protobuf/TARGETS.protobuf b/etc/import/src/google/protobuf/TARGETS.protobuf index 9ce0cc60..2694914e 100644 --- a/etc/import/src/google/protobuf/TARGETS.protobuf +++ b/etc/import/src/google/protobuf/TARGETS.protobuf @@ -438,8 +438,7 @@ , "wire_format_lite.cc" ] , "deps": - [ ["", "libprotobuf_lite"] - , ["@", "absl", "absl/base", "base"] + [ ["@", "absl", "absl/base", "base"] , ["@", "absl", "absl/base", "dynamic_annotations"] , ["@", "absl", "absl/container", "btree"] , ["@", "absl", "absl/container", "flat_hash_map"] @@ -452,8 +451,9 @@ , ["@", "absl", "absl/strings", "internal"] , ["@", "absl", "absl/synchronization", "synchronization"] , ["@", "absl", "absl/time", "time"] - , ["third_party/utf8_range", "utf8_validity"] , ["@", "zlib", "", "zlib"] + , ["", "libprotobuf_lite"] + , ["third_party/utf8_range", "utf8_validity"] ] } , "libprotoc": @@ -573,7 +573,7 @@ , "compiler/subprocess.cc" , "compiler/zip_writer.cc" ] - , "deps": [["", "libprotobuf"], ["@", "absl", "absl/log", "initialize"]] + , "deps": [["@", "absl", "absl/log", "initialize"], ["", "libprotobuf"]] } , "protoc": { "type": ["@", "rules", "CC", "binary"] |