| Index: chrome/installer/setup/BUILD.gn
|
| diff --git a/chrome/installer/setup/BUILD.gn b/chrome/installer/setup/BUILD.gn
|
| index a2b863becb445347fdd58223243f74753d759965..e600847cb17e8012f5749cdac924385341353867 100644
|
| --- a/chrome/installer/setup/BUILD.gn
|
| +++ b/chrome/installer/setup/BUILD.gn
|
| @@ -24,6 +24,8 @@ if (is_win) {
|
| ":lib",
|
| "//base/allocator",
|
| "//build/config/sanitizers:deps",
|
| + "//components/crash/content/app",
|
| + "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
|
| ]
|
| }
|
|
|
| @@ -56,6 +58,7 @@ if (is_win) {
|
| "//chrome/installer/util",
|
| "//chrome_elf:constants",
|
| "//components/crash/content/app",
|
| + "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
|
| "//components/crash/content/app:lib",
|
| "//components/crash/core/common",
|
| "//courgette:courgette_lib",
|
|
|