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

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: 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/variations.gypi ('k') | components/variations/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/BUILD.gn
diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn
index c490cabe2e9095c0a69701bd242c204a3fb787a6..482d400b9345ce6ee0ddd9e9efcc38942d12ec6c 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:compression_utils",
]
if (is_android) {
@@ -120,7 +120,7 @@ source_set("unit_tests") {
"proto",
"//base:prefs_test_support",
"//base/test:test_support",
- "//components/compression",
"//testing/gtest",
+ "//third_party/zlib:compression_utils",
]
}
« no previous file with comments | « components/variations.gypi ('k') | components/variations/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698