| 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
|
|
|