Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/BUILD.gn |
| diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn |
| index 5db6483ad7b9d821a0b5f3b3fd338a72ae725fc8..a31773061d6b9f13434a3a2a343dfe31d7a1fd50 100644 |
| --- a/third_party/WebKit/Source/wtf/BUILD.gn |
| +++ b/third_party/WebKit/Source/wtf/BUILD.gn |
| @@ -61,6 +61,7 @@ component("wtf") { |
| public_deps = [ |
| "//base", |
| "//third_party/icu", |
| + "//third_party/zlib:compression_utils", |
| ] |
| if (is_win) { |