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

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: fix build presubmit warning 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
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/data_use_tracker.cc » ('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 25d694b8d57b58b0fdc6dda7cfec5ff0bd20fdd9..ac17405f14af1b16c0b31f7bdbb90d7b8e64c2c4 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -153,6 +153,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",
@@ -171,6 +173,7 @@ static_library("net") {
deps = [
"//base",
"//components/data_use_measurement/core",
+ "//components/variations",
"//components/version_info",
"//net",
"//url",
@@ -367,8 +370,6 @@ source_set("unit_tests") {
# These are only used by the blimp team, which has entirely migrated to gn,
# so this logic is not replicated in the gyp file.
if (metrics_use_blimp) {
- defines = [
- "OVERRIDE_OS_NAME_TO_BLIMP",
- ]
+ defines = [ "OVERRIDE_OS_NAME_TO_BLIMP" ]
}
}
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/data_use_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698