blob: d5ab150ef653f426ff78e18e02bd7c3b8433cac1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -1152,6 +1152,7 @@
deps = [
"//third_party/boringssl", # for secure_socket_utils_test
"//third_party/perfetto:libprotozero", # for timeline_test
+ "//third_party/zlib", # for gzip
]
if (is_fuchsia) {
|