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