commit | dae575452e8f93a3d53cdc6b5d6942161fbf2075 | [log] [tgz] |
---|---|---|
author | Tamir Duberstein <tamird@google.com> | Mon Jul 18 12:44:26 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jul 18 12:44:26 2022 +0000 |
tree | 04ebd38f069de4cb5a5fdb75d5225bd62606a9e7 | |
parent | a1415ca0597622f26286d303f3c821e6693c0d00 [diff] | |
parent | 6200bedc9b033cfb94a1ab6b05aeca3584bf7d49 [diff] |
Merge "Remove slab dependency" into main
diff --git a/quiche/BUILD.gn b/quiche/BUILD.gn index d0971bc..8fea0fc 100644 --- a/quiche/BUILD.gn +++ b/quiche/BUILD.gn
@@ -23,7 +23,6 @@ "//third_party/rust_crates:libm", "//third_party/rust_crates:log", "//third_party/rust_crates:ring", - "//third_party/rust_crates:slab", "//third_party/rust_crates/mirrors/quiche/octets", ] non_rust_deps = [ "//third_party/boringssl" ]