| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index e3b3d1f666d913bc629fb41779787e4679bc30fb..f25dd9c2b5a27ba68219d75ba05fd14235a6c94a 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -33,7 +33,6 @@ if (!is_android) {
|
|
|
| if (is_win) {
|
| sources += [
|
| - "//content/app/startup_helper_win.cc",
|
| "//content/public/common/content_switches.cc",
|
| "app/chrome_crash_reporter_client.cc",
|
| "app/chrome_crash_reporter_client.h",
|
| @@ -77,6 +76,7 @@ if (!is_android) {
|
| "//chrome_elf",
|
| "//components/browser_watcher:browser_watcher_client",
|
| "//components/crash/app",
|
| + "//content:startup_helper_win",
|
| "//crypto",
|
| "//sandbox",
|
| "//ui/gfx",
|
|
|