From 1f99796d6f808f006dff6dc6576910bef493e244 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 23 Sep 2024 13:06:54 +0200 Subject: Reorder dependencies and remove duplicates in OSS --- etc/import/src/google/protobuf/TARGETS.protobuf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/import/src/google/protobuf/TARGETS.protobuf') 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"] -- cgit v1.2.3