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 6e7639b..da30ab1 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1764,7 +1764,7 @@ }, }, 'configurations': { - 'Debug_Base': { + 'Debug': { 'msvs_settings': { 'VCLinkerTool': { 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', @@ -2622,7 +2622,7 @@ }], ], 'configurations': { - 'Debug_Base': { + 'Debug': { 'msvs_settings': { 'VCLinkerTool': { 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |