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

Unified Diff: components/metrics/BUILD.gn

Issue 1974593002: Make the launch params the default client behavior for UMA 3g (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 e4eb0d53f55e297b209a9b49d3af84726c0c605f..a416090b7512cb7b46f2007558cdacb1e8a0e729 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -151,6 +151,8 @@ if (is_chromeos) {
# GYP version: components/metrics.gypi:metrics_net
static_library("net") {
sources = [
+ "net/cellular_logic_helper.cc",
+ "net/cellular_logic_helper.h",
"net/net_metrics_log_uploader.cc",
"net/net_metrics_log_uploader.h",
"net/network_metrics_provider.cc",
@@ -169,6 +171,7 @@ static_library("net") {
deps = [
"//base",
"//components/data_use_measurement/core",
+ "//components/variations",
"//components/version_info",
"//net",
"//url",

Powered by Google App Engine
This is Rietveld 408576698