diff options
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 4a5473f..860c652 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1434,7 +1434,9 @@ 'Debug_Base': { 'msvs_settings': { 'VCLinkerTool': { - 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', + # Forcing incremental build off to try to avoid incremental + # linking errors on 64-bit bots too. http://crbug.com/52555 + 'LinkIncremental': '1', }, }, }, |