| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index d4c41829b79d5edaec062852649e77f562dd253e..794d4edbeaf85adf2532bcc7c972fe52093da9ef 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -304,8 +304,6 @@ if (is_mac || is_win) {
|
| "app/chrome_main_delegate.h",
|
| "app/chrome_main_mac.h",
|
| "app/chrome_main_mac.mm",
|
| - "app/close_handle_hook_win.cc",
|
| - "app/close_handle_hook_win.h",
|
| "app/delay_load_hook_win.cc",
|
| "app/delay_load_hook_win.h",
|
| ]
|
| @@ -403,8 +401,6 @@ if (is_mac || is_win) {
|
| "app/chrome_main.cc",
|
| "app/chrome_main_delegate.cc",
|
| "app/chrome_main_delegate.h",
|
| - "app/close_handle_hook_win.cc",
|
| - "app/close_handle_hook_win.h",
|
| ]
|
|
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
|
|