diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 20:10:29 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 20:10:29 +0000 |
commit | a776d399f163c2dc73b2c04e5398426479b7d152 (patch) | |
tree | 39cded00a2fef16168454e5ebddfeefff4e3946e /chrome_frame/chrome_frame.gyp | |
parent | 9e54cb57bc90560f8f0eb2058ccf583de9c59f7d (diff) | |
download | chromium_src-a776d399f163c2dc73b2c04e5398426479b7d152.zip chromium_src-a776d399f163c2dc73b2c04e5398426479b7d152.tar.gz chromium_src-a776d399f163c2dc73b2c04e5398426479b7d152.tar.bz2 |
Disable incremental linking for chrome_frame_reliability_tests on 32 bits windows.
It's that large.
TBR=nsylvain
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3296005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58532 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index a45f782..bd57862 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -522,7 +522,16 @@ '../chrome/chrome.gyp:automation', '../chrome/chrome.gyp:installer_util', '../google_update/google_update.gyp:google_update', - ] + ], + 'configurations': { + 'Debug_Base': { + 'msvs_settings': { + 'VCLinkerTool': { + 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', + }, + }, + }, + }, }], ], }, |