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

Unified Diff: components/metrics/BUILD.gn

Issue 1304563003: Move //components/metrics/compression_utils into standalone component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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 3a5fd4d5ffd57d67edb25aadf3fa0fbc12747a9e..114fc3dad8732a8b4564d6c1cb4b7db3a65357ea 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -13,8 +13,6 @@ source_set("metrics") {
"client_info.h",
"cloned_install_detector.cc",
"cloned_install_detector.h",
- "compression_utils.cc",
- "compression_utils.h",
"daily_event.cc",
"daily_event.h",
"drive_metrics_provider.cc",
@@ -66,8 +64,8 @@ source_set("metrics") {
"//base",
"//base:i18n",
"//base:prefs",
+ "//components/compression",
"//components/variations",
- "//third_party/zlib",
]
if (is_chromeos) {
@@ -178,7 +176,6 @@ source_set("unit_tests") {
testonly = true
sources = [
"call_stack_profile_metrics_provider_unittest.cc",
- "compression_utils_unittest.cc",
"daily_event_unittest.cc",
"drive_metrics_provider_unittest.cc",
"gpu/gpu_metrics_provider_unittest.cc",
« 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