| Index: chrome/chrome_dll.gypi
|
| ===================================================================
|
| --- chrome/chrome_dll.gypi (revision 99456)
|
| +++ chrome/chrome_dll.gypi (working copy)
|
| @@ -107,7 +107,6 @@
|
| 'app/chrome_dll.rc',
|
| 'app/chrome_dll_resource.h',
|
| 'app/chrome_main.cc',
|
| - 'app/chrome_main_win.cc',
|
|
|
| '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc',
|
|
|
| @@ -219,7 +218,7 @@
|
| 'app/chrome_main.cc',
|
| 'app/chrome_main_app_mode_mac.mm',
|
| 'app/chrome_main_mac.mm',
|
| - 'app/chrome_main_posix.cc',
|
| + 'app/chrome_main_mac.h',
|
| ],
|
| 'include_dirs': [
|
| '<(grit_out_dir)',
|
| @@ -698,7 +697,6 @@
|
| 'app/chrome_command_ids.h',
|
| 'app/chrome_dll_resource.h',
|
| 'app/chrome_main.cc',
|
| - 'app/chrome_main_win.cc',
|
| # Parsing is needed for the UserDataDir policy which is read much
|
| # earlier than the initialization of the policy/pref system.
|
| 'browser/policy/policy_path_parser_win.cc',
|
|
|