diff options
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"] |