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

Unified Diff: chrome/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 | « no previous file | chrome/browser/autofill/autofill_server_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 0eaff3a2b1ab8f331962f7c0b83c8fb7c34aed15..5a89dabefb5b42a820dbbcfed6bacbf934d25fb3 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -109,7 +109,6 @@ source_set("browser") {
"//components/certificate_reporting",
"//components/cloud_devices/common",
"//components/component_updater",
- "//components/compression",
"//components/content_settings/content/common",
"//components/content_settings/core/browser",
"//components/content_settings/core/common",
@@ -199,6 +198,7 @@ source_set("browser") {
"//third_party/libxml",
"//third_party/widevine/cdm:version_h",
"//third_party/zlib",
+ "//third_party/zlib:compression_utils",
"//third_party/zlib:minizip",
"//third_party/zlib:zip",
"//ui/base",
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_server_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698