Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index 77dd9258872b57d434a8f042533ebfa6732afcd3..e89d11614fdca7709d0a8130fa71a7dcaaf145fd 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -31,6 +31,7 @@ |
| 'AdditionalOptions': [ '/MP', ], |
| }, |
| 'VCLinkerTool': { |
| + 'LargeAddressAware': 2, # 2 means "Yes, please let me use more RAM on 32-bit builds." |
| 'AdditionalDependencies': [ |
| 'OpenGL32.lib', |
| 'usp10.lib', |