| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index b60d136c9dd36c0c20b28900077b227a2f4a478c..95a0cbf68c56c77cfcdb29724d87dde241efbe46 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -193,7 +193,6 @@ source_set("browser") {
|
| "//third_party/libaddressinput:util",
|
| "//third_party/libphonenumber",
|
| "//third_party/re2",
|
| - "//third_party/zlib:compression_utils",
|
| "//ui/base",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| @@ -325,7 +324,6 @@ source_set("unit_tests") {
|
| "//testing/gtest",
|
| "//third_party/libaddressinput:util",
|
| "//third_party/libphonenumber",
|
| - "//third_party/zlib:compression_utils",
|
| "//ui/base",
|
| "//url",
|
| ]
|
|
|