| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 903ff5045fcc094784e2bdd88aa777b6327ffc79..828f6bc814c93c6a81a7ce57c30e6c7b5ce9fd30 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -170,6 +170,7 @@ if (!is_win || link_chrome_on_windows) {
|
| output_name = "chrome"
|
|
|
| sources = [
|
| + "//base/win/dllmain.cc",
|
| "app/chrome_command_ids.h",
|
| "app/chrome_dll.rc",
|
| "app/chrome_dll_resource.h",
|
| @@ -180,7 +181,6 @@ if (!is_win || link_chrome_on_windows) {
|
| "app/close_handle_hook_win.h",
|
| "app/delay_load_hook_win.cc",
|
| "app/delay_load_hook_win.h",
|
| - "//base/win/dllmain.cc",
|
| ]
|
|
|
| deps += [
|
|
|