| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index 08856685b0ca107f5e528330841c388e0755f6ad..0897fb4a21dd17cc974d88d1ae9cc68881291dc3 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -78,18 +78,18 @@
|
| 'enable_wexit_time_destructors': 1,
|
| },
|
| 'sources': [
|
| + '../base/win/dllmain.cc',
|
| 'app/chrome_command_ids.h',
|
| 'app/chrome_dll_resource.h',
|
| 'app/chrome_main.cc',
|
| 'app/chrome_main_delegate.cc',
|
| 'app/chrome_main_delegate.h',
|
| - 'app/chrome_main_mac.mm',
|
| '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',
|
| - '../base/win/dllmain.cc',
|
| ],
|
| 'dependencies': [
|
| '<@(chromium_browser_dependencies)',
|
|
|