| Index: components/metrics/BUILD.gn
|
| diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
|
| index 7139310b256562ce94969026dec6b6fd7867c6eb..c7a316bcb9faf20f271c235c4bf0cb3589f05d8c 100644
|
| --- a/components/metrics/BUILD.gn
|
| +++ b/components/metrics/BUILD.gn
|
| @@ -97,7 +97,6 @@ static_library("metrics") {
|
| ":call_stack_profile_params",
|
| "//base",
|
| "//base:base_static",
|
| - "//components/browser_watcher:stability_client",
|
| "//components/prefs",
|
| "//components/variations",
|
| "//third_party/zlib:compression_utils",
|
| @@ -119,6 +118,7 @@ static_library("metrics") {
|
|
|
| if (is_win) {
|
| sources -= [ "machine_id_provider_stub.cc" ]
|
| + deps += [ "//components/browser_watcher:stability_client" ]
|
| }
|
| }
|
|
|
|
|