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

Unified Diff: components/variations/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: 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
Index: components/variations/BUILD.gn
diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn
index c490cabe2e9095c0a69701bd242c204a3fb787a6..bb9b9142c5fe10e7d25005d641091b299818647e 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -69,11 +69,11 @@ source_set("variations") {
"proto",
"//base",
"//base:prefs",
- "//components/compression",
"//components/crash/core/common",
"//crypto",
"//third_party/mt19937ar",
"//third_party/protobuf:protobuf_lite",
+ "//third_party/zlib/google",
]
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698