diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 63709d8..f231743 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1766,7 +1766,7 @@ }, }, 'configurations': { - 'Debug': { + 'Debug_Base': { 'msvs_settings': { 'VCLinkerTool': { 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', @@ -2624,7 +2624,7 @@ }], ], 'configurations': { - 'Debug': { + 'Debug_Base': { 'msvs_settings': { 'VCLinkerTool': { 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |