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

Unified Diff: components/metrics/BUILD.gn

Issue 2879703002: WebView: Add channel info for UMA (Closed)
Patch Set: 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
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 0ffc9dac3d6c2fa53e50eed4696e64ece2e3a010..fc83021bbb7cef1ffe2f51214e84aea8c56975b5 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 = [
@@ -149,8 +151,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",
]

Powered by Google App Engine
This is Rietveld 408576698