| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index f9c9427d89ef1b64d6f484fcd90397c8a0a34aaf..27ca4191b45af98ce30da41c23b90c557fe8f325 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2969,6 +2969,9 @@
|
| 'msvs_configuration_platform': 'x64',
|
| 'msvs_settings': {
|
| 'VCLinkerTool': {
|
| + # Make sure to understand http://crbug.com/361720 if you want to
|
| + # increase this.
|
| + 'MinimumRequiredVersion': '5.02', # Server 2003.
|
| 'TargetMachine': '17', # x86 - 64
|
| 'AdditionalLibraryDirectories!':
|
| ['<(windows_sdk_path)/Lib/win8/um/x86'],
|
|
|