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

Unified Diff: components/metrics/BUILD.gn

Issue 2605553002: Add EffectiveConnectionType enum to the system profile proto (Closed)
Patch Set: Rebased Created 3 years, 11 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/browser/metrics/network_quality_estimator_provider_impl.cc ('k') | components/metrics/net/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 09d5c64d46aa7882e8c819886f8ed445bc64119b..58321a5b17a207ef8f1a2459a6398ec7cfa07129 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -325,6 +325,7 @@ source_set("unit_tests") {
"metrics_service_unittest.cc",
"metrics_state_manager_unittest.cc",
"net/net_metrics_log_uploader_unittest.cc",
+ "net/network_metrics_provider_unittest.cc",
"persisted_logs_unittest.cc",
"profiler/profiler_metrics_provider_unittest.cc",
"profiler/tracking_synchronizer_unittest.cc",
@@ -358,7 +359,10 @@ source_set("unit_tests") {
}
if (is_chromeos) {
- deps += [ "leak_detector:unit_tests" ]
+ deps += [
+ "leak_detector:unit_tests",
+ "//chromeos",
+ ]
}
# iOS is not supported by the profiler and the ios-simulator bot chokes on
« no previous file with comments | « chrome/browser/metrics/network_quality_estimator_provider_impl.cc ('k') | components/metrics/net/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698