| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 1c26c3f29012af6f22a4709c98c11ea97376a6b7..8da8d384e09f450bb89011aed9c34da39c743413 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -146,8 +146,10 @@ if (!is_android && !is_mac) {
|
| "//components/flags_ui:switches",
|
| "//components/startup_metric_utils/common",
|
| "//content:sandbox_helper_win",
|
| + "//content/public/common:crash_keys",
|
| "//content/public/common:static_switches",
|
| "//crypto",
|
| + "//media/base:crash_keys",
|
| "//sandbox",
|
| "//ui/gfx",
|
| ]
|
|
|