Chromium Code Reviews| Index: chrome/chrome_dll.gypi |
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi |
| index 08856685b0ca107f5e528330841c388e0755f6ad..43be8f13b1ceedf142c3c73fc98d5e67d6c9f954 100644 |
| --- a/chrome/chrome_dll.gypi |
| +++ b/chrome/chrome_dll.gypi |
| @@ -84,12 +84,12 @@ |
| 'app/chrome_main_delegate.cc', |
| 'app/chrome_main_delegate.h', |
| 'app/chrome_main_mac.mm', |
|
satorux1
2015/02/10 08:15:38
oops. .mm should be handled too.
|
| + '../base/win/dllmain.cc', |
| 'app/chrome_main_mac.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', |
| - '../base/win/dllmain.cc', |
| ], |
| 'dependencies': [ |
| '<@(chromium_browser_dependencies)', |