summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-02 13:49:03 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-02 13:49:03 +0000
commitab153c71986b95e8e191ace2a6db5aedebdb5188 (patch)
tree694ffbf72d72ce4a42f24ff3a78b68449f905eb1 /webkit/tools
parent1505f8dcef17de85e2e9890ecfdb2b52fbbdbf95 (diff)
downloadchromium_src-ab153c71986b95e8e191ace2a6db5aedebdb5188.zip
chromium_src-ab153c71986b95e8e191ace2a6db5aedebdb5188.tar.gz
chromium_src-ab153c71986b95e8e191ace2a6db5aedebdb5188.tar.bz2
test_shell now cannot be incrementally linked on x86 Windows.
TEST=none BUG=none Review URL: http://codereview.chromium.org/4273001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/test_shell/test_shell.gypi9
1 files changed, 9 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index c76c3ae..ba201a2 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -263,6 +263,15 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.rc',
],
+ 'configurations': {
+ 'Debug_Base': {
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
+ },
+ },
+ },
+ },
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
'conditions': [