| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index 33f4249a84791ae0218855c267ba1de527fe144e..ccc1932563f40185c9b4877c877d5faf1f5bcf43 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -122,6 +122,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',
|
| 'app/delay_load_hook_win.cc',
|
| 'app/delay_load_hook_win.h',
|
|
|
| @@ -349,6 +351,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"', {
|
|
|