commit | 40aaab4fb6c242bd950886cd3f4ca21bf1f542b5 | [log] [tgz] |
---|---|---|
author | Steven Grady <slgrady@google.com> | Fri Jul 08 23:43:28 2022 +0000 |
committer | Steven Grady <slgrady@google.com> | Fri Jul 08 23:43:28 2022 +0000 |
tree | a8013c28dd3f26d78f09019514cc17fe38426a80 | |
parent | d6f18a39fd57a49a2b29c12f98d59ac9e8dc67f2 [diff] |
[quiche] Fix deps/public_deps The recent quiche upgrade refactored "octets" into a separate crate, but it's not a public dependency. Change-Id: I97cc2660186e42ecc135f05ec2d8112d8c383223
diff --git a/BUILD.gn b/BUILD.gn index 81f9134..75919c6 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -5,6 +5,8 @@ group("quiche") { public_deps = [ "quiche:quiche", + ] + deps = [ "octets:octets", ] }