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

Unified Diff: components/metrics/BUILD.gn

Issue 2879703002: WebView: Add channel info for UMA (Closed)
Patch Set: rebase Created 3 years, 7 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 | « chrome/common/channel_info_android.cc ('k') | components/metrics/net/version_utils.h » ('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 1d03801d2c92fb12a424fc774bb03516d4266619..01faec6cf8f1534602ac2450bab086204a78b2d8 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -88,6 +88,8 @@ static_library("metrics") {
"system_memory_stats_recorder_win.cc",
"url_constants.cc",
"url_constants.h",
+ "version_utils.cc",
+ "version_utils.h",
]
public_deps = [
@@ -100,6 +102,7 @@ static_library("metrics") {
"//base:base_static",
"//components/prefs",
"//components/variations",
+ "//components/version_info:version_info",
"//third_party/zlib/google:compression_utils",
]
@@ -149,8 +152,6 @@ static_library("net") {
"net/net_metrics_log_uploader.h",
"net/network_metrics_provider.cc",
"net/network_metrics_provider.h",
- "net/version_utils.cc",
- "net/version_utils.h",
"net/wifi_access_point_info_provider.cc",
"net/wifi_access_point_info_provider.h",
]
@@ -164,7 +165,6 @@ static_library("net") {
"//base",
"//components/data_use_measurement/core",
"//components/variations",
- "//components/version_info",
"//net",
"//url",
]
« no previous file with comments | « chrome/common/channel_info_android.cc ('k') | components/metrics/net/version_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698