Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: components/autofill/core/browser/BUILD.gn

Issue 1624543002: [Autofill] Remove GZIP compression since requests are now in proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/autofill/core/DEPS ('k') | components/autofill/core/browser/autofill_download_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « components/autofill/core/DEPS ('k') | components/autofill/core/browser/autofill_download_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698