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

Unified Diff: components/metrics/BUILD.gn

Issue 2605553002: Add EffectiveConnectionType enum to the system profile proto (Closed)
Patch Set: Update proto, Use interface, pass in ctor 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
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index a468fe186b0b5b5a89fd1ff86704818cb2a5f016..798ffee8b8092309e9f6050a6d12f4362cfc768f 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -319,6 +319,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",
@@ -352,7 +353,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

Powered by Google App Engine
This is Rietveld 408576698