| Index: chrome/installer/mini_installer.gyp
|
| diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
|
| index 6c41bd39eebf85835a652aa3028e85e05ab77d8b..01647e1429e1ffd8fc4151b86e7f4cdc244a2afb 100644
|
| --- a/chrome/installer/mini_installer.gyp
|
| +++ b/chrome/installer/mini_installer.gyp
|
| @@ -175,6 +175,10 @@
|
| {
|
| 'target_name': 'mini_installer',
|
| 'type': 'executable',
|
| + # Disable precompiled headers for this project, to avoid
|
| + # linker errors when building with VS 2008.
|
| + 'msvs_precompiled_header': '',
|
| + 'msvs_precompiled_source': '',
|
| 'sources': [
|
| 'mini_installer/chrome.release',
|
| 'mini_installer/chrome_appid.cc',
|
|
|