Index: third_party/zlib/BUILD.gn |
diff --git a/third_party/zlib/BUILD.gn b/third_party/zlib/BUILD.gn |
index a83d35519186b3d3a60ec6fdbfd9c384379f479c..a3384600a9216aa9fd564f0485fa5ba392478204 100644 |
--- a/third_party/zlib/BUILD.gn |
+++ b/third_party/zlib/BUILD.gn |
@@ -149,3 +149,13 @@ static_library("zip") { |
"//base", |
] |
} |
+ |
+static_library("compression_utils") { |
+ sources = [ |
+ "google/compression_utils.cc", |
+ "google/compression_utils.h", |
+ ] |
+ deps = [ |
+ ":zlib", |
+ ] |
+} |