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

Unified Diff: components/metrics/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/metrics.gypi ('k') | components/metrics/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 2fe3be5291b9af7ea0f85361cffb49192b0ef88c..f75a3f91f23f912a92d697308d6b88d4cd575198 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -67,8 +67,8 @@ source_set("metrics") {
"//base",
"//base:i18n",
"//base:prefs",
- "//components/compression",
"//components/variations",
+ "//third_party/zlib:compression_utils",
]
if (is_chromeos) {
@@ -324,10 +324,10 @@ source_set("unit_tests") {
":ui",
"//base:prefs_test_support",
"//base/test:test_support",
- "//components/compression",
"//components/variations",
"//net:test_support",
"//testing/gtest",
+ "//third_party/zlib:compression_utils",
"//ui/gfx/geometry",
]
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698