| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index b6e7634b97e2a25d25c9960e0d5c78fc1a42ef4e..c873e529b79933bdc776ca6cde69245682c96344 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -116,6 +116,8 @@
|
| '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',
|
| ],
|
| @@ -362,6 +364,8 @@
|
| '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',
|
| ],
|
| 'conditions': [
|
| ['OS=="win" and win_use_allocator_shim==1', {
|
|
|