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

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

Issue 1564773002: Move components/compression to third_party/zlib/google (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix another #include... 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/DEPS ('k') | components/autofill/core/browser/autofill_download_manager.cc » ('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 ea52f84ba6d25f75cd927ae65676aa99a41e4848..cf6932bf04655523e76fb31d5be42c82466caf90 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -158,7 +158,6 @@ source_set("browser") {
"//base:i18n",
"//base:prefs",
"//components/autofill/core/common",
- "//components/compression",
"//components/data_use_measurement/core",
"//components/infobars/core",
"//components/keyed_service/core",
@@ -183,6 +182,7 @@ source_set("browser") {
"//third_party/libphonenumber",
"//third_party/libxml",
"//third_party/re2",
+ "//third_party/zlib:compression_utils",
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -290,7 +290,6 @@ source_set("unit_tests") {
"//base:prefs_test_support",
"//base/test:test_support",
"//components/autofill/core/common",
- "//components/compression",
"//components/os_crypt",
"//components/rappor:test_support",
"//components/resources",
@@ -313,6 +312,7 @@ 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/DEPS ('k') | components/autofill/core/browser/autofill_download_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698