| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index aa67e96e67f7843df67ccc4146b956a977d33312..ab3d5d93dec5400e720fcac4511230cdfbf12b87 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -172,7 +172,6 @@ if (!is_android && !is_mac) {
|
| "//components/browser_watcher:browser_watcher_client",
|
| "//components/crash/content/app:run_as_crashpad_handler",
|
| "//components/flags_ui:switches",
|
| - "//components/startup_metric_utils/common",
|
| "//content:sandbox_helper_win",
|
| "//content/public/common:static_switches",
|
| "//crypto",
|
| @@ -1243,7 +1242,6 @@ if (is_win) {
|
| ]
|
| deps = [
|
| "//base",
|
| - "//components/startup_metric_utils/common",
|
| ]
|
| }
|
| }
|
|
|