From 89cf4af7c5d9465289ee23ae0be3960507565950 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Mon, 20 Sep 2010 18:40:27 +0000 Subject: Disable incremental linking on 32 bits toolset for safe_browsing_tests. safe_browsing_tests is now too large to link on 32 bits toolset with incremental linking. TBR=apatrick TEST=none BUG=none Review URL: http://codereview.chromium.org/3402018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59947 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_tests.gypi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'chrome/chrome_tests.gypi') diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 9ca4f5b..acdbca3 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1965,6 +1965,15 @@ 'dependencies': [ '../sandbox/sandbox.gyp:sandbox', ], + 'configurations': { + 'Debug_Base': { + 'msvs_settings': { + 'VCLinkerTool': { + 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', + }, + }, + }, + }, }], ], }, # target safe_browsing_tests -- cgit v1.1