| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index f9ed3d02ac4b972c062b63844fa6ca899bfe85a2..80393bde1ef93dc967d1a290dacb3de146e3c808 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -86,10 +86,16 @@
|
| 'app/chrome_main_delegate.h',
|
| 'app/chrome_main_mac.h',
|
| 'app/chrome_main_mac.mm',
|
| + 'app/chrome_watcher_client_win.cc',
|
| + 'app/chrome_watcher_client_win.h',
|
| + 'app/chrome_watcher_command_line_win.cc',
|
| + 'app/chrome_watcher_command_line_win.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',
|
| + 'app/signature_validator_win.cc',
|
| + 'app/signature_validator_win.h',
|
| ],
|
| 'dependencies': [
|
| '<@(chromium_browser_dependencies)',
|
|
|