diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-19 21:29:33 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-19 21:29:33 +0000 |
commit | 593a16585ab9dd596b00f7a5c7c9f3ec5e98fca6 (patch) | |
tree | cbef6d7944d0ccb13a22a13356f14d0f94e8e6f8 /chrome/installer/mini_installer.gyp | |
parent | d1b0c9f784ed4e45fef2944fa7146199bf983c9b (diff) | |
download | chromium_src-593a16585ab9dd596b00f7a5c7c9f3ec5e98fca6.zip chromium_src-593a16585ab9dd596b00f7a5c7c9f3ec5e98fca6.tar.gz chromium_src-593a16585ab9dd596b00f7a5c7c9f3ec5e98fca6.tar.bz2 |
Temporary revert of r101474, will re-land tomorrow with a change to disable use of precompiled headers in Release builds as our Canary builds are failing with out of memory messages.
Original change description: Switch on use of precompiled headers for VS 2008.
The precompiled header brings in more definitions of abs() for the base/time_win.cc file, and a hint to the compiler was needed to let VS 2008 build the file correctly.
On VS 2008 only, the mini_installer target did not link correctly with precompiled headers enabled so this change disables them for that project.
BUG=none
TEST=it builds (esp. on Windows), existing tests pass
Review URL: http://codereview.chromium.org/7910002
TBR=laforge@chromium.org
Review URL: http://codereview.chromium.org/7945017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101836 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer.gyp')
-rw-r--r-- | chrome/installer/mini_installer.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp index 01647e1..6c41bd3 100644 --- a/chrome/installer/mini_installer.gyp +++ b/chrome/installer/mini_installer.gyp @@ -175,10 +175,6 @@ { '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', |