summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 16:49:08 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 16:49:08 +0000
commit4fca287ea20f4e092d3de4a123f9dde6533473e5 (patch)
treea345783f1a26983fdab30982b8c4a609e736a5c2 /chrome_frame
parent1eed61535cb6e15015edac43177ccdc25140855a (diff)
downloadchromium_src-4fca287ea20f4e092d3de4a123f9dde6533473e5.zip
chromium_src-4fca287ea20f4e092d3de4a123f9dde6533473e5.tar.gz
chromium_src-4fca287ea20f4e092d3de4a123f9dde6533473e5.tar.bz2
Disable incremental linking on 32 bits for chrome_frame_perftests.
It won't link anymore otherwise. TBR=nsylvain BUG=none TEST=none Review URL: http://codereview.chromium.org/3330003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58187 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/chrome_frame.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index fa11702..4b873f5 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -357,6 +357,15 @@
],
'conditions': [
['OS=="win"', {
+ 'configurations': {
+ 'Debug_Base': {
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
+ },
+ },
+ },
+ },
'link_settings': {
'libraries': [
'-loleacc.lib',