| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index bc3baf5b89fbeeacbb4caa4c9c75862a08cebd63..72f5024be5f7cf968f8392ec86f4e03ecd7638d9 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -77,6 +77,20 @@
|
| 'variables': {
|
| 'enable_wexit_time_destructors': 1,
|
| },
|
| + 'sources': [
|
| + '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/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)',
|
| '../content/content.gyp:content_app_browser',
|
| @@ -117,17 +131,9 @@
|
| '../ui/views/views.gyp:views',
|
| ],
|
| 'sources': [
|
| - 'app/chrome_command_ids.h',
|
| 'app/chrome_dll.rc',
|
| - 'app/chrome_dll_resource.h',
|
| - 'app/chrome_main.cc',
|
| - 'app/chrome_main_delegate.cc',
|
| - 'app/chrome_main_delegate.h',
|
| - 'app/delay_load_hook_win.cc',
|
| - 'app/delay_load_hook_win.h',
|
| -
|
| +
|
| '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc',
|
| - '../base/win/dllmain.cc',
|
|
|
| # Cursors.
|
| '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc',
|
| @@ -272,15 +278,6 @@
|
| # sets -order_file.
|
| 'ORDER_FILE': 'app/framework.order',
|
| },
|
| - 'sources': [
|
| - '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',
|
| - ],
|
| 'dependencies': [
|
| '../pdf/pdf.gyp:pdf',
|
| ],
|
| @@ -350,6 +347,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"', {
|
|
|